Skip to content

Commit c94c510

Browse files
committed
fix: update README.md about result page
1 parent a99bc4f commit c94c510

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,18 @@ A group randomizer for [Lohit Club](https://www.instagram.com/lohitclub.chula?ut
1919
2. Select the number of groups and days.
2020
- The number of groups are mandated to be prime numbers due to Technical conditions.
2121
- The number of days are any integer from 1 to (the number of groups - 1). i.e. If the number of group is 13, then the maximum number of days is 12.
22-
3. Checkboxes have 2 options:
23-
- **Download minimal version** - check this to download only the minimal version of the randomized groups. (Does not contain `control` sheet)
24-
- **Enable Forbidden Pairs** - check this to add forbidden pairs to the randomized groups. [(See below for more information)](#forbidden-pairs)
22+
3. Checkbox has an option:
23+
<!-- 3. Checkboxes have two options: -->
24+
<!-- - **Download minimal version** - check this to download only the minimal version of the randomized groups. (Does not contain `control` sheet) -->
25+
- **Enable Forbidden Pairs** - check this to add forbidden pairs to the randomized groups. [(See below for more information)](#forbidden-pairs)
26+
4. Click the `Generate` button, this web will be navigated to the `result` page to see the random groups.
27+
5. On the result page:
28+
- The top right number input box can be set to change the number of groups shown for each row.
29+
- Checkbox `Show Details` shows the members' details except for their names.
30+
- The days are separated into the pagination.
31+
- In case we want to swap any two members (from different groups on the same day), select `1st member` and then select `2nd member` (the system will show only swappable members with the first member), and click `Swap` to swap those two members. The swappable pairs can be seen from the `Show swappable pairs` button.
32+
- Click `Generate` to download the result file (.xlsx file).
33+
6. If we already have a result and want to adjust the groups, go to the `result page` and upload the result file (.xlsx file) to continue adjusting the groups before downloading again.
2534

2635
## Forbidden Pairs
2736

0 commit comments

Comments
 (0)