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] InsureIQ #40

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

Conversation

cyaoxuan
Copy link

InsureIQ helps car insurance agents by providing a quick and easy contact management system of a large car owner database with policies bought by them and also have a better overview of the premium due dates.

@codecov
Copy link

codecov bot commented Sep 17, 2023

Codecov Report

Merging #40 (6625037) into master (517b785) will increase coverage by 3.33%.
The diff coverage is 85.45%.

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

@@             Coverage Diff              @@
##             master      #40      +/-   ##
============================================
+ Coverage     75.26%   78.59%   +3.33%     
- Complexity      419      724     +305     
============================================
  Files            71      104      +33     
  Lines          1338     2163     +825     
  Branches        126      285     +159     
============================================
+ Hits           1007     1700     +693     
- Misses          301      380      +79     
- Partials         30       83      +53     
Files Coverage Δ
...in/java/seedu/address/commons/util/StringUtil.java 93.33% <100.00%> (-1.41%) ⬇️
src/main/java/seedu/address/logic/Messages.java 91.30% <100.00%> (+3.80%) ⬆️
.../java/seedu/address/logic/commands/AddCommand.java 100.00% <100.00%> (ø)
...ava/seedu/address/logic/commands/ClearCommand.java 100.00% <ø> (ø)
...va/seedu/address/logic/commands/DeleteCommand.java 100.00% <100.00%> (ø)
...java/seedu/address/logic/commands/ExitCommand.java 100.00% <ø> (ø)
...va/seedu/address/logic/commands/RemarkCommand.java 100.00% <100.00%> (ø)
...java/seedu/address/logic/commands/SortCommand.java 100.00% <100.00%> (ø)
...ss/logic/commands/exceptions/CommandException.java 50.00% <ø> (-50.00%) ⬇️
...a/seedu/address/logic/parser/AddCommandParser.java 100.00% <100.00%> (ø)
... and 56 more

... and 1 file with indirect coverage changes

📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!

brendanneojw and others added 29 commits October 31, 2023 16:45
…s-persons-with-default-policy-dates

Fix a bug in the find command for pi and pe
…mind-feature

Add exception handlings for remind feature
Checks to recognizee default parameters in different persons was added.
Specified output upon success for Delete.

Provided complete details about use of Sort Command.
Fix help window to direct to InsureIQ User Guide
…feature

Update UG for Delete and Sort Command
- Add `remark` field to Person
- Add `remark` command to add / edit remarks
- Update UI to reflect remarks (to be changed)

To do:
- Change tests to cater additional field
…feature

Add sort command to command summary
…th-no-policy-data

Throw exception when incomplete edits are done for policy
KumChaiYin and others added 30 commits November 15, 2023 16:50
Update UG to make it more user friendly [CS2101]
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