Add reminder emails and AI CV improvement tools
This commit is contained in:
@@ -44,6 +44,7 @@ public class JobApplication
|
||||
public string? ShortSummary { get; set; }
|
||||
public string? TailoredCvText { get; set; }
|
||||
public DateTime? TailoredCvUpdatedAt { get; set; }
|
||||
public DateTime? LastReminderEmailSentAt { get; set; }
|
||||
|
||||
public List<Correspondence> Messages { get; set; } = new();
|
||||
public List<Attachment> Attachments { get; set; } = new();
|
||||
|
||||
Reference in New Issue
Block a user