brewlog/src
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
..
application refactor(gear): remove notes field from Gear entity 2026-02-02 16:16:54 +00:00
domain refactor(gear): remove notes field from Gear entity 2026-02-02 16:16:54 +00:00
infrastructure refactor(gear): remove notes field from Gear entity 2026-02-02 16:16:54 +00:00
presentation refactor(gear): remove notes field from Gear entity 2026-02-02 16:16:54 +00:00
lib.rs chore: refactor client under infrastructure 2025-11-26 10:59:31 +00:00
main.rs feat(web): add Gear web UI with reactive updates 2026-02-02 15:35:57 +00:00