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-T14-2] UniNet #154

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

Conversation

leroychiu20
Copy link

UniNet helps international students in NUS manage detail of their contacts. It is optimised for CLI users so that frequent tasks can be done faster by typing in commands.

Copy link

codecov bot commented Sep 23, 2024

Codecov Report

Attention: Patch coverage is 90.00000% with 29 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
...va/seedu/address/logic/commands/ImportCommand.java 83.33% 6 Missing and 5 partials ⚠️
...va/seedu/address/logic/commands/ExportCommand.java 84.84% 4 Missing and 1 partial ⚠️
.../java/seedu/address/logic/commands/TagCommand.java 92.00% 1 Missing and 3 partials ⚠️
...java/seedu/address/logic/commands/ViewCommand.java 50.00% 1 Missing and 2 partials ⚠️
...seedu/address/logic/commands/DeleteTagCommand.java 95.34% 0 Missing and 2 partials ⚠️
...model/person/CategoryContainsKeywordPredicate.java 60.00% 0 Missing and 2 partials ⚠️
src/main/java/seedu/address/MainApp.java 0.00% 1 Missing ⚠️
...a/seedu/address/logic/parser/TagCommandParser.java 94.11% 0 Missing and 1 partial ⚠️
Files with missing lines Coverage Δ Complexity Δ
src/main/java/seedu/address/logic/Messages.java 90.62% <ø> (+3.12%) 7.00 <0.00> (+4.00)
...eedu/address/logic/commands/AddCompanyCommand.java 100.00% <100.00%> (ø) 8.00 <1.00> (?)
...eedu/address/logic/commands/AddStudentCommand.java 100.00% <100.00%> (ø) 8.00 <1.00> (?)
...ava/seedu/address/logic/commands/ClearCommand.java 100.00% <ø> (ø) 2.00 <0.00> (ø)
...ain/java/seedu/address/logic/commands/Command.java 100.00% <100.00%> (ø) 3.00 <2.00> (+2.00)
...va/seedu/address/logic/commands/DeleteCommand.java 100.00% <100.00%> (ø) 13.00 <1.00> (+6.00)
...java/seedu/address/logic/commands/EditCommand.java 96.07% <ø> (-1.36%) 18.00 <0.00> (+5.00) ⬇️
...seedu/address/logic/commands/FilterTagCommand.java 100.00% <100.00%> (ø) 6.00 <0.00> (?)
...ava/seedu/address/logic/commands/TrackCommand.java 100.00% <100.00%> (ø) 5.00 <1.00> (?)
.../address/logic/parser/AddCompanyCommandParser.java 100.00% <ø> (ø) 5.00 <0.00> (?)
... and 26 more

... and 6 files with indirect coverage changes

JiaYi-Gallium369 and others added 28 commits November 6, 2024 23:33
This reverts commit ce8a4ef.
Allow deletetag command to now delete a specific tag from all contacts
Refactor ImportCommand path validation and update error handling
ruiming97 and others added 30 commits November 12, 2024 12:08
Update UI.png and match code authorship
Update Developer guide + Add two puml diagrams
Add table of content links + specify test case to use relative path
Update track diagram and enhancements in developer guide
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