CSCI-GA-2820-FA24-001 / wishlists

NYU DevOps Wishlists Service Fall 2024
Apache License 2.0
0 stars 0 forks source link

Make a copy of an existing wishlist #17

Open ahighmoon opened 2 weeks ago

ahighmoon commented 2 weeks ago

As a customer
I need the ability to duplicate an existing wishlist
So that I can quickly create a new wishlist from existing ones, and then update it to add/delete/update items.

Details and Assumptions

Acceptance Criteria


Given a customer views their wishlist
When they select the option to duplicate the wishlist
Then a new wishlist is created with the same items and " - Copy" appended to the title
And the customer can rename the duplicated wishlist if they want later