feature: open-package state tracking (shelf life after opening) #59
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#59
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?
Items have different shelf life once opened (mayo: 365 days sealed → ~60 days fridge after opening). expiration_predictor.py only models purchase-date-relative shelf life.
Implementation: Add
opened_date DATEto inventory items. 'I opened this today' UI action. Second SHELF_LIFE_AFTER_OPENING lookup table (USDA FoodKeeper data) in predictor.Tier: Free (deterministic, no LLM).