Refactor app architecture and clean local artifacts

This commit is contained in:
AzuTear
2026-06-24 23:43:14 +02:00
parent 17134b3b82
commit fef1d36fe8
274 changed files with 37724 additions and 6065 deletions
+5
View File
@@ -11,5 +11,10 @@ public sealed class Nomination
public int? CandidateId { get; set; }
public Candidate? Candidate { get; set; }
public string? CandidateText { get; set; }
public string? StreamUrl { get; set; }
public string Status { get; set; } = "pending";
public string? ReviewNote { get; set; }
public string? ReviewedByTwitchId { get; set; }
public DateTimeOffset CreatedAt { get; set; }
public DateTimeOffset? ReviewedAt { get; set; }
}