feature: Ajouter champs Description à vie-etudiante

Permets d'ajouter une courte description de l'organisme, du comité ou du
service de l'AGECEM

Aussi ajouter la section `Services de l'AGECEM` avec le CMS, le BE, la
permanence et la friperie
This commit is contained in:
Victor Lacasse-Beaudoin 2025-04-07 16:11:44 -04:00
parent 6423a1fc34
commit f78dd6f547
3 changed files with 39 additions and 30 deletions

View file

@ -595,10 +595,11 @@ func HandleVieEtudiante(c echo.Context) error {
var data struct {
Data struct {
Organismes map[string][]struct {
Nom string
Local string
Poste string
Statut string
Nom string
Local string
Poste string
Statut string
Description string
}
}
Error string