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-W16-3] checkUp #93

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

Conversation

kxrt
Copy link

@kxrt kxrt commented Sep 16, 2022

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.

@codecov-commenter
Copy link

codecov-commenter commented Sep 30, 2022

Codecov Report

Base: 72.15% // Head: 72.53% // Increases project coverage by +0.37% 🎉

Coverage data is based on head (f5d97b0) compared to base (77a32bf).
Patch coverage: 73.90% of modified lines in pull request are covered.

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     
Impacted Files Coverage Δ
src/main/java/seedu/address/MainApp.java 0.00% <0.00%> (ø)
...main/java/seedu/address/commons/core/Messages.java 0.00% <ø> (ø)
...rc/main/java/seedu/address/logic/LogicManager.java 65.21% <0.00%> (-9.79%) ⬇️
...eedu/address/logic/parser/DeleteCommandParser.java 100.00% <ø> (ø)
...c/main/java/seedu/address/logic/parser/Prefix.java 91.66% <ø> (ø)
src/main/java/seedu/address/model/Model.java 100.00% <ø> (ø)
src/main/java/seedu/address/ui/CommandBox.java 0.00% <0.00%> (ø)
src/main/java/seedu/address/ui/ContactCard.java 0.00% <0.00%> (ø)
src/main/java/seedu/address/ui/CountWindow.java 0.00% <0.00%> (ø)
src/main/java/seedu/address/ui/HelpWindow.java 0.00% <ø> (ø)
... and 76 more

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.
📢 Do you have feedback about the report comment? Let us know in this issue.

CFSY pushed a commit to CFSY/tp that referenced this pull request Oct 25, 2022
PeiYee88 and others added 28 commits November 2, 2022 18:07
Adds
1. installation guide
2. troubleshooting section
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
PeiYee88 and others added 30 commits November 11, 2022 06:12
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
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.

6 participants