brewlog/src/application
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
..
routes refactor: split large directories into coffee/auth/analytics subdirs 2026-02-08 18:16:16 +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(stats): add pre-computed stats cache with background recomputation 2026-02-08 15:20:01 +00:00
state.rs feat(stats): add pre-computed stats cache with background recomputation 2026-02-08 15:20:01 +00:00