Commit Graph
35 Commits
Author SHA1 Message Date
KKlochko 4c1e0bec07 Refactor InformativeValidators to move the modules into Validators.
continuous-integration/drone/push Build is passing
2023-09-03 11:54:39 +03:00
KKlochko f85bc047b8 Refactor to use CompanyInformativeValidatorByNameFactory.
continuous-integration/drone/push Build is passing
2023-08-29 17:02:59 +03:00
KKlochko 36a803131e Refactor to use ItemInformativeValidatorByNameFactory.
continuous-integration/drone/push Build is passing
2023-08-28 14:28:14 +03:00
KKlochko 8c62393d3f Add ItemValidationByName.
continuous-integration/drone/push Build is passing
2023-08-20 11:14:23 +03:00
KKlochko c9974b007a Add UserValidationByMatrixUsername.
continuous-integration/drone/push Build is passing
2023-08-19 12:19:24 +03:00
KKlochko 1a7c585aa7 Add CityValidationByName.
continuous-integration/drone/push Build is passing
2023-08-18 13:20:09 +03:00
KKlochko f437d777a5 Add ValidationByName and CompanyValidationByName.
continuous-integration/drone/push Build is passing
2023-08-17 19:22:10 +03:00
KKlochko 135f4c0c93 Refactor the Company and its validator test.
continuous-integration/drone/push Build is passing
2023-08-16 18:12:29 +03:00
KKlochko 394f821d35 Refactor the City and its tests. 2023-08-15 13:15:24 +03:00
KKlochko 6db3465407 Refactor the User validator.
continuous-integration/drone/push Build is passing
2023-08-14 20:45:57 +03:00
KKlochko 41acdd861b Update the order method to update the cart's status to DONE.
continuous-integration/drone/push Build is passing
2023-06-22 11:20:00 +03:00
KKlochko 2851fe86bb Add the order method and its route.
continuous-integration/drone/push Build is passing
2023-06-22 11:06:10 +03:00
KKlochko 387858a2de Refactor the index page in the CategoryController. 2023-06-20 20:28:12 +03:00
KKlochko 87c921c3e3 Add the index page to show the cart's items.
continuous-integration/drone/push Build is passing
2023-06-20 20:26:01 +03:00
KKlochko 028dcbddd1 Update CategoryResource to show only item templates. 2023-06-20 20:18:10 +03:00
KKlochko 78c197549d Add a resource and a collection for show CartItem. 2023-06-20 20:13:44 +03:00
KKlochko d584379888 Refactor names for the Company, Category, User APIs and tests.
continuous-integration/drone/push Build is passing
2023-06-20 15:29:31 +03:00
KKlochko 4d8506a3a4 Refactor names for the Cart API and its tests.
continuous-integration/drone/push Build is passing
2023-06-20 15:22:45 +03:00
KKlochko 5e88be6760 Update the index page to show only city's companies.
continuous-integration/drone/push Build is passing
2023-06-20 10:38:09 +03:00
KKlochko fd4a4bf5ea Add the addItem method, that add an item to a Cart, and its route. 2023-06-19 20:24:14 +03:00
KKlochko 23b0f0477a Update the index page for companies to show using the User data.
continuous-integration/drone/push Build is passing
2023-06-19 15:51:57 +03:00
KKlochko 57dd0c1660 Update the index page for categories to show company's categories. 2023-06-19 15:50:30 +03:00
KKlochko 65fa84344e Update CategoryResource to show items of categories. 2023-06-19 15:06:23 +03:00
KKlochko b3d7815f59 Add the selectCompany method and its route. 2023-06-18 18:48:12 +03:00
KKlochko c0bfcd07c7 Add CartController, the selectCity method and its test.
continuous-integration/drone/push Build is failing
2023-06-18 16:34:25 +03:00
KKlochko eb1f8bd4ff Fix user login function.
Check for not existing user was without NOT.
2023-06-17 14:25:20 +03:00
KKlochko 17b76707b3 Add UserController to register/login users and api, register tests. 2023-06-16 17:59:52 +03:00
KKlochko 4a4d5e7335 Add Cart model, resource and its API, Pivot table with Items.
Update Items model to have relationship with cart.
2023-06-15 17:43:59 +03:00
KKlochko 88cc3459d3 Update City, Company Controllers to fetch new data.
Cleared CityResource from a comment.
2023-06-14 17:50:05 +03:00
KKlochko 18bd849827 Added Item model, resource and its API.
Updated Category model to have Items.
2023-06-14 17:16:50 +03:00
KKlochko b5a264d92f Added Category model, resource and its API.
Updated Company model to have Categories.
2023-06-14 16:58:35 +03:00
KKlochko 2dc7893eb3 Added Company model, resource and its API. 2023-06-14 16:28:48 +03:00
KKlochko 1dcf619555 Updated City Model and Resource. 2023-06-14 13:36:40 +03:00
KKlochko 6d0423fa34 Added City model, resource and its API. 2023-06-14 13:31:38 +03:00
KKlochko 15f16db37c Project initialization. 2023-06-13 17:59:00 +03:00