Domains model (work, marriage, homelab, finances, etc.) #37
Reference in New Issue
Block a user
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
Add a Domains model to organize entities by life area.
Background
From r0 (jarvis-brain), domains categorize tasks, events, projects, and ideas by life area:
Requirements
Prisma Schema
API Endpoints
GET /api/domains— List domains for workspacePOST /api/domains— Create domainPATCH /api/domains/:id— Update domainDELETE /api/domains/:id— Delete domainUI
Acceptance Criteria
domainIdforeign key