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

  • Joined on 2024-02-22
Mathis pushed to main at WorkSimplon/brief-05-back 2024-04-25 14:44:28 +02:00
bd80518b5f refactor(controllers): remove unused import in category.controller
ab3b3c9cf5 feat(services): add updateCategory functionality in category.service
56a1722412 feat(controllers): add update category functionality in category controller
Compare 3 commits »
Mathis pushed to main at WorkSimplon/brief-05-back 2024-04-25 14:23:18 +02:00
36ad90eda6 feat(controllers): Refactor AuthController and update router reference
73e086be44 docs(services): add TODO comment in mysql.service
a582f8c431 docs(services): add comment for future improvement in category service
Compare 3 commits »
Mathis pushed to main at WorkSimplon/brief-05-back 2024-04-25 14:21:29 +02:00
23116f4345 feat(controllers): add category creation functionality
Mathis pushed to main at WorkSimplon/brief-05-back 2024-04-25 14:11:20 +02:00
4a9bc402b4 feat(services): change return type in createCategory function
Mathis closed issue WorkSimplon/brief-05-back#11 2024-04-25 14:01:06 +02:00
Service 'Category'
Mathis pushed to main at WorkSimplon/brief-05-back 2024-04-25 14:00:34 +02:00
f3cd6c5985 fix(services): correct MysqlService method calls in category.service.ts
325c6ec6a0 feat(services): update methods in category service
Compare 2 commits »
Mathis pushed to main at WorkSimplon/brief-05-back 2024-04-25 13:50:49 +02:00
11be3a40c3 feat(services): update category service functions
Mathis pushed to main at WorkSimplon/brief-05-back 2024-04-25 13:46:12 +02:00
3d3bc8580a feat(services): update category.service with improved UUID usage and new function
Mathis pushed to main at WorkSimplon/brief-05-back 2024-04-25 13:33:14 +02:00
38b6b05190 feat(services): add CategoryService with createCategory function
Mathis closed issue WorkSimplon/brief-05-back#6 2024-04-25 12:54:02 +02:00
Service DB - CRUD > CATEGORY
Mathis pushed to main at WorkSimplon/brief-05-back 2024-04-25 12:52:46 +02:00
0abdbab627 feat(services): add getById and delete methods in mysql.service.ts
Mathis pushed to main at WorkSimplon/brief-05-back 2024-04-25 12:30:34 +02:00
3328c5a1df feat(services): add getById function to mysql.service
Mathis pushed to main at WorkSimplon/brief-05-back 2024-04-25 12:27:29 +02:00
ead64291df feat(services): add getBySlug method to MysqlService and refine getAll method
Mathis pushed to main at WorkSimplon/brief-05-back 2024-04-25 12:20:48 +02:00
25b573d3a4 feat(others): enhance VCS XML with commit message inspection tools
02383b8c8a feat(services): add getAll function to mysql service
Compare 2 commits »
Mathis pushed to main at WorkSimplon/brief-05-back 2024-04-25 12:11:30 +02:00
2210280edd feat(services): update return types and add documentation in mysql service
Mathis pushed to main at WorkSimplon/brief-05-back 2024-04-25 12:01:11 +02:00
47adae9137 feat: Update MySQL service for category operations
Mathis pushed to main at WorkSimplon/brief-05-back 2024-04-25 11:37:19 +02:00
ef83ad18a4 feat(services): Db - category insert method
adbecfa435 style(services): 🎨 Db
Compare 2 commits »
Mathis pushed to main at WorkSimplon/brief-05-back 2024-04-24 16:57:13 +02:00
896b01f8b4 update
03d10ca675 fix(services): 🚑 User - multiple corrections on call of services
fa93b24ccc build: 🐛 export renaming
95dd3f36bf others...
6a54dd0afa feat(services): Db - partial insert method for 'model'
Compare 7 commits »
Mathis opened issue WorkSimplon/brief-05-back#14 2024-04-24 16:51:28 +02:00
Controller 'Brand'
Mathis opened issue WorkSimplon/brief-05-back#13 2024-04-24 16:50:35 +02:00
Service 'Brand'