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-T13-1] MedConnect #204

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

Conversation

Johnwz123
Copy link

MedConnect will enable healthcare administrators to consolidate contacts of patients and related information into a single database. It enables speedy lookups and updates, ensuring that administrators can quickly connect with the right people, from on-call doctors to patients’ families, when every second counts.

Copy link

codecov bot commented Sep 30, 2024

Codecov Report

Attention: Patch coverage is 25.94142% with 354 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
src/main/java/seedu/address/ui/CommandBox.java 0.00% 262 Missing ⚠️
src/main/java/seedu/address/ui/PersonCard.java 0.00% 32 Missing ⚠️
...ddress/ui/EmergencyContactSelectionController.java 0.00% 18 Missing ⚠️
src/main/java/seedu/address/ui/UiManager.java 0.00% 11 Missing ⚠️
...rc/main/java/seedu/address/ui/PersonListPanel.java 0.00% 9 Missing ⚠️
.../java/seedu/address/model/util/SampleDataUtil.java 0.00% 6 Missing ⚠️
.../seedu/address/logic/parser/ListCommandParser.java 44.44% 4 Missing and 1 partial ⚠️
src/main/java/seedu/address/MainApp.java 0.00% 4 Missing ⚠️
...u/address/logic/commands/DeleteArchiveCommand.java 66.66% 1 Missing ⚠️
...ddress/logic/commands/ListArchiveFilesCommand.java 66.66% 1 Missing ⚠️
... and 5 more
Files with missing lines Coverage Δ Complexity Δ
.../seedu/address/commons/core/filename/Filename.java 91.66% <ø> (ø) 7.00 <0.00> (ø)
src/main/java/seedu/address/logic/Messages.java 96.42% <100.00%> (+0.42%) 5.00 <1.00> (+1.00)
.../java/seedu/address/logic/commands/AddCommand.java 100.00% <100.00%> (ø) 8.00 <1.00> (ø)
...ess/logic/commands/AddEmergencyContactCommand.java 97.29% <ø> (ø) 10.00 <0.00> (ø)
...a/seedu/address/logic/commands/ArchiveCommand.java 100.00% <100.00%> (ø) 6.00 <4.00> (+4.00)
...va/seedu/address/logic/commands/DeleteCommand.java 98.36% <100.00%> (+0.05%) 13.00 <3.00> (+1.00)
...java/seedu/address/logic/commands/EditCommand.java 93.12% <100.00%> (+0.67%) 21.00 <0.00> (+1.00)
...java/seedu/address/logic/commands/FindCommand.java 100.00% <ø> (ø) 6.00 <0.00> (ø)
...eedu/address/logic/commands/FindDoctorCommand.java 100.00% <ø> (ø) 6.00 <0.00> (ø)
...java/seedu/address/logic/commands/HelpCommand.java 100.00% <ø> (ø) 2.00 <0.00> (ø)
... and 33 more

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.

4 participants