summaryrefslogtreecommitdiff
path: root/iridescence/src/store
Commit message (Collapse)AuthorAge
* when item cart count is 0, item is removed from cart displayAdam T. Carpenter2020-12-03
|
* finished up product detail functionality, started checkout and cartAdam T. Carpenter2020-11-23
| | | | views
* Basic product detail without duplicating modals for each card.Adam T. Carpenter2020-11-17
|
* Featured First sorting is featured and then by-id/newest first.Adam T. Carpenter2020-11-16
|
* dug; you can do date oldest/newest sorting with dbids.Adam T. Carpenter2020-11-16
|
* basic sorting functional; swapped indexes for ids in edit listAdam T. Carpenter2020-11-13
|
* Noice. Product creation and updating is totally functional.Adam T. Carpenter2020-11-12
|
* Kind of flailing with the UI; lots of API bugfixes though.Adam T. Carpenter2020-11-11
|
* fixed up product models and api calls, working on new product formAdam T. Carpenter2020-11-08
|
* updated photo sets to not return original, added models to front,Adam T. Carpenter2020-11-07
| | | | implemented front-to-back requests
* browser image parsing to base64/dataURL complete; further work on new ↵Adam T. Carpenter2020-09-25
| | | | product, added animate.css just for testing
* Working product name updating; working mock Dichroism API.Adam T. Carpenter2020-09-12
|
* basic product editing view with renamingAdam T. Carpenter2020-09-12
|
* Moved testing products into api/dichroism; renamed inventory toAdam T. Carpenter2020-09-12
| | | | products.
* playing with filtering by categoryAdam T. Carpenter2020-06-29
|
* moved search into InventorySearch and started work on filters; updated ↵Adam Carpenter2020-04-30
| | | | quantity display
* added a search filter for names and descriptionsAdam Carpenter2020-04-30
|
* made inventory cards arranged in a column list with basic info from ↵Adam Carpenter2020-04-28
| | | | inventory in store
* switched back to js, added navbar with burger toggleAdam Carpenter2020-04-23
|
* initAdam Carpenter2020-04-21