Skip to content
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

Define shift presentation order #208

Closed
pitpalme opened this issue Oct 23, 2015 · 1 comment · Fixed by #476
Closed

Define shift presentation order #208

pitpalme opened this issue Oct 23, 2015 · 1 comment · Fixed by #476
Assignees

Comments

@pitpalme
Copy link
Contributor

Special, mostly one time event, shifts should be enabled to be presented more
on the spot, i.e. on top of all shifts for the affected facility.

Maybe an optional "important" attribute that pushes selected shifts on top is
sufficient.

@christophmeissner
Copy link
Contributor

Task and Shift objects also could have a priority field (small positive integer) defaulting to 0. Shifts would be ordered by priority and then by their tasks' priority, but shifts' priorities might be changed manually when more fine grained control is required for a single day.

@christophmeissner christophmeissner self-assigned this Mar 13, 2022
christophmeissner added a commit to christophmeissner/volunteer_planner that referenced this issue Mar 20, 2022
This field can be used to prioritize tasks and workplaces in the helpdesk shift schedule.

Tasks, workplaces and shifts groups are now ordered
* by their task's priority decending (highest priority first), then
* by their workplace's priority decending (highest priority first), then
* by their task's name,
* then by their workplace's name.

fixes coders4help#208
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants