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-W12-1] ClientCare #43

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

Conversation

getsquared
Copy link

ClientCare helps insurance agents keep track of potential and current clients. It is optimized for CLI users so that frequent tasks can be done faster by typing in commands.

Copy link

codecov bot commented Feb 20, 2024

Codecov Report

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

Project coverage is 76.14%. Comparing base (b896eb0) to head (97d5d4f).

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

Files Patch % Lines
src/main/java/seedu/address/ui/MainWindow.java 0.00% 51 Missing ⚠️
...rc/main/java/seedu/address/storage/SetStorage.java 0.00% 41 Missing ⚠️
.../main/java/seedu/address/ui/ClientDetailsCard.java 0.00% 18 Missing ⚠️
src/main/java/seedu/address/ui/RemindersPanel.java 0.00% 18 Missing ⚠️
...rc/main/java/seedu/address/ui/ClientViewPanel.java 0.00% 16 Missing ⚠️
...java/seedu/address/logic/commands/MarkCommand.java 58.33% 14 Missing and 1 partial ⚠️
.../java/seedu/address/logic/commands/SetCommand.java 36.36% 13 Missing and 1 partial ⚠️
...a/seedu/address/model/person/UniquePersonList.java 30.00% 14 Missing ⚠️
.../java/seedu/address/commons/util/DateTimeUtil.java 50.00% 6 Missing and 6 partials ⚠️
src/main/java/seedu/address/ui/RemindersCard.java 0.00% 10 Missing ⚠️
... and 27 more
Additional details and impacted files
@@             Coverage Diff              @@
##             master      #43      +/-   ##
============================================
+ Coverage     75.26%   76.14%   +0.88%     
- Complexity      419      806     +387     
============================================
  Files            71      116      +45     
  Lines          1338     2566    +1228     
  Branches        126      247     +121     
============================================
+ Hits           1007     1954     +947     
- Misses          301      550     +249     
- Partials         30       62      +32     

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

solomonng2001 and others added 29 commits March 20, 2024 12:32
Add Addpolicy and Deletepolicy into the User Guide
Merge branch 'master' into update-developer-and-user-guide
yorklim and others added 30 commits April 14, 2024 21:36
Update DevGuide Effort and Implementation
Add Remark Use Case and Update Planned Enhancements
…fort-in-developer-guide

Add sort test cases and effort in developer guide
Fix spacing issue and command introduction
Update application version number
DG Add Design Considerations for Schedule and Mark
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.

4 participants