brewlog/src/presentation/web
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
..
mod.rs chore: refactor cli and web under presentation 2025-11-26 10:48:25 +00:00
templates.rs feat(web): add Gear web UI with reactive updates 2026-02-02 15:35:57 +00:00
views.rs refactor(gear): remove notes field from Gear entity 2026-02-02 16:16:54 +00:00