- Jun 11, 2024
-
-
RELIN Vincent authored
-
- Jun 10, 2024
-
-
RELIN Vincent authored
-
- Aug 11, 2023
-
-
RELIN Vincent authored
This reverts merge request !14
-
RELIN Vincent authored
merge from dev_killian See merge request oko/api!14
-
JsuisSayker authored
-
JsuisSayker authored
-
JsuisSayker authored
-
JsuisSayker authored
-
JsuisSayker authored
-
JsuisSayker authored
-
JsuisSayker authored
-
JsuisSayker authored
-
JsuisSayker authored
-
JsuisSayker authored
-
- Aug 10, 2023
-
-
JsuisSayker authored
-
JsuisSayker authored
-
JsuisSayker authored
Refacto -> controllers : in collaborators_controller refacto the update and create controller funcions, calling the crud's functions
-
JsuisSayker authored
Fix -> crud : in collaborators_crud add the crud used in the create routes that permit to add a collaborator to the database, and modify a little bit the update function to avoid an unnecessary additional parameter
-
JsuisSayker authored
-
JsuisSayker authored
-
JsuisSayker authored
-
JsuisSayker authored
Fix -> schemas : in collaborators_schema change the minimum number of characters for the name and the last name when we create or update a collaborator
-
JsuisSayker authored
Fix -> schemas : in collaborators_schema change the minimum number of characters for the name and the last name when we create or update a collaborator
-
JsuisSayker authored
-
JsuisSayker authored
-
- Aug 09, 2023
-
-
JsuisSayker authored
-
JsuisSayker authored
Wip -> controllers: in collaborators_controller add all controllers for the collaborators (but needed to be refacto)
-
JsuisSayker authored
-
JsuisSayker authored
-
JsuisSayker authored
-
JsuisSayker authored
-
JsuisSayker authored
Fix -> alembic : in version create a new migration that contain an association table between Roles and Organisations
-
- Aug 08, 2023
-
-
JsuisSayker authored
-
JsuisSayker authored
Fix -> controllers : in plans_controller, retrieve the user to add the security inside of the crud functions
-
JsuisSayker authored
Fix -> crud : in plans_crud add a security for the update and delete function, just to be sure that the user delete or update a plan that is in his organisation and not in another one
-
JsuisSayker authored
Fix -> controllers : in plans_controller change some return of functions, rework the create, update, and delete functions, now they call a crud function, and rework the get function to avoid a too long function
-
JsuisSayker authored
Fix -> crud : in plans_crud add the update, remove and insert function to remove it from plans_controller
-
JsuisSayker authored
-
JsuisSayker authored
-
JsuisSayker authored
-