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

  • Joined on 2024-02-22
Mathis opened issue WorkSimplon/brief-05-back#20 2024-04-25 17:31:16 +02:00
Service DB - CRUD > VEHICLE
Mathis pushed to main at WorkSimplon/brief-05-back 2024-04-25 16:57:42 +02:00
f3bddc7170 feat(services): change IDbBrand import to explicit type import
789d62ea62 feat(services): refactor register and login functions in UserService
debb30b896 refactor(services): remove duplicate comments in category.service.ts
Compare 3 commits »
Mathis pushed to main at WorkSimplon/brief-05-back 2024-04-25 16:56:53 +02:00
6e429f4f27 feat(services): add new BrandService with createBrand function
Mathis closed issue WorkSimplon/brief-05-back#5 2024-04-25 16:43:09 +02:00
Service DB - CRUD > BRAND
Mathis pushed to main at WorkSimplon/brief-05-back 2024-04-25 16:40:45 +02:00
b1dacb750a feat(services): add delete function in mysql service
Mathis pushed to main at WorkSimplon/brief-05-back 2024-04-25 16:38:46 +02:00
0ed130f7b8 feat(services): update MySQL service to fetch brand data
50c1ff797f feat(services): add getById function to mysql.service
2640ebbc70 feat(controllers): add detailed comment to getBySlugCategory function
Compare 3 commits »
Mathis pushed to main at WorkSimplon/brief-05-back 2024-04-25 16:30:21 +02:00
a992868eb6 feat(services): add 'getAll' function to mysql.service.ts
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