brewlog/src/application/routes
Jon Seager 6bbbafbef4
refactor(gear): remove notes field from Gear entity
The notes field was not providing enough value to justify its presence.
Simplified the Gear entity by removing notes from:
- Domain structs (Gear, NewGear, UpdateGear)
- SQL repository queries and GearRecord
- HTTP client methods
- CLI commands (--notes flag)
- Web views and templates
- All related tests

Added migration 0008_remove_gear_notes.sql to drop the column.
2026-02-02 16:16:54 +00:00
..
auth.rs feat: improved trace logging 2025-11-26 12:01:53 +00:00
bags.rs refactor(routes): re-export is_authenticated for shorter imports 2026-02-02 14:32:30 +00:00
gear.rs refactor(gear): remove notes field from Gear entity 2026-02-02 16:16:54 +00:00
macros.rs refactor(routes): add macros to reduce route handler boilerplate 2026-02-02 13:40:14 +00:00
mod.rs feat(application): add Gear API routes and web handlers 2026-02-02 15:21:26 +00:00
roasters.rs refactor(routes): re-export is_authenticated for shorter imports 2026-02-02 14:32:30 +00:00
roasts.rs refactor(routes): re-export is_authenticated for shorter imports 2026-02-02 14:32:30 +00:00
support.rs fix: remove superfluous /bags/:id/finish endpoint 2025-11-27 14:24:26 +00:00
timeline.rs refactor(routes): re-export is_authenticated for shorter imports 2026-02-02 14:32:30 +00:00
tokens.rs feat: improved trace logging 2025-11-26 12:01:53 +00:00