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-T12-1] Patientist #110

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

Conversation

euph00
Copy link

@euph00 euph00 commented Feb 25, 2023

Patientist is a CLI-based hospital management solution for medical institutions. This application reduces the clutter of using various different medium to handle patient and staff records, and streamlines workflows by being lightweight and efficient to use for confident typists.

@codecov
Copy link

codecov bot commented Feb 25, 2023

Codecov Report

Patch coverage: 66.37% and project coverage change: -6.41 ⚠️

Comparison is base (928f146) 72.15% compared to head (9a9f13a) 65.75%.

Additional details and impacted files
@@             Coverage Diff              @@
##             master     #110      +/-   ##
============================================
- Coverage     72.15%   65.75%   -6.41%     
- Complexity      399      763     +364     
============================================
  Files            70      133      +63     
  Lines          1232     2570    +1338     
  Branches        125      330     +205     
============================================
+ Hits            889     1690     +801     
- Misses          311      752     +441     
- Partials         32      128      +96     
Impacted Files Coverage Δ
src/main/java/seedu/patientist/AppParameters.java 75.00% <ø> (ø)
src/main/java/seedu/patientist/Main.java 0.00% <ø> (ø)
src/main/java/seedu/patientist/MainApp.java 0.00% <0.00%> (ø)
...ain/java/seedu/patientist/commons/core/Config.java 68.18% <ø> (ø)
...ava/seedu/patientist/commons/core/GuiSettings.java 69.23% <ø> (ø)
...java/seedu/patientist/commons/core/LogsCenter.java 78.37% <ø> (ø)
...n/java/seedu/patientist/commons/core/Messages.java 0.00% <ø> (ø)
...in/java/seedu/patientist/commons/core/Version.java 82.50% <ø> (ø)
...ava/seedu/patientist/commons/core/index/Index.java 100.00% <ø> (ø)
...st/commons/exceptions/DataConversionException.java 100.00% <ø> (ø)
... and 123 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 in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

jedidiahC pushed a commit to jedidiahC/tp that referenced this pull request Mar 17, 2023
ARPspoofing added a commit to ARPspoofing/tp that referenced this pull request Mar 19, 2023
LIN_CHIEH and others added 27 commits March 20, 2023 14:24
This commit will also fix checkstyle errors and remove some non compiling code
This also standardises and fixes some misalignment with the documentation between the identity
functions of Patient and Staff with their respective specifications in Model.
This commit also makes improvements to testing utilities related to Model,
and implements Ward related exceptions
Implement testing for RoleTag and Ward
Enable Java assertions in build.gradle
update version number in MainApp
Documentation changes in DG for Ward related functionality
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