Releases: AY2324S2-CS2103-F09-1/tp
Releases · AY2324S2-CS2103-F09-1/tp
v1.4
v1.3
Features for v1.3
- Enhanced the UI
- Added
addHouse
command to add newhouses
to aSeller
- Added
deleteHosue
command to delete existinghouse
from aSeller
- Added
editBuyer
andeditSeller
commands to edit aBuyer
orSeller
respectively. - Added
matchBuyer
command to findhouses
that meets the preference of aBuyer
- Added
view
command to view more details of a person
v1.2.1
v1.2
Features for v1.2
- Display contacts list (including both seller and buyer)
- Add seller
- Add buyer
- Delete person
AddCommand has been removed and changed to AddSellerCommand and AddBuyerCommand.
New classes are added, including Buyer, Seller, House, Landed, NonLanded, Block, Level, PostalCode, Street, UnitNumber.
Json files related to seller has been changed.