dwyl/app

Timer to return to original position in list once stopped

iteles opened this issue · 2 comments

Dependent on the implementation of #292 going forward and the implementation of #283

As a user with a previously prioritised list of timers,
I would like for a timer that has bubbled to the top of my list #292 to return to its original position when stopped
So that I don't lose the time and effort I have previously put into the prioritisation of my tasks.

Acceptance criteria

  • When I press Stop to stop the timer, the timer stops and the list item returns to its original position/prioritisation order in my list
  • If my timer is stopped by the app for any purpose, the list item returns to its original position/prioritisation order in my list

This will be a bit "jerky" if there are more than 10 items in a list it will disappear from the "page" ... 💭

Once the prioritization is in place I don't imagine someone is going to be working on their 11th+ priority?

Either way, I don't see it as disappearing as a problem. Especially if there's a 'order by most recently worked on' filter 😉 I think it's more important to maintain the prioritization people have worked hard to put together than not. But worth a test!