-
Notifications
You must be signed in to change notification settings - Fork 521
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
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
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. |
unreachable code
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.
for success message
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
V1.3 sort command
of DeleteEventCommand
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.
This reverts commit ccaa98e.
… parsing" This reverts commit a22def8.
V1.4 fix redirection links & class diagrams
Fix extra empty page in UG.
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
v1.4 Update page breaks
…geBreak v1.4 Update page break in UserGuide
v1.4 Update UserGuide
v1.4 Update Version Number in MainApp for v1.4 release
v1.4 UG and DG Documentation Fixes
Fix UG and DG
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.