feat: add cv benchmark workflow and admin visibility

This commit is contained in:
2026-04-01 12:25:45 +02:00
parent 0551a525a8
commit 0d65835857
16 changed files with 832 additions and 95 deletions
+1
View File
@@ -40,6 +40,7 @@ export interface TailoredCvExperienceItem {
export interface TailoredCvEducationItem {
qualification?: string | null;
qualificationLevel?: string | null;
institution?: string | null;
location?: string | null;
start?: string | null;