Skip to content

Teams #7

@nehalist

Description

@nehalist

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)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

Status

Ready

Relationships

None yet

Development

No branches or pull requests

Issue actions