KKlochko
|
8fda7eae83
|
Refactor the validation tests and remove example test.
|
2 years ago |
KKlochko
|
8c62393d3f
|
Add ItemValidationByName.
|
2 years ago |
KKlochko
|
c9974b007a
|
Add UserValidationByMatrixUsername.
|
2 years ago |
KKlochko
|
1a7c585aa7
|
Add CityValidationByName.
|
2 years ago |
KKlochko
|
f437d777a5
|
Add ValidationByName and CompanyValidationByName.
|
2 years ago |
KKlochko
|
135f4c0c93
|
Refactor the Company and its validator test.
|
2 years ago |
KKlochko
|
c22945926c
|
Refactor the City, Company and their tests.
|
2 years ago |
KKlochko
|
a4938eb099
|
Add tests for City methods.
|
2 years ago |
KKlochko
|
394f821d35
|
Refactor the City and its tests.
|
2 years ago |
KKlochko
|
6db3465407
|
Refactor the User validator.
|
2 years ago |
KKlochko
|
41acdd861b
|
Update the order method to update the cart's status to DONE.
|
2 years ago |
KKlochko
|
2851fe86bb
|
Add the order method and its route.
|
2 years ago |
KKlochko
|
8dcb580393
|
Add the authenticated API fetcher and sender.
|
2 years ago |
KKlochko
|
e178d1c8b4
|
Update the ApiFetcher to have option to get a field or get the JSON.
|
2 years ago |
KKlochko
|
6c13fe7d7d
|
Add the method to get cart items as the JSON array.
|
2 years ago |
KKlochko
|
2b8d6e3062
|
Fix README.
|
2 years ago |
KKlochko
|
e840ead1ea
|
Update the README.
|
2 years ago |
KKlochko
|
59c48d1984
|
Add the docker files.
|
2 years ago |
KKlochko
|
f944a67a24
|
Add license.
|
2 years ago |
KKlochko
|
db70255f4f
|
Fix CategoryItemAPI->saveMap to save items with parents.
|
2 years ago |
KKlochko
|
387858a2de
|
Refactor the index page in the CategoryController.
|
2 years ago |
KKlochko
|
87c921c3e3
|
Add the index page to show the cart's items.
|
2 years ago |
KKlochko
|
028dcbddd1
|
Update CategoryResource to show only item templates.
|
2 years ago |
KKlochko
|
38f99d0a84
|
Add the route to show cart items.
|
2 years ago |
KKlochko
|
78c197549d
|
Add a resource and a collection for show CartItem.
|
2 years ago |
KKlochko
|
d5cd9f4096
|
Fix the getters in Cart model for a city, a company.
|
2 years ago |
KKlochko
|
d584379888
|
Refactor names for the Company, Category, User APIs and tests.
|
2 years ago |
KKlochko
|
4d8506a3a4
|
Refactor names for the Cart API and its tests.
|
2 years ago |
KKlochko
|
5e88be6760
|
Update the index page to show only city's companies.
|
2 years ago |
KKlochko
|
e2cf7d4199
|
Update the method, saveMap, for CompanyAPI to save a city as parent.
|
2 years ago |
KKlochko
|
b371ac2773
|
Add a getter for companies in City model.
|
2 years ago |
KKlochko
|
8850d43575
|
Fix the addItemIds method in Cart model.
|
2 years ago |
KKlochko
|
5b0a1ee8f6
|
Fix methods to add/remove items from the Cart.
|
2 years ago |
KKlochko
|
50d39c7e9b
|
Add methods to City model to add, remove Company by id.
|
2 years ago |
KKlochko
|
118b9bb74c
|
Add methods to City model to get, add, remove Companies by ids.
|
2 years ago |
KKlochko
|
f7214205d8
|
Add Pivot table for the relationship between Cities and Companies.
|
2 years ago |
KKlochko
|
962b423d0d
|
Add tests for the addItem method, that add an item to a Cart.
|
2 years ago |
KKlochko
|
7636ae4715
|
Fix Cart.getItem() method.
|
2 years ago |
KKlochko
|
fd4a4bf5ea
|
Add the addItem method, that add an item to a Cart, and its route.
|
2 years ago |
KKlochko
|
6bb99c7f70
|
Add the clone method for Item model.
|
2 years ago |
KKlochko
|
ada0abd69d
|
Add the count field to Item model.
|
2 years ago |
KKlochko
|
563254c725
|
Add getItem to Cart model.
|
2 years ago |
KKlochko
|
e91b808a0f
|
Add a method to check that an item in a cart.
|
2 years ago |
KKlochko
|
73b45084b7
|
Refactor the Cart method names.
|
2 years ago |
KKlochko
|
23b0f0477a
|
Update the index page for companies to show using the User data.
|
2 years ago |
KKlochko
|
57dd0c1660
|
Update the index page for categories to show company's categories.
|
2 years ago |
KKlochko
|
3daf18f5c3
|
Add CategotyItemAPI, ItemAPI to get items from DotsAPI.
|
2 years ago |
KKlochko
|
5d0c12fac1
|
Add parent as an argument to the saveMap method for DotsAPI classes.
|
2 years ago |
KKlochko
|
6e8a34112a
|
Add tests for the Item.isBelong method.
|
2 years ago |
KKlochko
|
a7dbea1d79
|
Add getCategory, getCompany, isBelong methods to Item model.
|
2 years ago |