Files
ChronoCCG/chrono.tasks/Deck Builder.md
T
6d486f49 ffaab59585 ...
2026-09-09 17:19:03 -04:00

19 lines
631 B
Markdown

Create a fully functional deck builder in the Web project.
A deck can have up to 3 of a card, for a total of 40 cards.
For example 13, 3 copies of a card, and 1, 1 copy of a card for a total of 40.
A deck also has 2 diver cards. The diver cards must be unique, and cannot be a card from the deck.
This deck data will be saved to postgreSQL.
Use the API project to handle the calls to the db for saving and loading the deck.
Only show the deckbuilder if the user is logged in.
You can also add additional notes on a deck.
Also add a timestamp of when it was last updated.
Also add a note on the current season for the deck.