API (notes) : POST /ue-modules #38

Closed
opened 2026-03-31 11:43:28 +00:00 by djalim · 0 comments
Collaborator

Fonctionnalité à ajouter :
Associer un module à une UE avec un coefficient.
Accessible uniquement par un administrateur.

Route :
POST /ue-modules

Exemples

POST /ue-modules

{
  "idModule": "JIN702C",
  "idUE": 1,
  "idPromo": "4AFISE25/26",
  "coeff": 3.0
}

Réponse 201 :

{
  "idModule": "JIN702C",
  "idUE": 1,
  "idPromo": "4AFISE25/26",
  "coeff": 3.0
}

**Fonctionnalité à ajouter :** Associer un module à une UE avec un coefficient. Accessible uniquement par un administrateur. **Route :** `POST /ue-modules` **Exemples** `POST /ue-modules` ```json { "idModule": "JIN702C", "idUE": 1, "idPromo": "4AFISE25/26", "coeff": 3.0 } ``` **Réponse 201 :** ```json { "idModule": "JIN702C", "idUE": 1, "idPromo": "4AFISE25/26", "coeff": 3.0 } ``` ---
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:03 +00:00
djalim changed title from API : POST /ue-modules to API (notes) : POST /ue-modules 2026-03-31 11:53:53 +00:00
clement was assigned by djalim 2026-04-22 12:53:33 +00:00
djalim moved this to 🟢 Low priority in Module Managment on 2026-04-22 12:53:59 +00:00
djalim moved this to 🟡 moderate priority in Module Managment on 2026-04-22 12:56:08 +00:00
clement moved this to ⚙️ in progress in Module Managment on 2026-04-22 16:09:18 +00:00
anys added reference feature/get-ue-modules-37 2026-04-22 16:45:50 +00:00
anys changed reference from feature/get-ue-modules-37 to feature/post-ue-modules-38 2026-04-22 16:46:24 +00:00
djalim moved this to ✅ done in Module Managment on 2026-04-22 23:03:56 +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#38