In order to start a work, the user currently has to perform the following clicks:
- Create a new cycle
- Save the work
- Start the cycle (by clicking on the button on the cycle)
And in order to finish it
- Find the current active cycle
- Click on the do button.
I think we can simplify it by using two buttons called start and end that will perform the avobe steps for the user. The finish button will be in charge of computing the duration of the current cycle (like it does now).
Toughts?