Let’s say I have a shopping list app.
I want people to be able to save the list of items in that list and name it, so that they can choose to populate a new shopping list from a list of stored shopping lists.
I don’t want the stored list to be dependent on an old shopping list, because if I make a change to a shopping list that change will also occur on the stored shopping list.
Ideas are appreciated.
TIA