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-W11-1] Murphy's List #237

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

Conversation

itsnotsherm
Copy link

Murphy's List is catered to administrative assistants of palliative care facilities in helping them manage patient information and contact details. It is optimized for users who prefer CLI to GUI, through commands that help complete tasks quicker.

Copy link

codecov bot commented Oct 3, 2024

Codecov Report

Attention: Patch coverage is 70.58824% with 160 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
...c/main/java/seedu/address/ui/AppointmentPopup.java 0.00% 36 Missing ⚠️
src/main/java/seedu/address/ui/ViewWindow.java 0.00% 17 Missing ⚠️
...edu/address/logic/commands/AppointmentCommand.java 21.05% 14 Missing and 1 partial ⚠️
src/main/java/seedu/address/ui/HelpWindow.java 0.00% 8 Missing ⚠️
src/main/java/seedu/address/ui/MainWindow.java 0.00% 8 Missing ⚠️
...eedu/address/logic/parser/RemarkCommandParser.java 69.56% 4 Missing and 3 partials ⚠️
...n/java/seedu/address/model/person/Appointment.java 60.00% 6 Missing ⚠️
.../java/seedu/address/model/util/SampleDataUtil.java 0.00% 6 Missing ⚠️
.../java/seedu/address/storage/JsonAdaptedPerson.java 73.91% 5 Missing and 1 partial ⚠️
src/main/java/seedu/address/ui/PersonCard.java 0.00% 6 Missing ⚠️
... and 18 more
Files with missing lines Coverage Δ Complexity Δ
src/main/java/seedu/address/logic/Messages.java 88.88% <ø> (ø) 3.00 <0.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% <ø> (ø) 2.00 <0.00> (ø)
...va/seedu/address/logic/commands/DeleteCommand.java 100.00% <100.00%> (ø) 7.00 <1.00> (ø)
...java/seedu/address/logic/commands/ExitCommand.java 100.00% <ø> (ø) 2.00 <0.00> (ø)
...java/seedu/address/logic/commands/FindCommand.java 100.00% <100.00%> (ø) 6.00 <1.00> (ø)
...java/seedu/address/logic/commands/HelpCommand.java 100.00% <ø> (ø) 2.00 <0.00> (ø)
...java/seedu/address/logic/commands/ListCommand.java 100.00% <ø> (ø) 2.00 <0.00> (ø)
...va/seedu/address/logic/commands/RemarkCommand.java 100.00% <100.00%> (ø) 11.00 <4.00> (ø)
...java/seedu/address/logic/commands/ViewCommand.java 83.33% <ø> (-0.88%) 6.00 <0.00> (-1.00)
... and 43 more

... and 2 files with indirect coverage changes

volleyballkickedme and others added 29 commits October 19, 2024 00:31
Add SortCommand and SortCommandParser
Add find tag feature to FindCommand
… feature

Add validation regex to Appointment classes to ensure that the input string is of the correct format
volleyballkickedme and others added 30 commits November 11, 2024 18:27
Edit error message for Appointment, Find, Remark Command
Make final additions and updates to DG
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