summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* disable default features for diesel; reduce dependsHEADmasterAdam T. Carpenter2021-01-30
* we don't actually use cookiesAdam T. Carpenter2021-01-08
* more searching improvements; much faster nowAdam T. Carpenter2021-01-04
* attempted to speed up search with typing delayAdam T. Carpenter2021-01-04
* sped up searching by only searching product fields that matter, cleanedAdam T. Carpenter2021-01-04
* only dollar amounts can be inserted (request), backend still stores asAdam T. Carpenter2020-12-28
* fixed navbar weirdness on mobileAdam T. Carpenter2020-12-28
* fixed images that were rotated with exif tags not displaying rotateddevAdam T. Carpenter2020-12-28
* moved more deploy-specific data to config, finalized login processAdam T. Carpenter2020-12-27
* Added care, privacy, faq, fixed custom order temporarily, fixed siteAdam T. Carpenter2020-12-27
* made cart item displays actually level, also rearranged viewAdam T. Carpenter2020-12-18
* icons everywhere, also finalized checkout formAdam T. Carpenter2020-12-18
* updated footer with facebook and privacy, finalized user info contactAdam T. Carpenter2020-12-13
* started checkout formAdam T. Carpenter2020-12-10
* cart finished for initial release, fixed annoying footerAdam T. Carpenter2020-12-07
* basic cart subtotaling, sidebar with total and checkout controls, betterAdam T. Carpenter2020-12-03
* when item cart count is 0, item is removed from cart displayAdam T. Carpenter2020-12-03
* you can now see cart items on cart pageAdam T. Carpenter2020-11-24
* finished up product detail functionality, started checkout and cartAdam T. Carpenter2020-11-23
* Basic product detail without duplicating modals for each card.Adam T. Carpenter2020-11-17
* basic image details, base and fullsize image displaysAdam T. Carpenter2020-11-16
* ProductCard thumbnail and name are links to expand details.Adam T. Carpenter2020-11-16
* added thumbnail to product edit cardAdam T. Carpenter2020-11-16
* Thumbnails and shortened descriptions.Adam T. Carpenter2020-11-16
* 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
* fixed oldid in newproduct, shoved filter functionality into search/sortAdam T. Carpenter2020-11-13
* 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
* Added category to products.Adam T. Carpenter2020-11-07
* demo-able photo uploadAdam T. Carpenter2020-11-07
* basic photo upload working completelyAdam T. Carpenter2020-11-04
* swapped json payload url encoded images for multipart form dataAdam T. Carpenter2020-11-02
* finished up handlers, moved/added test dataAdam T. Carpenter2020-10-31
* blocking on photo set generation since it hits the fsAdam T. Carpenter2020-10-31
* All basic functionality implemented.Adam T. Carpenter2020-10-31
* moved entities under repo; photos now hold onto just the filenameAdam T. Carpenter2020-10-23
* Skipped separate photo table; working handler for get all productsAdam T. Carpenter2020-10-22
* Added product migration, better organization of DTOs, Entities, andAdam T. Carpenter2020-10-22
* back to basics -- working on the most-required functionality first, like hand...Adam T. Carpenter2020-10-20
* refactored image_api into NewProductImageData and NewProductImages,Adam T. Carpenter2020-10-08
* sorted out image repo, error handlingAdam T. Carpenter2020-10-07
* started work on schema, models, and reposAdam T. Carpenter2020-10-05
* moved handlers into separate module, started configAdam T. Carpenter2020-10-03
* broke out functions, wrote more tests, added test dataAdam T. Carpenter2020-10-03
* added test for converting image uri to files, updated debug scriptAdam T. Carpenter2020-10-03
* restored debug script, successfully getting image from URI into fileAdam T. Carpenter2020-10-03