Resolve "When switching lab from random with prio to fcfs, students stay on pending"
Merged
522-when-switching-lab-from-random-with-prio-to-fcfs-students-stay-on-pending into development
All threads resolved!
What does this mr do?
Users can now change a capacity lab from random to fcfs. When this happens, the old selection will be removed and new requests will be selected based on their creation time.
The user will be notified that they are changing the selection procedure and that thus the selection might change.
Screenshots
before
after
Does this MR meet the acceptance criteria?
-
I have added a changelog entry to reflect the significant changes I made. -
Tests were created to test the feature. -
I have updated the documentation accordingly. -
I adhere to the style guide. Closes #522 (closed)
Edited by Cédric Willekens
Merge request reports
Activity
assigned to @cedricwilleken
- Resolved by Otto Visser
@Lemaire @otto Now that we can properly change from random to fcfs. Should we also enable this the other way around?
added 28 commits
-
e9d1aa04...733f98c8 - 24 commits from branch
development
- d7559dc4 - Reset requests when switich between limited capacity labs
- c77bf261 - Add confirmation dialog
- be626e67 - Add changelog entry
- ae564135 - Allow user to change from fcfs to random
Toggle commit list-
e9d1aa04...733f98c8 - 24 commits from branch
added 18 commits
-
ae564135...67d37c60 - 14 commits from branch
development
- f2921f01 - Reset requests when switich between limited capacity labs
- 32f0cc3f - Add confirmation dialog
- b8be0a1b - Add changelog entry
- 1e59d69e - Allow user to change from fcfs to random
Toggle commit list-
ae564135...67d37c60 - 14 commits from branch
mentioned in commit 251ae57f
unassigned @cedricwilleken
Please register or sign in to reply