brewlog/src/infrastructure/client
Jon Seager 902d52b171
feat(brews): add brew time field
- Add brew_time INTEGER column to brews table (nullable, stored as seconds)
- Display as M:SS format with stepper control (+/-5s) in add form
- Replace ratio with brew time in brew list Recipe column
- Show brew time in brew cards and timeline events
- Add --brew-time CLI flag and update bootstrap script (1:45-2:45 range)
2026-02-07 11:24:07 +00:00
..
backup.rs feat(backup): expose backup/restore via authenticated API endpoints 2026-02-04 19:38:49 +00:00
bags.rs feat: add optional created_at to entity creation and updates 2026-02-07 09:48:20 +00:00
brews.rs feat(brews): add brew time field 2026-02-07 11:24:07 +00:00
cafes.rs feat(cafes): add SQL repository, HTTP client, and backup support 2026-02-03 14:52:44 +00:00
cups.rs refactor(cups): remove rating field 2026-02-05 17:02:42 +00:00
gear.rs feat: add optional created_at to entity creation and updates 2026-02-07 09:48:20 +00:00
mod.rs feat(auth): replace password auth with WebAuthn passkeys 2026-02-05 11:00:07 +00:00
roasters.rs chore: refactor client under infrastructure 2025-11-26 10:59:31 +00:00
roasts.rs feat(roast): add update command for consistency with other entities 2026-02-02 17:09:32 +00:00
tokens.rs feat(auth): replace password auth with WebAuthn passkeys 2026-02-05 11:00:07 +00:00