-
Notifications
You must be signed in to change notification settings - Fork 247
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
ui/temp-sched: Add fixed shifts for temporary schedules #3606
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like the type/padding is getting messed up for the day interval here (this is on open without making any changes)
Also, can we make it so the shift length can be temporarily null? With it set to 1 day, I tried to change it to 6 hours by typing Backspace then 6, but it wouldn't let me so I had to use the arrow keys. But with the arrow keys, there was a bit of lag for each digit as it went up to render everything on the right
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Working well & as intended
make check
to catch common errors. Fixed any that came up.Description:
Adds new fields in the temporary schedule dialogs to have fixed shifts for the entire schedule. Shift duration defaults to 1 Day for all shifts but shifts can still be added with custom durations in the Add Shift form. Coverage gaps are also now rendered by the set shift duration, and more clearly show the time frame without coverage.
Which issue(s) this PR fixes:
Part of #3492
Screenshots: