ioboi / CubeSight

GNU Affero General Public License v3.0
1 stars 1 forks source link

🚀 Feature: Decks #7

Open ioboi opened 1 week ago

ioboi commented 1 week ago

🔖 Feature description

You should add the ability to record decks for cubes.

🎤 Context

In my use-case, I want to be able to track which decks I have been played for a cube.

✌️ Possible Implementation

A deck has the following attributes:

👀 Have you spent some time to check if this feature request has been raised before?

DimlasZ commented 1 week ago

A deck has the following attributes:

  1. deck_id (Unique identifier for each deck.)

  2. archetype Dropdown Menu with the following Options:

    • Aggro
    • Aggro-Control
    • Control
    • Combo
    • Combo-Control
  3. deck_cards (each card can appear only once in most cubes)

  4. player_id

  5. decktype Dropdown Menu with the following Options and a Button "Add new Decktype" The Dropdown Menu should be searchable similar to the cardlist for the full cube.