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

Teams #7

Open
2 of 3 tasks
nehalist opened this issue Jan 21, 2024 · 0 comments
Open
2 of 3 tasks

Teams #7

nehalist opened this issue Jan 21, 2024 · 0 comments
Assignees
Milestone

Comments

@nehalist
Copy link
Owner

nehalist commented Jan 21, 2024

Example: https://demo.hilde.gg/teams

  • Add teams page content (table of all teams, team size selector)
  • Add teams entity meta data:
rating                   Float    @default(0)
achievementPoints        Int      @default(0)
totalMatches             Int      @default(0)
totalWins                Int      @default(0)
totalLosses              Int      @default(0)
totalWinRate             Float    @default(0)
totalScore               Int      @default(0)
totalAvgScore            Float    @default(0)
totalHighestRating       Float    @default(0)
totalLowestRating        Float    @default(0)
totalHighestWinStreak    Int      @default(0)
totalHighestLosingStreak Int      @default(0)
dailyMatches             Int      @default(0)
dailyWins                Int      @default(0)
dailyLosses              Int      @default(0)
dailyWinRate             Float    @default(0)
dailyScore               Int      @default(0)
dailyAvgScore            Float    @default(0)
currentWinStreak         Int      @default(0)
currentLosingStreak      Int      @default(0)
  • Team seed (with fakerjs)
@nehalist nehalist added this to the 1.0.0 milestone Jan 22, 2024
@aschulhofer aschulhofer self-assigned this Jan 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Ready
Development

No branches or pull requests

2 participants