Add attachment metadata and overview strategy snapshot

This commit is contained in:
cesnimda
2026-03-23 22:46:44 +01:00
parent 93f5c9beb7
commit 603f5e8b74
8 changed files with 190 additions and 18 deletions
@@ -99,6 +99,10 @@ namespace JobTrackerApi.Controllers
{
query = query.Where(a => allowedIds.Contains(a.Id));
}
else
{
query = query.Where(a => a.UseForAi);
}
var attachments = await query
.OrderByDescending(a => a.UploadDate)