As a customer
I want to move an item between wishlists
So that I can put items in a wishlist of similar topics
Details and Assumptions
Making an API request to GET /wishlists?sort_by=value&order=value retrieves the list of wishlists in a desired order from the database
The UI will include a search form to enter query parameters for wishlists and a button to search
Acceptance Criteria
Given a customer
When I access the homepage
Then I should see a form for entering query parameters for wishlists
And entering query parameters for wishlists, and submitting the form by clicking the search button should fetch and display the list of wishlists in a desired order on the UI
And a success message should be displayed on the UI
As a customer I want to move an item between wishlists So that I can put items in a wishlist of similar topics
Details and Assumptions
The UI will include a search form to enter query parameters for wishlists and a button to search
Acceptance Criteria