Vibe deck builder WIP

This commit is contained in:
6d486f49
2026-07-02 22:56:33 -04:00
parent 2435472805
commit 8e4298404d
389 changed files with 3341 additions and 68066 deletions
+4 -3
View File
@@ -13,12 +13,12 @@
"state": {
"type": "markdown",
"state": {
"file": "Docker.md",
"file": "Deck Builder.md",
"mode": "source",
"source": false
},
"icon": "lucide-file",
"title": "Docker"
"title": "Deck Builder"
}
}
]
@@ -185,6 +185,7 @@
},
"active": "c7bccd0272521a1f",
"lastOpenFiles": [
"Docker.md"
"Docker.md",
"Deck Builder.md"
]
}
+15
View File
@@ -0,0 +1,15 @@
Create a fully functional deck builder in the Server 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..
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.