brewlog/src/domain
Jon Seager 4190fc2620
feat: log payload fields in trace spans by redacting image data
Add ImageData newtype that wraps Option<String> with a custom Debug impl
showing Some(<image>)/None instead of raw base64. Replace image fields on
all 14 submission structs and remove payload from tracing skip lists so
textual/numeric fields appear in spans.
2026-02-11 08:37:03 +00:00
..
analytics refactor: split large directories into coffee/auth/analytics subdirs 2026-02-08 18:16:16 +00:00
auth refactor: split large directories into coffee/auth/analytics subdirs 2026-02-08 18:16:16 +00:00
coffee feat: add UpdateBrew, UpdateCup structs and expand UpdateBag 2026-02-10 19:42:39 +00:00
countries.rs refactor(domain): extract country utilities into dedicated module 2026-02-08 16:09:46 +00:00
errors.rs chore: move RepositoryError into dedicated file 2026-02-02 12:57:15 +00:00
formatting.rs refactor(domain): extract shared formatting helpers 2026-02-08 15:14:39 +00:00
ids.rs feat(ai): capture usage data from OpenRouter API responses 2026-02-05 12:08:48 +00:00
images.rs feat: log payload fields in trace spans by redacting image data 2026-02-11 08:37:03 +00:00
listing.rs chore(lint): enable clippy pedantic and restriction lints 2026-02-02 17:55:16 +00:00
mod.rs feat: add entity image support with display on detail pages 2026-02-10 17:50:13 +00:00
repositories.rs feat: add UpdateBrew, UpdateCup structs and expand UpdateBag 2026-02-10 19:42:39 +00:00