AY2425S1-CS2103-F12-1 / tp

MIT License
0 stars 4 forks source link

Add Claims object to the Storage for a model #91

Closed RezwanAhmed123 closed 2 weeks ago

RezwanAhmed123 commented 3 weeks ago

ensure that the claims object data is saved and able to be loaded from the storage.

Data for each claim will be saved in the following manner:

"InsurancePlanName1|claimId_1|claim_status_1|claim_amount1, InsurancePlanName2|claimId_2|claim_status_2|claim_amount2"

etc.