+ {#if curr_round === null} + Draft #{draft_id} (which opened last {startDate} at + {startTime}) has recently finished the main drafting process. It is currently in the + lottery rounds. + {:else} + Draft #{draft_id} is currently on Round {curr_round} + of {max_rounds}. It opened last {startDate} at + {startTime}. + {/if} +
+- {#if curr_round === null} - Draft #{draft_id} (which opened last {startDate} at - {startTime}) has recently finished the main drafting process. It is currently in the - lottery rounds. - {:else} - Draft #{draft_id} is currently on Round {curr_round} - of {max_rounds}. It opened last {startDate} at - {startTime}. - {/if} -
-- Draft #{draft_id} is almost done! The final stage is the lottery phase, where the remaining undrafted - students are randomly assigned to their labs. Before the system automatically randomizes anything, administrators - are given a final chance to manually intervene with the draft results. -
-+ Draft #{draft.draft_id} is almost done! The final stage is the lottery phase, where the remaining undrafted + students are randomly assigned to their labs. Before the system automatically randomizes anything, administrators + are given a final chance to manually intervene with the draft results. +
++ + When ready, administrators can press the "Conclude Draft" button to proceed with the randomization + stage. The list of students will be randomly shuffled and distributed among the labs in a round-robin fashion. + To uphold fairness, it is important that uneven distributions are manually resolved beforehand. +
++ After the randomization stage, the draft process is officially complete. All students, lab heads, and + administrators are notified of the final results. +
+@@ -127,25 +104,24 @@
Lab heads will be notified when the first round begins. The draft proceeds to the next round when all lab heads have submitted their preferences. This process repeats until the configured - maximum number of rounds has elapsed, after which the draft pauses until an administrator manually proceeds with the lottery stage. + maximum number of rounds has elapsed, after which the draft pauses until an administrator + manually proceeds with the lottery stage.