brewlog/src/infrastructure
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
..
client feat(brews): add brew time field 2026-02-07 11:24:07 +00:00
repositories feat(brews): add brew time field 2026-02-07 11:24:07 +00:00
ai.rs refactor(ai): make OpenRouter URL configurable for testability 2026-02-05 19:18:51 +00:00
auth.rs feat(auth): replace password auth with WebAuthn passkeys 2026-02-05 11:00:07 +00:00
backup.rs feat(brews): add brew time field 2026-02-07 11:24:07 +00:00
database.rs perf(db): enable WAL mode, add tuning pragmas and missing indexes 2026-02-06 18:04:58 +00:00
foursquare.rs refactor: simplify overly nested and duplicated code across five modules 2026-02-04 19:25:35 +00:00
mod.rs feat(auth): replace password auth with WebAuthn passkeys 2026-02-05 11:00:07 +00:00
webauthn.rs feat(auth): replace password auth with WebAuthn passkeys 2026-02-05 11:00:07 +00:00