-
Notifications
You must be signed in to change notification settings - Fork 519
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
[CS2103T-F13-4] ClassMonitor #133
base: master
Are you sure you want to change the base?
[CS2103T-F13-4] ClassMonitor #133
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #133 +/- ##
============================================
+ Coverage 75.34% 76.65% +1.31%
- Complexity 528 556 +28
============================================
Files 83 83
Lines 1691 1739 +48
Branches 179 183 +4
============================================
+ Hits 1274 1333 +59
+ Misses 367 346 -21
- Partials 50 60 +10 ☔ View full report in Codecov by Sentry. |
Refractor star command
The parser is lengthy and difficult to read. Let's extract out the parsing logic for each field into an individual method.
Create rough skeleton for user guide for Star and Bolt Command
Update UG to not use admonitions
Edit SampleDataUtil to include tags by module and class
Create UML Activity diagram for Sort
Final ug edits
Update Ui.png
because of a refactor some time ago 'person' accidentally got renamed to 'student'. Let's change it back
Fix typo in MIT License
Update about me
Update acknoledgements in home page
V1.4 update dg
Assert statement
Update find seq diagram in logic
Update seq diagram
Imagine Joe, he is a Teaching Assistant who teaches several classes with small cohort sizes (around 20) and is very forgetful, so he has trouble keeping track of who in his class is doing well or underperforming.
ClassMonitor simplifies class participation and attendance tracking for teaching assistants and professors. It provides easy access to student contact details and sends timely reminders about students falling behind, helping educators stay organized and informed.