2023-12-05.1.47.25.mov
In 2022, I used to be a training manger in Scuba Diving club in my university.
As a training manager, I had to investigate all the possible dates each student could go for training and make groups each date every semester.
I thought it would be great if some kind of computer program could do this bothersome work for the next training mangers.
When we go for scuba diving, everybody should have at least one buddy for safety. We usually pair 2 people per buddy, and we have some rules for this.
New students (who had been trained in the club for 2 or less semesters) must always be paired up with old students (been trained in the club for more than 2 semesters). If there is no old student left in that day for a new student to be paired, the new student will not be added to that day.
If there is no other new students left, old students will be paired up following the rule that the gap between two semesters from two students should be always the greatest.
Each student should go for training for 3 times each semester.
Information of the members (current memebers in Seoul Tech Scuba Team) are saved in the program. Names and the number of semesters they've been trained.
- You must select the date first.
- Press all the buttons of the names who said are able to go for training that day.
- If you press the button at first, the color of the button turns into blue.
- If you press the button again, the color turns into white.
- "Blue" button means the name is selected, where "White" button means the name is not selected.
- You can add the members in the input list by pressing the buttons of names (white to blue).
- When you press the blue button and make it white, the name of the button is removed from the input list.
- You can add the date by just selecting another date, and the other date section will be appended to the input list.
- If you press "Done" button, the result will come out.
- Every member in each date will be paired up and be shown under the "Result" box.
- The format follows "buddy1(semester) - buddy2(semester)".
- Every group will be updated as dates increase.
- If you press "Reset" button, dates, input list and result box will be reset again. All the buttons will go white and all the boxes in counted traing days will go red.
- Training manager can check how many days each member is participating for the training.
- If the member is going for the training for 0 day in this semester, the color of the box will be red.
- If he/she is going for 1 or 2 days, the color will be yellow.
- If he/she is going for 3 days, the color will be blue.
- develop: all the codes added from other branches before merging to
main
- develop-logic-python: origin codes to develop algorithm for the program
- develop-addMembers-inputfield: you can add members here by typing the names of members instead of clicking the provided buttons
- develp-to_use_with_file: you can add members by adding a text file, all dates and members written following the format
- develop-ui: develop UI (design, styling, etc...)
- develop-readme: modify readme.md
You can visit Issues to report any errors or any better ideas (UI, algorithms, new ides, etc...) for the program.
Press New Issue
button to do so.
Hyojeong Jun, 37th member of Seoul Tech Scuba Club (Training Manger in 2022)
divingJun.mp4
- Logic: Python
- Front End: javascript, html, css
- Web Server: Github Pages
2023.10.31. ~ 2023.12.04.