Technical Description:
We should be able to delete a user, and all relational wishlists and there related wishes
What:
An "user" object with multiple wishlist objects
Why:
Because we need to be able to delete a user and all related data.
How:
Call a method in controller class, though to the repository, where a sql execution will delete a object and related objects. Plus needing a html element/button to make it easy to delete.
Acceptance criteria:
-Junit test on create an object and modify it through setters / getters.
Technical Description: We should be able to delete a user, and all relational wishlists and there related wishes
What: An "user" object with multiple wishlist objects
Why: Because we need to be able to delete a user and all related data.
How: Call a method in controller class, though to the repository, where a sql execution will delete a object and related objects. Plus needing a html element/button to make it easy to delete.
Acceptance criteria: -Junit test on create an object and modify it through setters / getters.