brewlog/src/application
Jon Seager bc449e520e
feat: upgrade update handlers to FlexiblePayload with three-way response
All five existing update handlers (roaster, roast, cafe, gear, bag) now
accept FlexiblePayload with UpdateSubmission types that separate image
data from domain structs. Each returns Datastar redirect scripts, form
redirects, or JSON depending on request type. Image save support added
to all update paths.
2026-02-10 19:42:43 +00:00
..
routes feat: upgrade update handlers to FlexiblePayload with three-way response 2026-02-10 19:42:43 +00:00
services feat(stats): add pre-computed stats cache with background recomputation 2026-02-08 15:20:01 +00:00
auth.rs build(deps): bump axum from 0.7.9 to 0.8.8 (#6) 2026-02-06 19:04:14 +00:00
errors.rs feat(brews): add application routes and server integration 2026-02-02 19:30:45 +00:00
mod.rs refactor(server): extract AppState into dedicated state module 2026-02-06 13:47:59 +00:00
server.rs feat(server): auto-enable insecure cookies for localhost defaults 2026-02-09 17:23:09 +00:00
state.rs fix: add concurrency semaphore for image processing 2026-02-10 17:50:42 +00:00