Description:
An page with specific list where I have an overview of all wishes added to the list. Here I would like to also create and add additional wishes to the list.
What:
Just an table overview of all the wishes in the specific wish-list.
Why:
Because the user needs a overview.
How:
get all the wish objects added to the specific wish-list object. in an Array<> list
Acceptance criteria:
Check if specific wish is in the wishlist. Junits test.
check if number of wishes match expected.
Description: An page with specific list where I have an overview of all wishes added to the list. Here I would like to also create and add additional wishes to the list.
What: Just an table overview of all the wishes in the specific wish-list.
Why: Because the user needs a overview.
How: get all the wish objects added to the specific wish-list object. in an Array<> list
Acceptance criteria: Check if specific wish is in the wishlist. Junits test. check if number of wishes match expected.