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-T09-2] MediCLI #86

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

Conversation

ararchch
Copy link

MediCLI is a command line patient management solution aimed at tech-savvy hospital clerks who are accustomed to typing information often under pressure/time crunches.

The CLI approach provides a text-based, streamlined interaction, allowing them to input and retrieve information with swift, precise commands making their lives easier and hospital information processing faster.

Copy link

codecov bot commented Feb 25, 2024

Codecov Report

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

Project coverage is 79.29%. Comparing base (b896eb0) to head (3538119).

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

Files Patch % Lines
...java/seedu/address/logic/commands/EditCommand.java 70.73% 9 Missing and 3 partials ⚠️
...a/seedu/address/model/appointment/Appointment.java 82.14% 4 Missing and 1 partial ⚠️
...address/logic/commands/EditAppointmentCommand.java 76.92% 2 Missing and 1 partial ⚠️
...address/model/appointment/AppointmentDateTime.java 85.71% 1 Missing and 1 partial ⚠️
...ain/java/seedu/address/storage/StorageManager.java 33.33% 2 Missing ⚠️
.../seedu/address/storage/JsonAdaptedAppointment.java 90.00% 0 Missing and 1 partial ⚠️
...rc/main/java/seedu/address/ui/AppointmentCard.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master      #86      +/-   ##
============================================
+ Coverage     75.26%   79.29%   +4.03%     
- Complexity      419      675     +256     
============================================
  Files            71      107      +36     
  Lines          1338     2101     +763     
  Branches        126      218      +92     
============================================
+ Hits           1007     1666     +659     
- Misses          301      376      +75     
- Partials         30       59      +29     

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

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