Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Command view students with bad attendance record #148

Closed
wants to merge 8 commits into from

Conversation

abdurrahmanfaqihiskandar

Add a command to view any student with a bad attendance record.

  • To run command: find-bad-students
  • Threshold is set at 3. Any student that misses MORE than 3 training sessions will be found by this command.
  • Result is output as such: [Name](ID: [id])
  • Only attendances of past trainings will be checked.

Tests are also done for this command.
Feel free to give a better name for the command word XD.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
CanoE-COACH
  
In Progress
Development

Successfully merging this pull request may close these issues.

Implement command to allow viewing of all students who do not meet a certain attendance threshold
1 participant