Mathis H (Avnyr) Mathis
  • Autodidacte de 24 ans.

  • Joined on 2024-02-22
Mathis pushed to main at WorkSimplon/brief-05-back 2024-04-26 16:22:34 +02:00
80dff138cc chore(others): add dist to .gitignore
0887fe213f feat(services): update JWT methods in jwt.service.ts
Compare 2 commits »
Mathis opened issue WorkSimplon/brief-05-back#30 2024-04-26 16:18:55 +02:00
Fix de l'export de Jose
Mathis pushed to shitcode at WorkSimplon/brief-05-back 2024-04-26 16:08:00 +02:00
1bc4053fbc breuh
38a159cc0a feat: Remove authentication-related files and update package.json
Compare 2 commits »
Mathis created branch shitcode in WorkSimplon/brief-05-back 2024-04-26 16:08:00 +02:00
Mathis pushed to main at WorkSimplon/brief-05-back 2024-04-26 15:44:05 +02:00
3231f916f8 feat(validators): add check for non-existent userId
Mathis pushed to main at WorkSimplon/brief-05-back 2024-04-26 14:09:33 +02:00
a74731a49e feat(controllers): add ModelController with CRUD methods
Mathis synced and deleted reference refs/tags/refs/pull/3362/merge at Mathis/free-for-dev from mirror 2024-04-26 13:07:32 +02:00
Mathis synced commits to master at Mathis/free-for-dev from mirror 2024-04-26 13:07:32 +02:00
65c4d07339 Merge pull request #3362 from minaelee/patch-1
9850ed8d1a Merge branch 'ripienaar:master' into patch-1
c84ebbba92 Add Fern to lists
Compare 3 commits »
Mathis pushed to main at WorkSimplon/brief-05-back 2024-04-26 12:21:18 +02:00
9bdcdef88f feat(routes): apply routers and rename files
Mathis closed issue WorkSimplon/brief-05-back#27 2024-04-26 12:14:06 +02:00
Service 'Model'
Mathis pushed to main at WorkSimplon/brief-05-back 2024-04-26 12:13:32 +02:00
5d53cd28f8 refactor(services): update methods in ModelService
8711b3530a feat(services): add fetch functions for models
13d72ad529 feat(services): update logging in updateModel and add deleteModel
Compare 3 commits »
Mathis pushed to main at WorkSimplon/brief-05-back 2024-04-26 11:58:15 +02:00
f23aabccd4 feat(services): add updateModel function and refine createModel function in model.service.ts
c70bcef352 feat(services): add model service
Compare 2 commits »
Mathis closed issue WorkSimplon/brief-05-back#7 2024-04-26 11:39:36 +02:00
Service DB - CRUD > MODELS
Mathis pushed to main at WorkSimplon/brief-05-back 2024-04-26 11:36:03 +02:00
30bd5a0dbe feat(services): update database operations return type in mysql.service
61c546459a feat(interfaces): add IDbStatusResult interface
Compare 2 commits »
Mathis pushed to main at WorkSimplon/brief-05-back 2024-04-26 11:09:29 +02:00
adaf4e30db feat(services): update MySQL services with method adjustments
Mathis opened issue WorkSimplon/brief-05-back#28 2024-04-26 10:31:36 +02:00
Controller 'Model'
Mathis opened issue WorkSimplon/brief-05-back#27 2024-04-26 10:30:40 +02:00
Service 'Model'
Mathis closed issue WorkSimplon/brief-05-back#14 2024-04-26 10:29:15 +02:00
Controller 'Brand'
Mathis pushed to main at WorkSimplon/brief-05-back 2024-04-26 10:29:11 +02:00
2f4ad31edf docs(controllers): add TODO comment for future feature in brand controller
Mathis pushed to main at WorkSimplon/brief-05-back 2024-04-26 10:26:42 +02:00
c25b204c67 feat(controllers): add BrandController with CRUD operations