-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Milestone
Description
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)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Projects
Status
Ready