Skip to content

Commit

Permalink
Add game session availability warning and enrollment trend by game
Browse files Browse the repository at this point in the history
  • Loading branch information
sei-bstein committed Dec 16, 2024
1 parent f04c9bd commit 6e0f4c5
Show file tree
Hide file tree
Showing 17 changed files with 4,531 additions and 43 deletions.
1 change: 1 addition & 0 deletions src/Gameboard.Api/Data/Entities/Game.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ public class Game : IEntity
public bool RequireSponsoredTeam { get; set; }
public int SessionMinutes { get; set; } = 60;
public int SessionLimit { get; set; } = 0;
public int? SessionAvailabilityWarningThreshold { get; set; }
public int GamespaceLimitPerSession { get; set; } = 1;
public bool IsPublished { get; set; }
public bool AllowLateStart { get; set; }
Expand Down
Loading

0 comments on commit 6e0f4c5

Please sign in to comment.