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-T11-4] HealthConnect #129

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

Conversation

nayanaamahesh
Copy link

Our patient management system empowers home-based healthcare providers to efficiently retrieve and analyze patient information, enabling them to provide personalized care and see their daily schedule.

Copy link

codecov bot commented Sep 30, 2024

Codecov Report

Attention: Patch coverage is 94.67213% with 13 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
src/main/java/seedu/address/ui/PersonCard.java 0.00% 3 Missing ⚠️
...eedu/address/logic/parser/FilterCommandParser.java 88.23% 1 Missing and 1 partial ⚠️
...ddress/model/person/PersonHasFeaturePredicate.java 80.00% 0 Missing and 2 partials ⚠️
src/main/java/seedu/address/MainApp.java 0.00% 1 Missing ⚠️
...eedu/address/logic/parser/DeleteCommandParser.java 90.00% 0 Missing and 1 partial ⚠️
.../seedu/address/logic/parser/EditCommandParser.java 91.66% 0 Missing and 1 partial ⚠️
...in/java/seedu/address/logic/parser/ParserUtil.java 91.66% 0 Missing and 1 partial ⚠️
...du/address/logic/parser/ScheduleCommandParser.java 75.00% 1 Missing ⚠️
src/main/java/seedu/address/model/person/Date.java 97.29% 0 Missing and 1 partial ⚠️
Files with missing lines Coverage Δ Complexity Δ
src/main/java/seedu/address/logic/Messages.java 86.36% <100.00%> (-1.14%) 3.00 <0.00> (ø)
.../java/seedu/address/logic/commands/AddCommand.java 100.00% <ø> (ø) 8.00 <0.00> (ø)
...java/seedu/address/logic/commands/DateCommand.java 100.00% <100.00%> (ø) 22.00 <2.00> (?)
...va/seedu/address/logic/commands/DeleteCommand.java 100.00% <ø> (ø) 17.00 <0.00> (+10.00)
...java/seedu/address/logic/commands/EditCommand.java 97.89% <100.00%> (+0.45%) 16.00 <1.00> (+3.00)
...va/seedu/address/logic/commands/FilterCommand.java 100.00% <100.00%> (ø) 7.00 <0.00> (?)
...a/seedu/address/logic/parser/AddCommandParser.java 100.00% <100.00%> (ø) 15.00 <1.00> (+10.00)
.../seedu/address/logic/parser/DateCommandParser.java 100.00% <100.00%> (ø) 9.00 <0.00> (?)
...c/main/java/seedu/address/logic/parser/Parser.java 100.00% <100.00%> (ø) 3.00 <3.00> (?)
.../main/java/seedu/address/model/person/Allergy.java 100.00% <100.00%> (ø) 7.00 <1.00> (?)
... and 18 more

... and 2 files with indirect coverage changes

Nihirraa and others added 29 commits November 6, 2024 19:12
Add date validation to prevent overlapping dates
Fix validation to allow white spaces in input
* master:
  Add date command test case for multiple people
  Fix delete command on filtered list
  Add test case to test overlapping dates
  Fix date command in filtered view
  Fix checkstyle
  Add date validation to prevent overlapping dates
  Edit FAQ and Known Issues
  Edit features section
  Edit Quick Start
  Fix validation to allow white spaces in input

# Conflicts:
#	docs/UserGuide.md
# Conflicts:
#	docs/DeveloperGuide.md
#	docs/images/DeleteSequenceDiagram.png
# Conflicts:
#	src/main/java/seedu/address/logic/parser/AddCommandParser.java
nayanaamahesh and others added 30 commits November 11, 2024 22:38
# Conflicts:
#	docs/UserGuide.md
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