summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
| | | | (at least for initial deploy)
* 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
* 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
| | | | (lacking cats)
* Added product migration, better organization of DTOs, Entities, andAdam T. Carpenter2020-10-22
| | | | Domain Models. Also made config loading/photo generation easier.
* back to basics -- working on the most-required functionality first, like ↵Adam T. Carpenter2020-10-20
| | | | handlers
* refactored image_api into NewProductImageData and NewProductImages,Adam T. Carpenter2020-10-08
| | | | ready for repo
* 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
|
* started data uri parsing with dichroismAdam T. Carpenter2020-10-03
|
* updated gitignoreAdam T. Carpenter2020-10-03
|
* browser image parsing to base64/dataURL complete; further work on new ↵Adam T. Carpenter2020-09-25
| | | | product, added animate.css just for testing
* fixed resizing issues with edit boxes; switched from panels to cardsAdam T. Carpenter2020-09-24
|
* started new product modalAdam T. Carpenter2020-09-15
|
* added new product button, added search bar to admin viewAdam T. Carpenter2020-09-15
|
* 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.
* reset admin page to basic templateAdam T. Carpenter2020-09-11
|
* migrated back from typescriptAdam T. Carpenter2020-09-11
|
* playing with filtering by categoryAdam T. Carpenter2020-06-29
|
* switched to yarn; it's just betterAdam T. Carpenter2020-06-21
|
* updated mainAdam Carpenter2020-05-17
|
* updated debug scriptAdam Carpenter2020-05-06
|
* updated debug script, moved backlog to DeckAdam Carpenter2020-05-05
|
* started actix-web rust project for apiAdam Carpenter2020-05-03
|
* initialized back-end projectAdam Carpenter2020-05-01
|
* fixed inventory search/sort on mobile, added basic footerAdam Carpenter2020-05-01
|
* added basic filter menu, not functional yetAdam Carpenter2020-05-01
|
* added filter dropdown next to search barAdam Carpenter2020-05-01
|
* moved search into InventorySearch and started work on filters; updated ↵Adam Carpenter2020-04-30
| | | | quantity display