feature: open-package state tracking (shelf life after opening) #59

Closed
opened 2026-04-08 06:43:27 -07:00 by pyr0ball · 0 comments
Owner

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 DATE to 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).

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 DATE` to 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).
pyr0ball added this to the Public Launch milestone 2026-04-08 06:43:27 -07:00
pyr0ball added the
enhancement
label 2026-04-08 06:43:27 -07:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Circuit-Forge/kiwi#59
No description provided.