-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
Milestone
Description
When an entry is currently running (active) a user might want to update its information from the time-entries page. This information can be currently updated in the time-clock screen tho.
In order to make this work, we need to add a check to allow users to specify they are still working on this entry and they don't want to finish it.
Acceptance Criteria
- A check with the label I am working on this should be added to the time-entries modal
- If a user checks it, the end_time component is marked as disabled
- If the user unchecks this component, the current time should be added as end_time
Note: check how t-sheets uses this feature.