
Description
Once a contact has been deleted, the reservation should be deleted as well
Steps to reproduce
- Launch the application for the first time to load initial data.
- Make a reservation
- Delete the contact associated with the reservation
Expected behaviour
The reservation should be removed once the contact has been deleted
Actual behaviour
The reservation is still unchanged.
Reason for severity
It can get quite confusing for users, if you were to remove a contact and somehow the reservations are not affected by the removal of contacts. Now you have to delete the contact and the reservation separately.
Ideas
This may be caused as reservation should be updated alongside the contacts. There should be an association between these 2, but the current amount of association is not enough to cover the entire functionality
Description
Once a contact has been deleted, the reservation should be deleted as well
Steps to reproduce
Expected behaviour
The reservation should be removed once the contact has been deleted
Actual behaviour
The reservation is still unchanged.
Reason for severity
It can get quite confusing for users, if you were to remove a contact and somehow the reservations are not affected by the removal of contacts. Now you have to delete the contact and the reservation separately.
Ideas
This may be caused as reservation should be updated alongside the contacts. There should be an association between these 2, but the current amount of association is not enough to cover the entire functionality