-
Notifications
You must be signed in to change notification settings - Fork 4
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
Delete student module command #40
Delete student module command #40
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #40 +/- ##
============================================
- Coverage 69.56% 67.10% -2.46%
Complexity 433 433
============================================
Files 81 83 +2
Lines 1528 1584 +56
Branches 142 150 +8
============================================
Hits 1063 1063
- Misses 430 486 +56
Partials 35 35 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
solid
* Adds a module to a student in the address book. | ||
* | ||
* @param m The module code to be added. | ||
* @param s The student to whom the module is to be added. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The comments on this function are wrong
* Checks if module `m` is held within the student | ||
* @param m Module to check | ||
* @return true if module is taken by student |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comments are wrong
* Checks if module `m` is held within the student | ||
* @param m Module to check | ||
* @return true if module is taken by student |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comments are wrong
Implemented delete_module command (delete_module i/INDEX m/MODULECODE)
Added some SLAP to add_module as well
Closes: #22