dkrichards86 / downtimer

Downtimer is a browser based productivity timer and wellness app.
https://downtimer.io
MIT License
0 stars 0 forks source link

Enhanced analysis view #5

Closed dkrichards86 closed 5 years ago

dkrichards86 commented 5 years ago

Describe the feature or enhancement you'd like The existing analysis page just displays the proportion of completed timers to those started. This isn't particularly helpful. Ideally, this would be updated to compare time elapsed to total duration started.

dkrichards86 commented 5 years ago

This is currently in progress. Added a line chart for daily interruptions, bar charts for mean interruptions and average daily completion percentage, and grouped bars for times scheduled vs times completed.

This enhancement also includes a transition to indexeddb over local storage.

Currently delayed by testing- mocking the indexeddb abstraction needs some special attention.

dkrichards86 commented 5 years ago

Merged into master with https://github.com/downtimer/downtimer/pull/12