time entry representation change, and basic statistics

This commit is contained in:
aaron-jack-manning
2022-08-24 09:56:23 +10:00
parent 1d04723bd7
commit 43f8bc043b
4 changed files with 170 additions and 37 deletions

View File

@@ -69,9 +69,15 @@ Then you can run `toru new` to create your first task.
- Error if any circular dependencies are introduced
- Make sure dependencies written to file are only those that could be successfully created
- List dependencies as a tree on note view below info
- Automatically added recurring notes system
- Time tracking
- Command to give statistics on time tracking (by tag, and for the last x days)
- Due dates
- Taken as input when creating notes
- Displayed in list view by default (with number of days remaining)
- Completed Date
- Keep track of completed date, and correctly update upon marking as complete or manual edit
- Disallow removing it in a manual edit unless complete is also marked to false
- Add to statistics
- SVN integration
- Statistics
- Completed tasks over last x days
- Improve formatting to terminal to make easier to read for `tracked` command
- Automatically added recurring notes system