Skip to content

Commit

Permalink
Update unreleased post about V5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahStolk committed Sep 9, 2024
1 parent c944470 commit 2de7f8f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/DevilDaggersInfo.Web.Client/wwwroot/news/V5.8 Update.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<p class="para">
This is a summary of the changes that have been made in 2023 and 2024. Many of these were already released last year, but I never got around to writing a news post about all of this.
</p>

<p class="para">
There have also been significant updates to <a href="/tools">ddinfo-tools</a>. You can read about all that on GitHub.
</p>

<h3 class="text-red text-xl pt-4 pb-2 font-goethe">New Custom Leaderboards Features</h3>

<p class="para">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ public async Task<SortedCustomLeaderboard> GetSortedCustomLeaderboardByIdAsync(i

public async Task<CustomLeaderboardsTotalData> GetCustomLeaderboardsTotalDataAsync()
{
// TODO: This should be cached and updated periodically.
// ! Navigation property.
var customLeaderboards = await _dbContext.CustomLeaderboards.AsNoTracking().Select(cl => new { cl.Id, cl.Spawnset!.GameMode, cl.TotalRunsSubmitted }).ToListAsync();

Expand Down

0 comments on commit 2de7f8f

Please sign in to comment.