acmucsd/acm-ai-site

Team Page for competitions

Opened this issue · 3 comments

  • Display basic team information (Team name, team members)
  • Buttons to leave team
  • Joining the team via a team invite code link.
  • Team creation button

Some states to be aware about

User States: In a team, Not in a team (page should look different for both) (for now assume this is just a boolean somewhere)

In a team, can see team information
Not in a team, can see team creation button, or join team button

DB route: /:competitionName/:teamName

Public:
Show bestScore
Show teamName
Show teamDescription
Show teamMembers (ok to just display the IDs)
Private:
Show joinCode