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 16:26:57 +02:00
f3fc63502d feat: Replace express-xss-sanitizer with helmet
44b04459fb feat(services): add detailed comments and specify return types in mysql.service
64aa814d2c feat(services): add update method to mysql service
Compare 3 commits »
Mathis pushed to main at WorkSimplon/brief-05-back 2024-04-25 16:19:34 +02:00
016f7fa9d4 feat(services): add brand insert method in mysql service
01241dff4b fix(services): correct database table name in mysql.service.ts
dda3eea9e1 feat(interfaces): add IReqRegister interface
a430044d95 feat(interfaces): add IReqLogin interface
Compare 4 commits »
Mathis opened issue WorkSimplon/brief-05-back#19 2024-04-25 16:12:51 +02:00
Controller 'USER'
Mathis opened issue WorkSimplon/brief-05-back#18 2024-04-25 16:12:07 +02:00
Service 'User'
Mathis opened issue WorkSimplon/brief-05-back#17 2024-04-25 16:11:28 +02:00
Service DB - CRUD > USER
Mathis closed issue WorkSimplon/brief-05-back#3 2024-04-25 15:57:05 +02:00
Mise en place des middleware globaux (cors, compression...)
Mathis pushed to main at WorkSimplon/brief-05-back 2024-04-25 15:56:52 +02:00
6c601e0b42 feat(app): add helmet for XSS protection
Mathis pushed to main at WorkSimplon/brief-05-back 2024-04-25 15:19:54 +02:00
3ee76fb965 feat(routes): add CategoryController to category routes
Mathis closed issue WorkSimplon/brief-05-back#12 2024-04-25 15:03:22 +02:00
Controller 'Category'
Mathis pushed to main at WorkSimplon/brief-05-back 2024-04-25 15:03:11 +02:00
8b306e9a31 build(package): add uuid to dependencies
Mathis pushed to main at WorkSimplon/brief-05-back 2024-04-25 15:02:50 +02:00
62cb05cb33 feat(controllers): add delete and getBySlug methods in category controller
Mathis pushed to main at WorkSimplon/brief-05-back 2024-04-25 14:54:20 +02:00
da001bf7cc docs(services): add test markers to credential functions
Mathis pushed to main at WorkSimplon/brief-05-back 2024-04-25 14:52:47 +02:00
cd51a04aba feat(controllers): add getAllCategory function in category controller
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