scrumlr.io icon indicating copy to clipboard operation
scrumlr.io copied to clipboard

Implement redesign of timer and remaining votes indicators

Open bitionaire opened this issue 2 years ago • 1 comments

To further clarify some design details that aren't self explanatory by the exported design:

  • The timer / alarm sound should be played once 3 sec. are left on the timer
  • The font color should turn to red once 10 sec. are remaining
  • We think the "10+ min." title fits best if the timer length is greater 10 mins.

bitionaire avatar Jul 12 '22 20:07 bitionaire

Indicators states: https://xd.adobe.com/view/7f0566cb-b200-455d-bfb0-7c557d0262fa-2a56/ Light mode: https://xd.adobe.com/view/1fe8b588-5327-4060-a22d-eb27962a3e07-4abb/ Dark mode: https://xd.adobe.com/view/519245f0-e530-4fdf-89b7-a6d9c5602454-04c1/

Kraft-16 avatar Aug 26 '22 10:08 Kraft-16

The start time / date of a timer has to be saved for the timer progress bar. Therefore, we have to modify our database & backend before implementing the redesign of the timer.

Tasks:

  • [ ] Modify database to save the start time for timers of boards
  • [ ] Modify backend api, services, etc.
  • [ ] Modify frontend to send & receive both start & end time
  • [ ] Implement redesign (change component, styling, etc.)

brandstetterm avatar Oct 26 '22 13:10 brandstetterm