Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Team Page for competitions #63

Open
StoneT2000 opened this issue Oct 12, 2022 · 3 comments · Fixed by #65
Open

Team Page for competitions #63

StoneT2000 opened this issue Oct 12, 2022 · 3 comments · Fixed by #65
Assignees

Comments

@StoneT2000
Copy link
Member

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

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

@jenetic jenetic linked a pull request Oct 24, 2022 that will close this issue
@StoneT2000 StoneT2000 added this to the Competitions v2 Interface milestone Jan 13, 2023
@StoneT2000
Copy link
Member Author

DB route: /:competitionName/:teamName

@StoneT2000
Copy link
Member Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants