With a background in software engineering, I will write this forum post like a task card to expedite effort.
Background
Currently in the Bambu Handy app, when a user is viewing an item that is only in one of their collections, if the user taps the Add to Collection button it will remove it from that single collection without mention of which collection it was removed from. This makes managing items between collections a pain as you have to already know which collection it was in, then remove the item, then add the item again, and then change it from the default queue to put the item back in the list it was taken out of, in addition to the list you want to put it in.
This does not happen when the item is already in two or more lists, and instead it will open the list of the user’s collections for you to check which collections it should be added to or removed from. This functionality is desired even when the item is only in one collection.
Acceptance Criteria
Given an item is already in ONE of the user’s collections
When a user taps the Add to Collection button
Then a list of their collections will appear, similar to when the item is in MULTIPLE collections, to allow them to select more collections to add to, or remove the item from its current collection.
Bonus
Add a Remove From All button to the user collection pop up