Skip to content

[1.19.0] Add TerkaProject view

Latest
Compare
Choose a tag to compare
@AndreyMarkinPPC AndreyMarkinPPC released this 06 Nov 05:23
· 154 commits to main since this release
* Add ability for interactively explore project when calling `terka show
project` command.
* Simplify the codebase:
  * Add `is_stale`, `is_overdue` and `completion_date` properties to
    Task (and remove their calculation from `printer`)
  * Add `total_time_spent` property to project
  * Make `TerkaTask` view neater, remove not working `Comment` section
  * Add `formatter` module to extract formatting operations