Skip to content

Commit

Permalink
Schedule group meetings in the same room if possible
Browse files Browse the repository at this point in the history
The scheduling algorithm now first tries to schedule all group meetings of a
given group in the same room. It schedules meetings of a group in different
rooms only if that is not possible.
  • Loading branch information
tidoust committed Apr 25, 2024
1 parent af3081a commit 043f9e5
Show file tree
Hide file tree
Showing 3 changed files with 552 additions and 530 deletions.
1 change: 0 additions & 1 deletion test/check-tpac-scheduling.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ _No response_`;
type: 'times',
messages: [
'Session not scheduled on Tuesday (2023-09-12) at 11:30 - 13:00 as requested',
'Session not scheduled on Tuesday (2023-09-12) at 14:30 - 16:30 as requested',
'Session not scheduled on Thursday (2023-09-14) at 17:00 - 18:30 as requested'
]
}]);
Expand Down
Loading

0 comments on commit 043f9e5

Please sign in to comment.