-
Notifications
You must be signed in to change notification settings - Fork 0
Implement review command for activity insights #7
Copy link
Copy link
Open
Labels
A-cliArea: Related to our command line interfaceArea: Related to our command line interfaceA-commandsArea: Related to our commands in generalArea: Related to our commands in generalA-ui-uxArea: Related to user interfaces and user experienceArea: Related to user interfaces and user experienceC-enhancementCategory: New feature or requestCategory: New feature or request
Metadata
Metadata
Assignees
Labels
A-cliArea: Related to our command line interfaceArea: Related to our command line interfaceA-commandsArea: Related to our commands in generalArea: Related to our commands in generalA-ui-uxArea: Related to user interfaces and user experienceArea: Related to user interfaces and user experienceC-enhancementCategory: New feature or requestCategory: New feature or request
Overview
The
paceCLI currently lacks a comprehensive way to review and summarize time spent on various activities. Users need an intuitive command to generate a detailed report of their activities, grouped by categories and subcategories, with total time spent on each. The proposedreviewcommand aims to fill this gap by aggregating activity data and presenting it in a structured and readable format.Objectives
reviewcommand that aggregates activity data.Proposed Enhancements
Data Aggregation Logic (pace_core)
activities_<date>.pace.tomland any associated activity logs.Command Implementation (pace)
reviewcommand in the CLI interface usingclap.reviewcommand.Output Formatting (pace_core)
Further Improvements
--fromand--toflags.Request for Comments (RFC)
Feedback is requested from contributors and users on the following: