API (notes) : POST /notes/import-xlsx #44

Open
opened 2026-03-31 11:45:58 +00:00 by djalim · 0 comments
Collaborator

Fonctionnalité à ajouter :
Importer un lot de notes pour un module donné via un fichier Excel (.xlsx).
Accessible uniquement par un administrateur ou le professeur responsable du module.

Route :
POST /notes/import-xlsx

Body (multipart/form-data) :

Champ Type Requis Description
file binary oui Fichier Excel (.xlsx) contenant les notes
idModule string oui ID du module concerné

**Fonctionnalité à ajouter :** Importer un lot de notes pour un module donné via un fichier Excel (.xlsx). Accessible uniquement par un administrateur ou le professeur responsable du module. **Route :** `POST /notes/import-xlsx` **Body (multipart/form-data) :** | Champ | Type | Requis | Description | |----------|---------|--------|------------------------------------------| | file | binary | oui | Fichier Excel (.xlsx) contenant les notes| | idModule | string | oui | ID du module concerné | ---
djalim added this to the Module Managment project 2026-03-31 11:48:50 +00:00
djalim moved this to Project Backlog in Module Managment on 2026-03-31 11:49:06 +00:00
djalim changed title from POST /notes/import-xlsx to API (notes) : POST /notes/import-xlsx 2026-03-31 11:53:17 +00:00
clement was assigned by djalim 2026-04-22 12:53:23 +00:00
djalim moved this to 🟢 Low priority in Module Managment on 2026-04-22 12:54:02 +00:00
djalim moved this to 🟡 moderate priority in Module Managment on 2026-04-22 12:56:17 +00:00
clement moved this to ⚙️ in progress in Module Managment on 2026-04-23 10:01:35 +00:00
clement moved this to 🟡 moderate priority in Module Managment on 2026-04-23 10:05:54 +00:00
clement moved this to ⚙️ in progress in Module Managment on 2026-04-26 18:33:18 +00:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: admin/PolyMPR#44