brewlog/src
Jon Seager f5fcf69e33 fix: clamp bag remaining to zero instead of rejecting brew with excess coffee
Allow creating a brew when coffee_weight exceeds the bag's remaining
amount — remaining is clamped to 0 rather than returning a 409 error.
Brews against open bags with 0g remaining also succeed, keeping
remaining at 0. Only closed bags are rejected.
2026-05-22 15:37:08 +00:00
..
application chore: update dependencies (#15) 2026-03-05 11:03:55 +00:00
domain fix: clamp bag remaining to zero instead of rejecting brew with excess coffee 2026-05-22 15:37:08 +00:00
infrastructure fix: clamp bag remaining to zero instead of rejecting brew with excess coffee 2026-05-22 15:37:08 +00:00
presentation feat: store bag finished_at as full datetime for correct timeline ordering 2026-02-24 21:38:39 +00:00
lib.rs feat(web): add Open Graph and Twitter Card meta tags 2026-02-08 16:19:34 +00:00
main.rs feat: sync timeline events with entity edits 2026-02-15 11:11:07 +00:00