Debucquoy Anthony tonitch
tonitch deleted branch tonitch/front/InscriptionFetched from PGL/Clyde 2024-03-15 14:41:24 +01:00
tonitch pushed to master at PGL/Clyde 2024-03-15 14:41:24 +01:00
08c662a65f Fetch inscription on backend
tonitch merged pull request PGL/Clyde#90 2024-03-15 14:41:22 +01:00
Fetch inscription on backend [depend: Backend /registers]
tonitch opened issue PGL/Clyde#114 2024-03-15 14:40:18 +01:00
Faire un truc beau pour l'upload des fichiers
tonitch created pull request PGL/Clyde#113 2024-03-15 09:03:02 +01:00
WIP: Page api stub
tonitch suggested changes for PGL/Clyde#106 2024-03-15 08:58:48 +01:00
Max/Backend/Curriculum

Sauf pour le /curriculums le reste n'est pas "bloquant" et c'est lgtm pour moi

tonitch commented on pull request PGL/Clyde#106 2024-03-15 08:58:48 +01:00
Max/Backend/Curriculum

Comme je l'ai dit directement hier, c'est dommage parce que sa obfusque la fonction alors que tu pourrais faire directement inscriptionService.inscriptionRepo.save(inscriptionRequest) qui te retournerais en plus ton repo. Mais dans les faits ça n'est pas génant pour le projet non plus so you do you... hopefully ça ne vas pas géner quand on fera nos extensions individuelles x)

tonitch commented on pull request PGL/Clyde#106 2024-03-15 08:58:48 +01:00
Max/Backend/Curriculum

lol

tonitch commented on pull request PGL/Clyde#106 2024-03-15 08:58:48 +01:00
Max/Backend/Curriculum

Si je comprends bien, la différence entre GET /curriculums et GET /curriculum c'est que l'un retourne la liste des cours avec et l'autre non. Je trouve ça un peu abstrait, peut être est-il possible de faire un nom plus descriptif ?

tonitch commented on pull request PGL/Clyde#106 2024-03-15 08:58:47 +01:00
Max/Backend/Curriculum

juste pour l'example du commentaire suivants, ce service complet pourrait est dispensable puisqu'il ne fait que délivrer des fonctions déjà existante. Mais je comprends que pour la structure du projet cette class existe so is ok.

tonitch commented on issue PGL/Clyde#112 2024-03-15 08:44:32 +01:00
Controller Thingy

askip en java une meilleur approche serait d'utiliser les EnumSet https://stackoverflow.com/questions/6067411/checking-flag-bits-java/6067501#6067501

Ca semble

tonitch commented on issue PGL/Clyde#110 2024-03-15 08:37:13 +01:00
Teacher

il faut pas de token pour ça ? pourquoi est-ce que les non-authed pourraient voir les infos sur les profs ?

tonitch commented on issue PGL/Clyde#107 2024-03-15 08:35:39 +01:00
Donnez moi vos APPS

Unauthed

  • Login / register

Authed

  • Profil
  • (messagerie)

eleves

  • Msg
  • Forum
  • Rdv

Profs

  • Msg
  • Forum
  • Rdv
  • ManageCourses

##…

tonitch deleted branch Max/Backend/RegisterEndPoint from PGL/Clyde 2024-03-14 23:30:15 +01:00
tonitch merged pull request PGL/Clyde#105 2024-03-14 23:30:14 +01:00
Max/Backend/RegisterEndPoint
tonitch pushed to master at PGL/Clyde 2024-03-14 23:30:14 +01:00
20d52b2b21 Merge pull request 'Max/Backend/RegisterEndPoint' (#105) from Max/Backend/RegisterEndPoint into master
f0a411c031 added InscriptionController
157e5951fc ups je change un copié collé
4241f15731 j'ai envie de me pendre
Compare 4 commits »
tonitch deleted branch tonitch/front/apiUpload from PGL/Clyde 2024-03-14 22:37:35 +01:00
tonitch pushed to master at PGL/Clyde 2024-03-14 22:37:34 +01:00
1502cc871c Merge pull request 'UploadAPI and profilePicture' (#102) from tonitch/front/apiUpload into master
64e7f8dc6b modifying the frontend to send the image and getting the data
a0285e700d Modifying backend so it send the full entry of a file upload
68e55e8355 Putting the right configuration for cors
Compare 4 commits »
tonitch merged pull request PGL/Clyde#102 2024-03-14 22:37:32 +01:00
UploadAPI and profilePicture