brewlog/src/application
Jon Seager bb8fff2630
refactor(routes): move page handlers to routes/app/ subdirectory
Move home, auth, data, add, and timeline page handlers to routes/app/.
Update import paths: super::is_authenticated to
crate::application::routes::is_authenticated, super::entity:: to
crate::application::routes::api::entity:: in data.rs and add.rs.
2026-02-05 19:04:36 +00:00
..
routes refactor(routes): move page handlers to routes/app/ subdirectory 2026-02-05 19:04:36 +00:00
auth.rs refactor(logging): log errors in auth and payload parsing 2026-02-05 18:13:34 +00:00
errors.rs feat(brews): add application routes and server integration 2026-02-02 19:30:45 +00:00
mod.rs chore: rename server crate to application 2025-11-25 21:40:39 +00:00
server.rs feat(ai): record usage after each OpenRouter extraction 2026-02-05 12:09:36 +00:00