feature: cook log — 'I made this' with timestamps #64
Labels
No labels
accessibility
backlog
beta-feedback
bug
duplicate
enhancement
feature-request
help wanted
invalid
needs-design
needs-triage
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Circuit-Forge/kiwi#64
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Saved recipes have rating/notes but no cook history. Prerequisite for meal rotation, meal planning, and 'last made this 3 weeks ago' context.
Implementation:
cook_logtable:id, saved_recipe_id FK, cooked_at, servings, notes. 'I cooked this' appends to log. Surface 'Last made: 3 weeks ago' in saved recipe cards. Paid: rotation-aware suggestions.Tier: Free for logging; Paid for rotation-aware ranking.