Skip to content

Tlac/CoreFighter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoreFighter

Deck builder and stats view for Gundam TCG game

Running it locally

python3 -m venv .venv
source .venv/bin/activate
pip install poetry
poetry install

To-do list

Frontend

  • Add home page (A little blurb about what the site is, featured decks)
    • Add nav bar
      • Add login button
      • Add Profile button
      • Add logout button
    • Add public deck list page
  • Add create account and login page
  • Add decklist creator page
  • Add stats page
    • Add bar chart showing spread of card cost
    • Add bar chart showing spread of card levels
    • Add pie chart showing amount of cards in each colour
    • Add pie chart showing amount of different card types (Unit, Pilot, Command/Pilot, Command)
    • Brainstorm section to show cards that can link
      • Add section
  • Add profile page
    • Add Deck list page
    • Add username change logic
    • Add user profile image section

Design

  • Create hexcode colour palette for the 5 main card colours
  • Create colour palette based on the Gundam unit

Backend

  • Add Gundam Card Model
  • Add DeckList Model
  • Add GET/POST/UPDATE/DELETE decklist endpoint
    • Add the appropriate serializers and views
    • Add tests
    • Add Factory Boy
  • Add user profile image url to user table

Other

  • Add CI/CD (Probably Github with Vercel integration)
  • Set bucket in AWS for storing images

About

Deck builder and stats view for Gundam TCG game

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors