• Joined on 2026-01-06
djalim commented on pull request admin/PolyMPR#106 2026-04-22 13:21:22 +00:00
feat(enseignements): implement enseignements CRUD endpoints

Sorry for not separating each feature as its own branch. It was easier this way and the code is not very long.

its ok i do the same

djalim commented on pull request admin/PolyMPR#106 2026-04-22 13:19:53 +00:00
feat(enseignements): implement enseignements CRUD endpoints

Le code est bon, mais pas l'arborecence pour la route "/admin/api/enseignements/{idProf}/{idModule}/{idPromo}" Sous fresh les "/" correspondent a des dossiers dans le code

Structure actuelle…

djalim closed issue admin/PolyMPR#23 2026-04-22 12:52:46 +00:00
API (administration) : GET /modules
djalim closed issue admin/PolyMPR#24 2026-04-22 12:52:43 +00:00
API (administration) : POST /modules
djalim closed issue admin/PolyMPR#25 2026-04-22 12:52:39 +00:00
API (administration) : GET /modules/{idModule}
djalim closed issue admin/PolyMPR#26 2026-04-22 12:52:35 +00:00
API (administration) : PUT /modules/{idModule}
djalim closed issue admin/PolyMPR#27 2026-04-22 12:52:30 +00:00
API (administration) : DELETE /modules/{idModule}
djalim pushed to develop at admin/PolyMPR 2026-04-22 12:48:11 +00:00
92182b952f feat(modules): add CRUD endpoints for module resource
djalim merged pull request admin/PolyMPR#105 2026-04-22 12:48:10 +00:00
feat(modules): add CRUD endpoints for module resource
djalim created pull request admin/PolyMPR#105 2026-04-22 12:48:02 +00:00
feat(modules): add CRUD endpoints for module resource
djalim created branch feature/PMPR-25-26-27-api-modules-id in admin/PolyMPR 2026-04-22 12:47:22 +00:00
djalim pushed to feature/PMPR-25-26-27-api-modules-id at admin/PolyMPR 2026-04-22 12:47:22 +00:00
92182b952f feat(modules): add CRUD endpoints for module resource
djalim pushed to develop at admin/PolyMPR 2026-04-22 12:46:45 +00:00
cf3c7c0693 feat(admin/api): add modules endpoint with GET and POST handlers
djalim merged pull request admin/PolyMPR#104 2026-04-22 12:46:43 +00:00
feat(admin/api): add modules endpoint with GET and POST handlers
djalim created pull request admin/PolyMPR#104 2026-04-22 12:46:35 +00:00
feat(admin/api): add modules endpoint with GET and POST handlers
djalim created branch feature/PMPR-23-24-api-modules in admin/PolyMPR 2026-04-22 12:46:12 +00:00
djalim pushed to feature/PMPR-23-24-api-modules at admin/PolyMPR 2026-04-22 12:46:12 +00:00
cf3c7c0693 feat(admin/api): add modules endpoint with GET and POST handlers
djalim closed issue admin/PolyMPR#7 2026-04-22 12:42:33 +00:00
API (student) : GET /students
djalim closed issue admin/PolyMPR#10 2026-04-22 12:42:25 +00:00
API (student) : GET /students/{numEtud}
djalim closed issue admin/PolyMPR#9 2026-04-22 12:42:16 +00:00
API (student) : POST /students/import-csv