AY2425S1-CS2103T-T17-3 / tp

Other
0 stars 5 forks source link

Include products to JSON storage #61

Closed ritulkrsingh closed 6 days ago

ritulkrsingh commented 6 days ago

JsonAdaptedProduct class was created and incorporated into the storage through AddressBook and JsonAdaptedSupplier.

Products now store the name of their suppliers instead of the supplier classes, and also store stockLevel, minStockLevel and maxStockLevel.

Tests pending.

Fixes #52