hilde icon indicating copy to clipboard operation
hilde copied to clipboard

Teams

Open nehalist opened this issue 2 years ago • 0 comments

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

  • [ ] Add teams page content (table of all teams, team size selector)
  • [x] 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)
  • [x] Team seed (with fakerjs)

nehalist avatar Jan 21 '24 19:01 nehalist