brewlog/tests/server
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_api.rs feat!: use numeric, database-generated IDs throughout 2025-11-25 18:21:04 +00:00
bags_api.rs fix: ensure bags are closed properly and closures are on the timeline 2025-11-27 14:42:38 +00:00
datastar.rs refactor(gear): remove notes field from Gear entity 2026-02-02 16:16:54 +00:00
gear_api.rs refactor(gear): remove notes field from Gear entity 2026-02-02 16:16:54 +00:00
helpers.rs test(gear): add comprehensive test suite for gear entity 2026-02-02 16:09:02 +00:00
main.rs test(gear): add comprehensive test suite for gear entity 2026-02-02 16:09:02 +00:00
roasters_api.rs feat!: use numeric, database-generated IDs throughout 2025-11-25 18:21:04 +00:00
roasts_api.rs feat!: use numeric, database-generated IDs throughout 2025-11-25 18:21:04 +00:00
timeline.rs refactor(gear): remove notes field from Gear entity 2026-02-02 16:16:54 +00:00