feat: review admin teams views for importance inclusion

This commit is contained in:
Julien Froidefond
2025-08-27 13:43:47 +02:00
parent e9aecca2a5
commit a5bcdd34fb
10 changed files with 1041 additions and 409 deletions

View File

@@ -8,6 +8,7 @@ export interface TeamMember {
skillId: string;
skillName: string;
category: string;
importance: "incontournable" | "majeure" | "standard";
level: number;
canMentor: boolean;
wantsToLearn: boolean;