brewlog/src/application/routes/api
Jon Seager 1c029f52f4
feat: add update endpoints for brews and cups
Add UpdateBrewSubmission and UpdateCupSubmission types with image
support. Register PUT handlers on /brews/{id} and /cups/{id} with
three-way response pattern (Datastar/form/JSON).
2026-02-10 19:42:45 +00:00
..
analytics refactor: split large directories into coffee/auth/analytics subdirs 2026-02-08 18:16:16 +00:00
auth feat(server): auto-enable insecure cookies for localhost defaults 2026-02-09 17:23:09 +00:00
coffee feat: add update endpoints for brews and cups 2026-02-10 19:42:45 +00:00
system refactor: split large directories into coffee/auth/analytics subdirs 2026-02-08 18:16:16 +00:00
images.rs fix: add success logging for deferred image saves 2026-02-10 17:50:46 +00:00
macros.rs feat: add entity image support with display on detail pages 2026-02-10 17:50:13 +00:00
mod.rs feat: add update endpoints for brews and cups 2026-02-10 19:42:45 +00:00