51 Commits (36a803131e9c2fd07879ac1b9450bc86ee8bd106)

Author SHA1 Message Date
KKlochko 36a803131e Refactor to use ItemInformativeValidatorByNameFactory.
continuous-integration/drone/push Build is passing Details
2 years ago
KKlochko 9a83b398c0 Add ItemInformativeValidatorByNameFactory.
continuous-integration/drone/push Build is passing Details
2 years ago
KKlochko e057d2de27 Add EmptyNameValidator and ItemValidatorByName.
2 years ago
KKlochko 3ffc82ee7c Refactor InformativeValidator.
2 years ago
KKlochko 7662d98bce Add Informative Validators.
continuous-integration/drone/push Build is passing Details
2 years ago
KKlochko da847273b8 Update Validators to extend ABC instead of implementing interface.
2 years ago
KKlochko a4c0b3463b Add a validator interface, UpperRangeValidator and OkValidator.
continuous-integration/drone/push Build is passing Details
2 years ago
KKlochko 4430b04f11 Add UserAddress model.
continuous-integration/drone/push Build is passing Details
2 years ago
KKlochko 8c62393d3f Add ItemValidationByName.
continuous-integration/drone/push Build is passing Details
2 years ago
KKlochko c9974b007a Add UserValidationByMatrixUsername.
continuous-integration/drone/push Build is passing Details
2 years ago
KKlochko 1a7c585aa7 Add CityValidationByName.
continuous-integration/drone/push Build is passing Details
2 years ago
KKlochko f437d777a5 Add ValidationByName and CompanyValidationByName.
continuous-integration/drone/push Build is passing Details
2 years ago
KKlochko 135f4c0c93 Refactor the Company and its validator test.
continuous-integration/drone/push Build is passing Details
2 years ago
KKlochko c22945926c Refactor the City, Company and their tests.
continuous-integration/drone/push Build is passing Details
2 years ago
KKlochko 394f821d35 Refactor the City and its tests.
2 years ago
KKlochko 6db3465407 Refactor the User validator.
continuous-integration/drone/push Build is passing Details
2 years ago
KKlochko 6c13fe7d7d Add the method to get cart items as the JSON array.
2 years ago
KKlochko d5cd9f4096 Fix the getters in Cart model for a city, a company.
continuous-integration/drone/push Build is passing Details
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.
continuous-integration/drone/push Build is passing Details
2 years ago
KKlochko 5b0a1ee8f6 Fix methods to add/remove items from the Cart.
continuous-integration/drone/push Build is failing Details
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 7636ae4715 Fix Cart.getItem() method.
2 years ago
KKlochko 6bb99c7f70 Add the clone method for Item model.
continuous-integration/drone/push Build is passing Details
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 a7dbea1d79 Add getCategory, getCompany, isBelong methods to Item model.
2 years ago
KKlochko aedb4d5949 Add the validation for Item that returns message for requests.
2 years ago
KKlochko 3eff14173b Add getters to Cart model to get its City or Company.
2 years ago
KKlochko e0ec4f1efa Add foreign keys to field in Category, Item models.
2 years ago
KKlochko 3fe7287e06 Refactor the Cart model.
2 years ago
KKlochko d90f017cbe Add the getItemIds in the Cart to get ids of items.
2 years ago
KKlochko a8559a52c6 Add the setCompany method in the Cart model.
2 years ago
KKlochko fd4a37c36a Add the validation for Company that returns message for requests.
2 years ago
KKlochko 76f6c699aa Fix the method, isEmpty, in the Cart model.
2 years ago
KKlochko 0c2f6355cf Add methods to add and remove Items from a Cart.
2 years ago
KKlochko 2d4fb6a59b Add the validation for City, User that returns message for requests.
2 years ago
KKlochko 814eb18028 Update the setCity method in the Cart model.
2 years ago
KKlochko ea120c8c9c Update User, Cart models.
2 years ago
KKlochko 4a4d5e7335 Add Cart model, resource and its API, Pivot table with Items.
2 years ago
KKlochko ea363b956e Update User class.
2 years ago
KKlochko 18bd849827 Added Item model, resource and its API.
2 years ago
KKlochko b5a264d92f Added Category model, resource and its API.
2 years ago
KKlochko 2dc7893eb3 Added Company model, resource and its API.
2 years ago
KKlochko 1dcf619555 Updated City Model and Resource.
2 years ago
KKlochko 6d0423fa34 Added City model, resource and its API.
2 years ago