• Joined on 2025-12-23
anys pushed to feature/api-ajustements-put at admin/PolyMPR 2026-04-23 09:32:33 +00:00
2acc225f01 feat(api): implement ajustement update endpoint
anys created branch feature/api-ajustements-put in admin/PolyMPR 2026-04-23 09:32:33 +00:00
anys pushed to feature/api-ajustements-delete at admin/PolyMPR 2026-04-23 09:32:24 +00:00
b29b0cd19a feat(api): implement ajustement delete endpoint
anys created branch feature/api-ajustements-delete in admin/PolyMPR 2026-04-23 09:32:24 +00:00
anys closed issue admin/PolyMPR#50 2026-04-23 08:43:28 +00:00
API (notes) : GET /ajustements/{numEtud}/{idUE}
anys closed issue admin/PolyMPR#49 2026-04-23 08:43:23 +00:00
API (notes) : POST /ajustements
anys closed issue admin/PolyMPR#48 2026-04-23 08:43:12 +00:00
API (notes) : GET /ajustements
anys commented on pull request admin/PolyMPR#108 2026-04-22 17:41:44 +00:00
WIP: feat(defaults/withRules): add permission rule wrapper

If I get it, every time we implement an API, we need to precise the require rules ? So like this : `ts export const handler = { POST: withRules(["student_write"])(async (req, ctx) => { …

anys commented on pull request admin/PolyMPR#119 2026-04-22 17:06:10 +00:00
PMPR-38 : POST /ue-modules - associer un module à une UE

Seems good but :

  • You don't seem to verify the type of the const
  • This branch also contains the GET request. Maybe close #118 ?
anys commented on pull request admin/PolyMPR#124 2026-04-22 17:02:31 +00:00
PMPR-36 : PUT and DELETE /ues/{idUE}

Instead of having 3 different pull request, maybe close #120 and #121 and rename this one to reference the GET and PUT request ?

anys commented on pull request admin/PolyMPR#120 2026-04-22 17:00:28 +00:00
PMPR-34 : GET /ues/{idUE} - récupérer une UE par son id

Seems good for me

anys commented on pull request admin/PolyMPR#121 2026-04-22 16:56:20 +00:00
PMPR-35 : PUT /ues/{idUE} - modifier une UE

Same as PMPR-36 : The PUT route seems correct, but this branch also includes GET and DELETE routes.

anys commented on pull request admin/PolyMPR#124 2026-04-22 16:51:06 +00:00
PMPR-36 : PUT and DELETE /ues/{idUE}

The DELETE route seems correct, but this branch also includes GET and PUT routes.

anys commented on pull request admin/PolyMPR#117 2026-04-22 16:41:02 +00:00
PMPR-43 : POST /notes - créer une note

Seems good for me. You don't verify if note is a float / numEtud is a number/ idModule is a string

anys created pull request admin/PolyMPR#123 2026-04-22 16:34:52 +00:00
feat(api): implement single ajustement retrieval endpoint
anys created pull request admin/PolyMPR#122 2026-04-22 16:34:37 +00:00
feat(api): implement ajustements list and create endpoints
anys pushed to feature/api-ajustements-get_post at admin/PolyMPR 2026-04-22 16:32:31 +00:00
3e24dc90c1 feat(api): implement ajustements list and create endpoints
anys created branch feature/api-ajustements-get_post in admin/PolyMPR 2026-04-22 16:32:31 +00:00
anys pushed to feature/api-ajustements-get-one at admin/PolyMPR 2026-04-22 16:32:18 +00:00
f046ad9dc2 feat(api): implement single ajustement retrieval endpoint
anys created branch feature/api-ajustements-get-one in admin/PolyMPR 2026-04-22 16:32:18 +00:00