This is a ELE Main App
-
- Transfer from prisma to drizzle
-
- Fix typings
-
- Implement create teams table and respectable relations to other tables
-
- Implement users able to invite players to teams
- - Let users accept incoming invite
-
- Implement users able to invite players as friends
- - Let users accept incoming friend invite
-
- let user create teams in teams settings
- - Get all games user can create teams in
- - Check if team name is taken for that game
- - Fix error message on create a team page
-
[] - Fix public and private prodecures from trpc
-
- Implement tournament bracket algo
- [] - Create Page where teams can submit scores
- [] - Update following tournament/id to next round
- [] - Create disputed tournaments use case functionility / good chance to use AI to help medigate disputed match
-
- Convert from MySQL to SQLite and move from planetscale to turso due to planetscale removing free tier plan
Follow our deployment guides for Vercel, Netlify and Docker for more information.