Mandats : refonte wizard nomination-first + types statutory/functional

- Réordonnancement étapes : nomination → infos → résumé (au lieu de infos → nomination → toolbox → résumé)
- Cas nomination renommé : 'election' → 'collective' ; auto-désignation scindée en mode période/réunion
- Types mandat ajoutés : statutory, functional (labels + filtres index)
- Légères corrections texte modalities (ortho, reformulation)
- Fix TS : assertions non-null sur statusGroupMap et paramValues

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Yvv
2026-04-24 20:33:16 +02:00
parent 3ba9c43ce3
commit 3b339b643c
4 changed files with 543 additions and 366 deletions
-1
View File
@@ -34,7 +34,6 @@ export interface GroupMemberCreate {
export const useGroupsStore = defineStore('groups', () => {
const { $api } = useApi()
const orgs = useOrgsStore()
const list = ref<GroupSummary[]>([])
const loading = ref(false)