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

Add priority field to tasks and workplaces #476

Conversation

christophmeissner
Copy link
Contributor

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 #208

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
@christophmeissner christophmeissner marked this pull request as draft March 20, 2022 12:31
@christophmeissner christophmeissner marked this pull request as ready for review March 20, 2022 12:36
.python-version Outdated Show resolved Hide resolved
pitpalme
pitpalme previously approved these changes Mar 20, 2022
@christophmeissner christophmeissner force-pushed the feature/208-add-priority-fields-to-tasks-and-workplaces branch from 14f83c1 to aa59e75 Compare March 20, 2022 16:16
@pitpalme pitpalme merged commit 8704aa0 into coders4help:develop Mar 20, 2022
@christophmeissner christophmeissner deleted the feature/208-add-priority-fields-to-tasks-and-workplaces branch March 21, 2022 09:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Define shift presentation order
2 participants