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-F11-3] ClinicBuddy #40

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

Conversation

Jaynon
Copy link

@Jaynon Jaynon commented Sep 17, 2024

ClinicBuddy helps clinic receptionists in small clinics manage their patients' records, treatment plans and future appointments. It enhances the patient management process for small clinics by being optimised for CLI users to allow them to enter / update / search patient records faster by typing in commands

Copy link

codecov bot commented Sep 17, 2024

Codecov Report

Attention: Patch coverage is 73.93484% with 208 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
...n/java/seedu/address/model/person/Appointment.java 46.34% 21 Missing and 1 partial ⚠️
src/main/java/seedu/address/ui/PersonCard.java 0.00% 22 Missing ⚠️
...dress/logic/commands/DeleteAppointmentCommand.java 64.40% 14 Missing and 7 partials ⚠️
...va/seedu/address/logic/commands/UpdateCommand.java 85.29% 9 Missing and 11 partials ⚠️
.../seedu/address/logic/commands/BookingsCommand.java 0.00% 18 Missing ⚠️
...in/java/seedu/address/logic/parser/ParserUtil.java 73.68% 11 Missing and 4 partials ⚠️
...main/java/seedu/address/storage/BackupManager.java 81.69% 9 Missing and 4 partials ⚠️
...va/seedu/address/model/person/BookingIsOnDate.java 0.00% 11 Missing ⚠️
src/main/java/seedu/address/MainApp.java 41.66% 6 Missing and 1 partial ⚠️
src/main/java/seedu/address/model/tag/Tag.java 12.50% 6 Missing and 1 partial ⚠️
... and 15 more
Files with missing lines Coverage Δ Complexity Δ
...rc/main/java/seedu/address/logic/LogicManager.java 77.27% <ø> (ø) 3.00 <0.00> (ø)
src/main/java/seedu/address/logic/Messages.java 91.66% <100.00%> (+4.16%) 3.00 <0.00> (ø)
.../java/seedu/address/logic/commands/AddCommand.java 100.00% <100.00%> (ø) 9.00 <0.00> (+1.00)
...java/seedu/address/logic/commands/FindCommand.java 100.00% <100.00%> (ø) 6.00 <1.00> (ø)
...a/seedu/address/logic/parser/AddCommandParser.java 100.00% <100.00%> (ø) 6.00 <0.00> (+1.00)
...ain/java/seedu/address/logic/parser/CliSyntax.java 90.00% <100.00%> (+6.66%) 1.00 <0.00> (ø)
...eedu/address/logic/parser/DeleteCommandParser.java 100.00% <100.00%> (ø) 2.00 <1.00> (ø)
.../seedu/address/logic/parser/FindCommandParser.java 100.00% <100.00%> (ø) 6.00 <1.00> (+3.00)
...edu/address/logic/parser/RestoreCommandParser.java 100.00% <100.00%> (ø) 3.00 <3.00> (?)
src/main/java/seedu/address/model/Model.java 100.00% <ø> (ø) 1.00 <0.00> (ø)
... and 32 more

... and 2 files with indirect coverage changes

potaotototo pushed a commit to potaotototo/tp that referenced this pull request Sep 25, 2024
Judy1x4 pushed a commit to Judy1x4/tp that referenced this pull request Oct 10, 2024
…duct-scope

Add product scope: value proposition and user profile to DG
JellyPenguinnn and others added 27 commits October 15, 2024 16:17
Update find function and its tests
Add BackupManager class to implement the backup functionality
Updated UG to match feature specification
Added backups to gitignore
Update user guide for backup functionality
JellyPenguinnn and others added 30 commits November 7, 2024 17:23
Removed bugs
Changed references to person to patient
Updated line breaks
Update User Guide and Developer Guide
Updated Readme
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