Add candidateTeam field to evaluations; update related components and API endpoints for consistency

This commit is contained in:
Julien Froidefond
2026-02-20 09:22:12 +01:00
parent f0c5d768db
commit 9fcceb2649
11 changed files with 79 additions and 38 deletions

View File

@@ -46,6 +46,7 @@ model Evaluation {
id String @id @default(cuid())
candidateName String
candidateRole String
candidateTeam String? // équipe du candidat
evaluatorName String
evaluationDate DateTime
templateId String