This commit is contained in:
6d486f49
2026-08-17 01:13:48 -04:00
parent 1d6207fbfe
commit ffaab59585
26 changed files with 3133 additions and 105 deletions
+6 -2
View File
@@ -1,4 +1,4 @@
Create a fully functional deck builder in the Server project.
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.
@@ -6,7 +6,11 @@ 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..
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.