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-F09-2] PatientSync #26

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

Conversation

NeoHW
Copy link

@NeoHW NeoHW commented Feb 18, 2024

PatientSync is meticulously crafted for nurses who prioritize the well-being of their patients above all else. It allows nurses to input intimate details about their patients, such as food preferences and family conditions. This personalized approach enables nurses to deliver tailored care that meets the unique needs of each individual.

Copy link

codecov bot commented Feb 18, 2024

Codecov Report

Attention: Patch coverage is 86.17886% with 51 lines in your changes are missing coverage. Please review.

Project coverage is 82.16%. Comparing base (d8eabf4) to head (0a41ea8).

❗ Current head 0a41ea8 differs from pull request most recent head a4c81e1. Consider uploading reports for the commit a4c81e1 to get more accurate results

Files Patch % Lines
.../java/seedu/address/model/util/SampleDataUtil.java 31.03% 20 Missing ⚠️
src/main/java/seedu/address/ui/PatientCard.java 0.00% 19 Missing ⚠️
.../seedu/address/logic/parser/EditCommandParser.java 89.28% 0 Missing and 3 partials ⚠️
...java/seedu/address/logic/commands/SortCommand.java 93.33% 0 Missing and 2 partials ⚠️
.../seedu/address/logic/parser/SortCommandParser.java 90.90% 1 Missing and 1 partial ⚠️
...c/main/java/seedu/address/model/patient/Event.java 77.77% 1 Missing and 1 partial ⚠️
src/main/java/seedu/address/MainApp.java 0.00% 1 Missing ⚠️
src/main/java/seedu/address/logic/Messages.java 91.66% 0 Missing and 1 partial ⚠️
src/main/java/seedu/address/model/tag/Tag.java 50.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master      #26      +/-   ##
============================================
+ Coverage     81.47%   82.16%   +0.68%     
- Complexity      646      743      +97     
============================================
  Files            89       96       +7     
  Lines          2035     2287     +252     
  Branches        211      239      +28     
============================================
+ Hits           1658     1879     +221     
- Misses          324      350      +26     
- Partials         53       58       +5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

ZhiWei1010 and others added 29 commits April 3, 2024 04:18
Add new section in DeveloperGuide to include specifications of
SortCommand.

Add new sequence diagram for SortCommand.

Add new activity diagram for SortCommand.
Add a new screenshot in the image folder for sort result.

Update the User Guide to display the sort result screenshot.
Update naming convention of trimmedArgs to trimedSortAttribute in
SortCommandParser.

Update MESSAGE_SORT_SUCCESS format in SortCommand.
Add new user story in DeveloperGuide.

Update UserGuide SortCommand to be consistent with DeveloperGuide.
SortCommand now checks the comparator to get the respective
sortAttribute instead of accepting sortAttribute as a parameter.

SortCommandParser now only pass the Comparator to create SortCommand.
AddressBookParserTest to accommodate for new design of SortCommand
and SortCommandParser
Add proper logging to both DeleteEventCommand and
DeleteEventCommandParser.

Update code design of DeleteEventCommand to only set event for the
editPatientDescriptor.

Update code Design of DeleteEventCommandParser to not return an
invalid DeleteEventCommand.
guohuang88 and others added 30 commits April 15, 2024 18:01
V1.4 fix redirection links & class diagrams
Fixed some minor typo errors in DG.
This prevent repetition from UG.
…eteevent

V1.4 Updates to DG to prep for release
Add Exit, Help and Clear Commands to DG
v1.4 Add page break for Developer Guide
…geBreak

v1.4 Update page break in UserGuide
v1.4 Update Version Number in MainApp for v1.4 release
v1.4 UG and DG Documentation Fixes
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