summaryrefslogtreecommitdiff
path: root/dichroism/src/handlers.rs
Commit message (Expand)AuthorAge
* fixed images that were rotated with exif tags not displaying rotateddevAdam T. Carpenter2020-12-28
* Kind of flailing with the UI; lots of API bugfixes though.Adam T. Carpenter2020-11-11
* 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