You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
Example: https://demo.hilde.gg/teams
The text was updated successfully, but these errors were encountered: