AY2425S1-CS2103-F12-1 / tp

MIT License
0 stars 4 forks source link

List claims command #104

Closed yanqiyqh closed 2 weeks ago

yanqiyqh commented 2 weeks ago

Create new fully-functional ListClaimsCommand and ListClaimsCommandParser to parse the new command listClaims to access a Client's claims.

yanqiyqh commented 2 weeks ago

Adds feature #84

codecov[bot] commented 2 weeks ago

Codecov Report

Attention: Patch coverage is 0% with 45 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
...eedu/address/logic/commands/ListClaimsCommand.java 0.00% 17 Missing :warning:
.../model/client/insurance/InsurancePlansManager.java 0.00% 17 Missing :warning:
.../address/logic/parser/ListClaimsCommandParser.java 0.00% 6 Missing :warning:
...du/address/model/client/insurance/claim/Claim.java 0.00% 4 Missing :warning:
.../seedu/address/logic/parser/AddressBookParser.java 0.00% 1 Missing :warning:
Files with missing lines Coverage Δ Complexity Δ
.../seedu/address/logic/parser/AddressBookParser.java 87.50% <0.00%> (-3.81%) 14.00 <0.00> (ø)
...du/address/model/client/insurance/claim/Claim.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
.../address/logic/parser/ListClaimsCommandParser.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)
...eedu/address/logic/commands/ListClaimsCommand.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)
.../model/client/insurance/InsurancePlansManager.java 38.61% <0.00%> (-7.82%) 19.00 <0.00> (ø)
RezwanAhmed123 commented 2 weeks ago

Fixed #84

yanqiyqh commented 2 weeks ago

Proceeding to merge as checkstyle violations have been resolved and all conversations have been resolved and approved.