phoenixlan / phoenixapi-v1

Python-based api server for a self-hosted event hosting system
GNU General Public License v3.0
2 stars 0 forks source link

Card ordering system #21

Open petterroea opened 1 year ago

petterroea commented 1 year ago

We want a system so crew chiefs can order cards for their crews when they are ready.

Concept

The system shoulda allow crew chiefs to request and track cards as they are generated on a per-person basis.

Requirements

Database models

Card order

Remember to create an sqlalchemy migration

API

Crew

Tests