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

[CS2103T-F13-4] ClassMonitor #133

Open
wants to merge 434 commits into
base: master
Choose a base branch
from

Conversation

chiaryan
Copy link

@chiaryan chiaryan commented Mar 5, 2024

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.

Copy link

codecov bot commented Mar 5, 2024

Codecov Report

Attention: Patch coverage is 78.97727% with 37 lines in your changes are missing coverage. Please review.

Project coverage is 76.65%. Comparing base (5189ab8) to head (ba5a370).

❗ Current head ba5a370 differs from pull request most recent head 07f4e4c. Consider uploading reports for the commit 07f4e4c to get more accurate results

Files Patch % Lines
src/main/java/seedu/address/MainApp.java 0.00% 11 Missing ⚠️
.../java/seedu/address/model/util/SampleDataUtil.java 0.00% 7 Missing ⚠️
...in/java/seedu/address/logic/parser/ParserUtil.java 54.54% 2 Missing and 3 partials ⚠️
...rc/main/java/seedu/address/logic/LogicManager.java 60.00% 2 Missing ⚠️
...java/seedu/address/logic/commands/StarCommand.java 66.66% 1 Missing and 1 partial ⚠️
...rc/main/java/seedu/address/model/ModelManager.java 90.90% 2 Missing ⚠️
...rc/main/java/seedu/address/model/student/Bolt.java 0.00% 2 Missing ⚠️
...java/seedu/address/logic/commands/FindCommand.java 92.30% 0 Missing and 1 partial ⚠️
.../seedu/address/logic/parser/FindCommandParser.java 97.82% 0 Missing and 1 partial ⚠️
...rc/main/java/seedu/address/model/ClassMonitor.java 75.00% 0 Missing and 1 partial ⚠️
... and 3 more
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.
📢 Have feedback on the report? Share it here.

c-wenlong and others added 29 commits March 29, 2024 02:10
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
kwuunnn and others added 30 commits April 15, 2024 20:31
Create UML Activity diagram for Sort
because of a refactor some time ago 'person' accidentally got renamed to 'student'.

Let's change it back
Update acknoledgements in home page
Update find seq diagram in logic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants