HugTheMainframe / OenskeSkyen

1 stars 2 forks source link

Delete Profil #27

Open HugTheMainframe opened 1 week ago

HugTheMainframe commented 1 week ago

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.