brewlog/src/infrastructure
Jon Seager edc0021792
refactor: split large directories into coffee/auth/analytics subdirs
- Restructure domain/, repositories/, and routes/api/ into themed
  subdirectories: coffee/, auth/, analytics/ (and system/ for routes)
- Convert super:: relative imports to crate:: absolute paths
- Promote macro visibility from pub(super) to pub(crate)
- Add pub use re-exports for backward-compatible import paths
2026-02-08 18:16:16 +00:00
..
client feat(brews): add brew time field 2026-02-07 11:24:07 +00:00
repositories refactor: split large directories into coffee/auth/analytics subdirs 2026-02-08 18:16:16 +00:00
ai.rs refactor(ai): make OpenRouter URL configurable for testability 2026-02-05 19:18:51 +00:00
auth.rs feat(auth): replace password auth with WebAuthn passkeys 2026-02-05 11:00:07 +00:00
backup.rs feat(stats): add pre-computed stats cache with background recomputation 2026-02-08 15:20:01 +00:00
database.rs perf(db): enable WAL mode, add tuning pragmas and missing indexes 2026-02-06 18:04:58 +00:00
foursquare.rs refactor: simplify overly nested and duplicated code across five modules 2026-02-04 19:25:35 +00:00
mod.rs feat(auth): replace password auth with WebAuthn passkeys 2026-02-05 11:00:07 +00:00
webauthn.rs feat(auth): replace password auth with WebAuthn passkeys 2026-02-05 11:00:07 +00:00