HugTheMainframe / OenskeSkyen

1 stars 2 forks source link

Delete WishList #21

Open HugTheMainframe opened 6 days ago

HugTheMainframe commented 6 days ago

Technical Description: We should be able to delete a wishlist, and all relational wishes in the wishlist

What: An "WishList"object with multiple wish objects

Why: Because we need to be able to delete a wishlist and related wishes.

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.