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-F12-4] myStudents #88

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

Conversation

tantzeyeong
Copy link

myStudents helps tuition center admins manage details of the students, tutors and classes. It is optimized for CLI users so that frequent tasks can be done faster by typing in commands.

@codecov-commenter
Copy link

codecov-commenter commented Sep 19, 2022

Codecov Report

Base: 72.15% // Head: 69.38% // Decreases project coverage by -2.76% ⚠️

Coverage data is based on head (7412a05) compared to base (77a32bf).
Patch coverage: 69.66% of modified lines in pull request are covered.

Additional details and impacted files
@@             Coverage Diff              @@
##             master      #88      +/-   ##
============================================
- Coverage     72.15%   69.38%   -2.77%     
- Complexity      399     1125     +726     
============================================
  Files            70      126      +56     
  Lines          1232     3881    +2649     
  Branches        125      582     +457     
============================================
+ Hits            889     2693    +1804     
- Misses          311     1010     +699     
- Partials         32      178     +146     
Impacted Files Coverage Δ
src/main/java/seedu/address/MainApp.java 0.00% <0.00%> (ø)
...main/java/seedu/address/commons/core/Messages.java 0.00% <ø> (ø)
...n/java/seedu/address/commons/core/index/Index.java 100.00% <ø> (ø)
.../main/java/seedu/address/model/person/Address.java 90.00% <ø> (+10.00%) ⬆️
...rc/main/java/seedu/address/model/person/Email.java 90.00% <ø> (+10.00%) ⬆️
src/main/java/seedu/address/model/person/Name.java 90.00% <ø> (+10.00%) ⬆️
...c/main/java/seedu/address/model/person/Person.java 71.05% <ø> (-26.57%) ⬇️
...rc/main/java/seedu/address/model/person/Phone.java 90.00% <ø> (+10.00%) ⬆️
src/main/java/seedu/address/model/tag/Tag.java 80.00% <ø> (ø)
.../java/seedu/address/model/util/SampleDataUtil.java 15.78% <0.00%> (-4.22%) ⬇️
... and 119 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

CFSY pushed a commit to CFSY/tp that referenced this pull request Oct 25, 2022
Fix delete item command and item conflict logic
nopehax and others added 28 commits November 3, 2022 00:49
Fix formatting errors in notes about command format
Fix bug when adding 2 exact same entries except for their names
Removed JavaFx warnings when UI updates
…iagrams-for-ug

# Conflicts:
#	docs/UserGuide.md
Update myStudent description and fix export section link
…dsPredicate, TuitionClassContainsKeywordsPredicate and Time
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.

6 participants