-
Notifications
You must be signed in to change notification settings - Fork 10
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
auto-add Day Break every 8h+ #192
Comments
In the initial implementation, a daybreak was added automatically everytime the clock time went past 5pm. This happened on every update to the configurator which includes deleting or moving the daybreaks. We need a better logic for auto-adding daybreaks presumably one that allows users to:
|
I think the clock time is not so relevant it is more the 8h+ timeframe, after wich a training is kind of over due, but on the other hand a training unit can also come in as a "Time Slot" so we should consider a button/feature to add auto-daybreaks with a preset duration by the user maybe? |
Sure. A button could work. So the daybreaks are only added after a user clicks on the button. This will avoid the issue of daybreaks being added automatically even after deletion. |
if we add buttons, we might want to think about other feature buttons too
could all be placed here on the right or left next to the selection panel: |
Sure. I've also been thinking about the |
this feature was in place but caused a bug to not be able to delete the last day break in case one wanted a longer training day.
this will need a bit of coding, maybe you can elaborate on this one @saisilinus
The text was updated successfully, but these errors were encountered: