Commit Graph

12 Commits

Author SHA1 Message Date
dda3eea9e1 feat(interfaces): add IReqRegister interface
This interface defines the register request structure, including `username`, `displayName`, `firstName`, `lastName`, `password`, and `gdpr` status. This will ensure consistency in the form of request data throughout the application.

Signed-off-by: Mathis <yidhra@tuta.io>
2024-04-25 16:06:33 +02:00
a430044d95 feat(interfaces): add IReqLogin interface
The new IReqLogin interface defines the request shape for user login. It includes two string properties - username and password.

Signed-off-by: Mathis <yidhra@tuta.io>
2024-04-25 16:06:02 +02:00
e995aaa970 refactor(interfaces): ♻️ Db - models 2024-04-24 16:53:49 +02:00
3fe395cccf feat(interfaces): Db - Vehicle 2024-04-23 16:38:13 +02:00
fb493db236 feat(interfaces): Db - User 2024-04-23 16:37:38 +02:00
9cc6ce1275 feat(interfaces): Db - Rent 2024-04-23 16:37:12 +02:00
032ecc764a feat(interfaces): Db - Model 2024-04-23 16:36:10 +02:00
88113f1035 refactor(interfaces): ♻️ Db - Category 2024-04-23 16:35:40 +02:00
0697e330b4 feat(interfaces): Db - Brand 2024-04-23 16:34:58 +02:00
88d57f3b4c feat(interfaces): Db - Category 2024-04-23 16:18:26 +02:00
b48b34e4e5 feat(interfaces): IReqEditUserData 2024-04-23 15:10:37 +02:00
c12439d1ed feat: DbUserData interface 2024-04-23 13:42:55 +02:00