I am currently developing a deckbuilder project for a card game.
I am looking to add a feature that allows users to clone a deck on their own profile.
Users should be able to view any decklist, press a button, and find that list on their profile.
My problem is that I don’t see how to copy all the cards at once.
I have a Decks table with general deck information and a Decks_Items table where I have a row for each card in a deck. Both are related by the ID of the deck obviously.
If you have some ideas or even solutions, please comment! ![]()