Phase 2: Household/shared pantry — design and pricing model #5
Labels
No labels
backlog
beta-feedback
bug
duplicate
enhancement
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#5
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?
Overview
Kiwi needs a household (shared pantry) model for Premium tier. Multiple users should be able to share a single pantry DB. This issue captures the pricing model and technical design.
Pricing Model
Technical Design Options
Option A: Household as first-class entity (preferred)
householdhas its own SQLite DB atCLOUD_DATA_ROOT/household_{id}/kiwi.dbhousehold_memberstable in Heimdall (or Kiwi-side) linksuser_id -> household_idCloudUser.dbresolves to household DB when user has an active household membershipOption B: Owner delegation (simpler, faster to ship)
Option C: Personal + shared DBs
Heimdall Changes Needed
/admin/household/create,/admin/household/add-member,/admin/household/remove-member/validateresponseTier Gate
multi_household(already in tiers.py)Open Questions
Milestone
Phase 2 / Beta