-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Idea for UI/UX for timeslots #984
Comments
This will mean it won't be possible to have shorter than one hour intervals of (not) sending notifications. Proddata:
|
The end time == 14:30 is mine, as a test. I will ask the owner of start time == 07:20 how important that level of precision is. |
Owner of the 0720 start time won't mind whole hours precision. |
While making the statistics I discovered that "end" is magic in postgres. (It is not possible to write Maybe we should consider changing "end" to "endtime" and "start" to "starttime" in the database schema. |
This is probably why: https://www.postgresql.org/docs/current/sql-end.html |
We can use checkboxes (one per hour) in a table or css grid.
The text was updated successfully, but these errors were encountered: