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-T12-1] NpcTrack #55

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

Conversation

Vanessamae23
Copy link

@Vanessamae23 Vanessamae23 commented Sep 18, 2023

NpcTrack helps Teaching Assistants to find and organise their students' contacts in a easy and swift manner, making it easier for them to reach out and communicate their students

@codecov
Copy link

codecov bot commented Sep 18, 2023

Codecov Report

Attention: 90 lines in your changes are missing coverage. Please review.

Comparison is base (a7f1f93) 70.45% compared to head (1e26c3d) 72.23%.

❗ Current head 1e26c3d differs from pull request most recent head 05ee064. Consider uploading reports for the commit 05ee064 to get more accurate results

Files Patch % Lines
...in/java/seedu/address/model/person/Attendance.java 74.28% 16 Missing and 2 partials ⚠️
...address/logic/commands/AssignmentIndivCommand.java 0.00% 7 Missing ⚠️
src/main/java/seedu/address/ui/PersonCard.java 0.00% 7 Missing ⚠️
...address/logic/commands/AssignmentGroupCommand.java 0.00% 5 Missing and 1 partial ⚠️
...eedu/address/logic/commands/AssignmentCommand.java 0.00% 5 Missing ⚠️
...du/address/logic/commands/DeassignmentCommand.java 0.00% 5 Missing ⚠️
...dress/logic/commands/DeassignmentIndivCommand.java 85.29% 2 Missing and 3 partials ⚠️
src/main/java/seedu/address/MainApp.java 0.00% 4 Missing ⚠️
...edu/address/logic/commands/CreateGroupCommand.java 0.00% 4 Missing ⚠️
.../address/logic/parser/AssignmentCommandParser.java 0.00% 4 Missing ⚠️
... and 12 more
Additional details and impacted files
@@             Coverage Diff              @@
##             master      #55      +/-   ##
============================================
+ Coverage     70.45%   72.23%   +1.78%     
- Complexity      679      719      +40     
============================================
  Files           109      111       +2     
  Lines          2427     2536     +109     
  Branches        314      317       +3     
============================================
+ Hits           1710     1832     +122     
+ Misses          621      599      -22     
- Partials         96      105       +9     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Chrainx pushed a commit to Chrainx/tp that referenced this pull request Oct 17, 2023
lunaflight and others added 28 commits October 31, 2023 04:21
…into proto-aiken-13-branch-a-v1.3-markAttendanceUpdate
in Attendance.java

To ensure better rigour in ensuring the attendance
handled is valid, the constructor must be changed
to update the participation accordingly if the
student is absent for that day.

Moreover, test coverage has been added to the
attendance, and attendance marking classes.
Assigning Large Numbers with `assign` and others
Optional.ofNullable() to be used where null is allowed.
Make previous command tracking more extensible
of participation points

The participation command points have been capped at 1000, so
the testcases need to be adjusted accordingly.
of participation points

The participation command points have been capped at 1000, so
the testcases need to be adjusted accordingly.
TypicalPersons.java and SampleDataUtil.java

Changed files in accordance to et-irl's
feedback in the PR review comments.
Rectified typos in the UG and
re-added definitions for Command
Status.
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