Wartestatus für Tickets;
This commit is contained in:
@@ -16,6 +16,7 @@ public class Ticket
|
||||
public DateTime CreatedAt { get; set; } = DateTime.UtcNow;
|
||||
public TicketPriority Priority { get; set; } = TicketPriority.Medium;
|
||||
public bool IsCompleted { get; set; } = false;
|
||||
public bool IsWaitingForFeedback { get; set; } = false;
|
||||
|
||||
// Relationen
|
||||
public List<TicketComment> Comments { get; set; } = new();
|
||||
|
||||
Reference in New Issue
Block a user