Add canonical CV artifact pipeline
This commit is contained in:
@@ -9,6 +9,9 @@ public sealed class ApplicationUser : IdentityUser
|
||||
public string? DisplayName { get; set; }
|
||||
public string? ProfileCvText { get; set; }
|
||||
public string? ProfileCvStructureJson { get; set; }
|
||||
public int? CurrentCvUploadArtifactId { get; set; }
|
||||
public int? CurrentCvExtractionRunId { get; set; }
|
||||
public int? CurrentCvProfileVersion { get; set; }
|
||||
public string? AvatarImageDataUrl { get; set; }
|
||||
public string? GoogleSubject { get; set; }
|
||||
public string? GoogleEmail { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user