-
Notifications
You must be signed in to change notification settings - Fork 30
Description
I noticed two things making manual entries:
First is a minor bug:
Manual entry form fields are not reset after adding an entry, so when you add another one you will have a prefilled form.
This is a bit irritating because the user could thing that he is editing the previous entry instead of creating another one.
The other is a suggestion to make manual entries more comfortable/quicker:
Instead of entering start date, start time hours, start time minutes, end date, end time hours end time minutes,
It might be quicker and more user friendly just to specify start date and a duration/time span in days, hours and minutes, where days/hours should be optional.
Thus an entry could be as quick as selecting a date, typing a name an entering a duration in minutes. This way we could enter the time part of the entry by specifiying 2 to a maximum of 4 values instead of 6. Also the calendar widget could be half as big.
Cheers