KenEucker / biketag-app

The administrative application for BikeTag games
MIT License
5 stars 4 forks source link

Create new game creation process #8

Open KenEucker opened 2 years ago

KenEucker commented 2 years ago

This process should be available to the super admin only, and should set up the required data to start a new game with a first image. This process should also set up new BikeTag Ambassadors.

KenEucker commented 2 years ago

I've added createAlbum to the imgur API and subsequently to the BikeTag API to support this feature. All three imgur albums should be created during this process.

These are the only required fields for creating a new BikeTag Game:

Name Location (chosen from a map) Autopost? Initial BikeTag Ambassadors? (pops a modal to create new BikeTag Ambassadors)

KenEucker commented 2 years ago

This creation form should use the following component/design:

https://tailwindcomponents.com/component/multistep-form-with-tailwindcss-and-alpinejs

Steps:

1 ) Input name, logo, and region (and boundary) 2 ) Add Ambassadors 3 ) Set Default Game Settings 4 ) First Tag Image / Import 5 ) Launched! (finished)

KenEucker commented 9 months ago

Designs are in this issue.