Refactor app architecture and clean local artifacts
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user