CS2103JAN2018-W14-B4 / main

Address Book sample application (Level 4)
https://nus-cs2103-ay1718s2.github.io/addressbook-level4/
MIT License
1 stars 4 forks source link

Appointment list not updated after undoing 'delete' command #144

Closed nus-se-pr-bot closed 6 years ago

nus-se-pr-bot commented 6 years ago

After deleting a celebrity and undoing the delete command, the appointment list still shows that there are "no celebrities attending this event". It should list the deleted member as the one of the attendees.

[original: nus-cs2103-AY1718S2/pe-round1#345]

Issue created by: @yash-chowdhary

muruges95 commented 6 years ago

We are currently not storing previous state of appointments, so even if undo delete of celebrity, it will not be re-added back to the appointment list. We will mention this in the UG and DG. Thanks for pointing this out. This design choice was made because typically the user will not be deleting a person or a celebrity very often, if at all.