feat: add application package generation and grouped readiness workflows
This commit is contained in:
@@ -41,6 +41,8 @@ public class JobApplication
|
||||
public DateTime? Deadline { get; set; }
|
||||
// Short summary generated at creation time and persisted to avoid repeated model calls.
|
||||
public string? ShortSummary { get; set; }
|
||||
public string? TailoredCvText { get; set; }
|
||||
public DateTime? TailoredCvUpdatedAt { get; set; }
|
||||
|
||||
public List<Correspondence> Messages { get; set; } = new();
|
||||
public List<Attachment> Attachments { get; set; } = new();
|
||||
|
||||
Reference in New Issue
Block a user