-
Notifications
You must be signed in to change notification settings - Fork 565
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-W16-3] checkUp #93
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportBase: 72.15% // Head: 72.53% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #93 +/- ##
============================================
+ Coverage 72.15% 72.53% +0.37%
- Complexity 399 794 +395
============================================
Files 70 117 +47
Lines 1232 2370 +1138
Branches 125 301 +176
============================================
+ Hits 889 1719 +830
- Misses 311 565 +254
- Partials 32 86 +54
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Adds 1. installation guide 2. troubleshooting section
Edits user guide
Include test case for Ward Number
For the following 1. Next Of Kin 2. Hospital Wing Reconsider next of kin regex to prevent user from providing blank input with comma
To the following class 1. NextOfKin 2. NextOfKinPredicate 3.HospitalWing 4.HospitalWIngPredicate 5.AppointmentByDatePredicate
to commands and parsers.
Updates class diagram for Storage
Update UserGuide.md
Update UserGuide.md
Updates user guide
Update UG wording
Add reasons for usage for appt, delappt, consult
Added reasons for usage for `add`, `edit` & `delete` command
Add Use Cases for clear, clickability and keyboard shortcuts
Update UserGuide.md for cs2101 submission
Edit UG for CS2101 changes
checkUp aims to enhance and increase the productivity and efficiency of hospital staff in terms of patient contact management, within a single hospital/clinic only. By providing a simple method of storing patient information, hospital staff can quickly search by patient name or medication using CLIesque inputs.