feat: complete phase 3 career workspace
This commit is contained in:
@@ -13,6 +13,10 @@ public sealed class StructuredCvProfile
|
||||
public List<string> Skills { get; set; } = new();
|
||||
public List<StructuredCvLanguage> Languages { get; set; } = new();
|
||||
public List<string> Interests { get; set; } = new();
|
||||
public List<string> Awards { get; set; } = new();
|
||||
public List<string> Publications { get; set; } = new();
|
||||
public List<string> Organisations { get; set; } = new();
|
||||
public List<string> References { get; set; } = new();
|
||||
public List<StructuredCvOtherSection> OtherSections { get; set; } = new();
|
||||
public List<StructuredCvSection> Sections { get; set; } = new();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user