zztin / ctimer

This is a python implementation of a famous time management technique. CTimer helps you keep track of your productivity during the day, and help you set realistic goals for your day.
Apache License 2.0
0 stars 1 forks source link

[Feature Request] Visualization #29

Open zztin opened 4 years ago

zztin commented 4 years ago

Is your feature request related to a problem?

No. It is a feature request. I would like to know what time am I most efficient during the day.

Describe the solution you'd like

A time schedule that are similar to gantt chart or weekly planner which marks the time slots which past clocks happens would be useful.

Describe methods you've considered

Invite the community to discuss and vote

Earn votes and support by involving the community and invite everybody to discuss your feature and to vote for it (votes are +1 , 0 or -1 via adding a thumbs-up/down)

zztin commented 4 years ago

Alternative

A fixed time frame would also be nice. For example, the past 3 days or the past 5 days. Having the time over day on x-axis, and days on y-axis. It can clearly show what tasks have been done (with text filled in the blocks).

zztin commented 3 years ago

These features are implemented in ctimer --stats stimer --overall

Enhancement is still wanted for weekly timetable in ctimer --stats If is_complete == 1: different color if goal_is_reached == 1: different color