adfinis / timed

Monorepo for the Timed time-tracking application
GNU Affero General Public License v3.0
6 stars 5 forks source link

Feature: optionally couple report time input with remaining effort input #80

Open derrabauke opened 1 year ago

derrabauke commented 1 year ago

Remaining Effort tracking improvement

Coupling the remaining effort input to the report time input would save user interactions which are most probably wanted by default. This can be deactivated via click on the chain icon, which seems to be a common UX pattern.

The "coupled" property could be stored on the task model or per user in local storage.

Fast sketch how this could look like

image

czosel commented 4 months ago

I really like this idea, especially when the "coupled" state would be saved on the task. That way, tasks like project management would automatically behave as expected for everyone working on the project. :100: