| Commit message (Expand) | Author | Age |
* | feat: more basic data structures and some orderingrefresh | Adam T. Carpenter | 2022-10-30 |
* | init: add some stories and personas and begin layout out domain | Adam T. Carpenter | 2022-10-26 |
* | disable default features for diesel; reduce dependsHEADmaster | Adam T. Carpenter | 2021-01-30 |
* | we don't actually use cookies | Adam T. Carpenter | 2021-01-08 |
* | more searching improvements; much faster now | Adam T. Carpenter | 2021-01-04 |
* | attempted to speed up search with typing delay | Adam T. Carpenter | 2021-01-04 |
* | sped up searching by only searching product fields that matter, cleaned | Adam T. Carpenter | 2021-01-04 |
* | only dollar amounts can be inserted (request), backend still stores as | Adam T. Carpenter | 2020-12-28 |
* | fixed navbar weirdness on mobile | Adam T. Carpenter | 2020-12-28 |
* | fixed images that were rotated with exif tags not displaying rotateddev | Adam T. Carpenter | 2020-12-28 |
* | moved more deploy-specific data to config, finalized login process | Adam T. Carpenter | 2020-12-27 |
* | Added care, privacy, faq, fixed custom order temporarily, fixed site | Adam T. Carpenter | 2020-12-27 |
* | made cart item displays actually level, also rearranged view | Adam T. Carpenter | 2020-12-18 |
* | icons everywhere, also finalized checkout form | Adam T. Carpenter | 2020-12-18 |
* | updated footer with facebook and privacy, finalized user info contact | Adam T. Carpenter | 2020-12-13 |
* | started checkout form | Adam T. Carpenter | 2020-12-10 |
* | cart finished for initial release, fixed annoying footer | Adam T. Carpenter | 2020-12-07 |
* | basic cart subtotaling, sidebar with total and checkout controls, better | Adam T. Carpenter | 2020-12-03 |
* | when item cart count is 0, item is removed from cart display | Adam T. Carpenter | 2020-12-03 |
* | you can now see cart items on cart page | Adam T. Carpenter | 2020-11-24 |
* | finished up product detail functionality, started checkout and cart | Adam T. Carpenter | 2020-11-23 |
* | Basic product detail without duplicating modals for each card. | Adam T. Carpenter | 2020-11-17 |
* | basic image details, base and fullsize image displays | Adam T. Carpenter | 2020-11-16 |
* | ProductCard thumbnail and name are links to expand details. | Adam T. Carpenter | 2020-11-16 |
* | added thumbnail to product edit card | Adam T. Carpenter | 2020-11-16 |
* | Thumbnails and shortened descriptions. | Adam T. Carpenter | 2020-11-16 |
* | Featured First sorting is featured and then by-id/newest first. | Adam T. Carpenter | 2020-11-16 |
* | dug; you can do date oldest/newest sorting with dbids. | Adam T. Carpenter | 2020-11-16 |
* | fixed oldid in newproduct, shoved filter functionality into search/sort | Adam T. Carpenter | 2020-11-13 |
* | basic sorting functional; swapped indexes for ids in edit list | Adam T. Carpenter | 2020-11-13 |
* | Noice. Product creation and updating is totally functional. | Adam T. Carpenter | 2020-11-12 |
* | Kind of flailing with the UI; lots of API bugfixes though. | Adam T. Carpenter | 2020-11-11 |
* | fixed up product models and api calls, working on new product form | Adam T. Carpenter | 2020-11-08 |
* | updated photo sets to not return original, added models to front, | Adam T. Carpenter | 2020-11-07 |
* | Added category to products. | Adam T. Carpenter | 2020-11-07 |
* | demo-able photo upload | Adam T. Carpenter | 2020-11-07 |
* | basic photo upload working completely | Adam T. Carpenter | 2020-11-04 |
* | swapped json payload url encoded images for multipart form data | Adam T. Carpenter | 2020-11-02 |
* | finished up handlers, moved/added test data | Adam T. Carpenter | 2020-10-31 |
* | blocking on photo set generation since it hits the fs | Adam T. Carpenter | 2020-10-31 |
* | All basic functionality implemented. | Adam T. Carpenter | 2020-10-31 |
* | moved entities under repo; photos now hold onto just the filename | Adam T. Carpenter | 2020-10-23 |
* | Skipped separate photo table; working handler for get all products | Adam T. Carpenter | 2020-10-22 |
* | Added product migration, better organization of DTOs, Entities, and | Adam T. Carpenter | 2020-10-22 |
* | back to basics -- working on the most-required functionality first, like hand... | Adam T. Carpenter | 2020-10-20 |
* | refactored image_api into NewProductImageData and NewProductImages, | Adam T. Carpenter | 2020-10-08 |
* | sorted out image repo, error handling | Adam T. Carpenter | 2020-10-07 |
* | started work on schema, models, and repos | Adam T. Carpenter | 2020-10-05 |
* | moved handlers into separate module, started config | Adam T. Carpenter | 2020-10-03 |
* | broke out functions, wrote more tests, added test data | Adam T. Carpenter | 2020-10-03 |