- can start a game session by entering the title of the game (with autocomplete), the number of players, and the location.
- can see game sessions that have started recently by going to the live view
- can log in and log out of the admin portion
- can extend a non-closed game
- can add and subtract players from an open game
- can close a game (can no longer extend that game)
What's Changed
- Proof of concepts by @THEjoezack in #1
- Partial ngxs rewrite + material skin by @Gailbear in #2
- Look real code by @Gailbear in #3
- select an existing game in the create dialog by @Gailbear in #4
- use view for table sorting by @Gailbear in #5
- fix import paths by @Gailbear in #23
- Add fields to game session #8 by @Gailbear in #24
- Add expiry mechanism by @Gailbear in #25
- Adding Login Form by @THEjoezack in #27
- Move admin stuff into its own route by @Gailbear in #28
- Split off closed sessions from manage page by @Gailbear in #29
- Add plus/minus buttons for filled seats by @Gailbear in #31
- Now all admin pages require login by @THEjoezack in #32
- autocomplete and 2 step create by @Gailbear in #33
New Contributors
- @THEjoezack made their first contribution in #1
- @Gailbear made their first contribution in #2
Full Changelog: https://github.com/PAXTabletop/lfgzone-v2/commits/v1.0.0