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

[CS2103-F15-2] EduContacts #108

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

Conversation

juliantayyc
Copy link

EduContacts helps tertiary educators manage detail of their students. It is optimized for CLI users so that frequent tasks can be done faster by typing in commands.

Copy link

codecov bot commented Sep 20, 2024

Codecov Report

Attention: Patch coverage is 77.50000% with 45 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
src/main/java/seedu/address/ui/PersonDetails.java 0.00% 22 Missing ⚠️
...eedu/address/logic/parser/FilterCommandParser.java 66.66% 0 Missing and 5 partials ⚠️
src/main/java/seedu/address/ui/PersonCard.java 0.00% 5 Missing ⚠️
...va/seedu/address/logic/commands/DeleteCommand.java 87.50% 1 Missing and 2 partials ⚠️
src/main/java/seedu/address/model/person/Role.java 92.00% 1 Missing and 1 partial ⚠️
.../java/seedu/address/storage/JsonAdaptedPerson.java 71.42% 1 Missing and 1 partial ⚠️
src/main/java/seedu/address/MainApp.java 0.00% 1 Missing ⚠️
...a/seedu/address/logic/parser/AddCommandParser.java 83.33% 0 Missing and 1 partial ⚠️
...eedu/address/logic/parser/DeleteCommandParser.java 66.66% 0 Missing and 1 partial ⚠️
...in/java/seedu/address/logic/parser/ParserUtil.java 95.65% 0 Missing and 1 partial ⚠️
... and 2 more
Files with missing lines Coverage Δ Complexity Δ
src/main/java/seedu/address/logic/Messages.java 90.47% <100.00%> (+2.97%) 4.00 <0.00> (+1.00)
.../java/seedu/address/logic/commands/AddCommand.java 100.00% <100.00%> (ø) 8.00 <1.00> (ø)
...ava/seedu/address/logic/commands/ClearCommand.java 100.00% <100.00%> (ø) 2.00 <0.00> (ø)
...java/seedu/address/logic/commands/EditCommand.java 93.43% <100.00%> (-4.01%) 20.00 <1.00> (+7.00) ⬇️
...va/seedu/address/logic/commands/FilterCommand.java 91.89% <ø> (ø) 14.00 <0.00> (?)
...java/seedu/address/logic/commands/FindCommand.java 100.00% <ø> (ø) 9.00 <0.00> (+3.00)
...ava/seedu/address/logic/commands/GradeCommand.java 100.00% <100.00%> (ø) 12.00 <1.00> (?)
...va/seedu/address/logic/commands/ModuleCommand.java 100.00% <100.00%> (ø) 12.00 <1.00> (?)
...a/seedu/address/logic/parser/ArgumentMultimap.java 96.96% <100.00%> (-3.04%) 26.00 <0.00> (+13.00) ⬇️
...ain/java/seedu/address/logic/parser/CliSyntax.java 88.88% <100.00%> (+5.55%) 1.00 <0.00> (ø)
... and 28 more

potaotototo pushed a commit to potaotototo/tp that referenced this pull request Oct 24, 2024
jessica2828 and others added 28 commits October 30, 2024 12:51
* master:
  Refactor exit and help buttons to remove the MenuBar
  Style PersonDetails
Refactor DG Model Component, Planned Enhancements
* master:
  Further update DG for UI
  Update DG for UI and Architecture
  Update UG based on peer reviews
  Update UG styling
  Add link to jar file
  Refactor exit and help buttons to remove the MenuBar
  Style PersonDetails
  Update LogicComponent and Implementation
  Refactor DG
  Refactor inputs case-insensitive
* master:
  Further update DG for UI
  Update DG for UI and Architecture
  Update UG based on peer reviews
  Update UG styling
  Add link to jar file
  Refactor exit and help buttons to remove the MenuBar
  Style PersonDetails
  Update LogicComponent and Implementation
  Refactor DG
  Refactor inputs case-insensitive
JYL27 and others added 30 commits November 12, 2024 11:54
Update planned enhancements to follow requirement
Remove code formatting in header
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