19lmyers / cse110-w21-group14

1 stars 2 forks source link

Implement Pomos Tracking in UI #35

Closed garylli closed 3 years ago

garylli commented 3 years ago

Description:

Since we are automating the pomodoro cycle, we need to be able to automatically add in long breaks after every 4 pomos

This means we want to implement a visual cue for users to track pomos completed.

Checklist:

The implementation should:

garylli commented 3 years ago

Update 2/15/2020

Implementation Version 1 In order to not clutter the UI and maintain cross-device portability, I changed the progress bar a little and moved the labels below the bar in order to place the counter where "Your Pomodoro" was before.

closes #35