You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 18, 2020. It is now read-only.
This kind of application should use default values to minimise data input in the most common cases. In particular, /hourentry should pre-fill the date field with today's date, since that is a good guess for the value.
The same applies to other fields, and you can potentially use fancy logic here to make good guesses. A simple example: default the number of hours to 8 minus the number of hours entered. More complex: default the project to one of the current projects that doesn't yet have hours for today.
The text was updated successfully, but these errors were encountered:
This kind of application should use default values to minimise data input in the most common cases. In particular, /hourentry should pre-fill the date field with today's date, since that is a good guess for the value.
The same applies to other fields, and you can potentially use fancy logic here to make good guesses. A simple example: default the number of hours to 8 minus the number of hours entered. More complex: default the project to one of the current projects that doesn't yet have hours for today.
The text was updated successfully, but these errors were encountered: