Organize/app
Brian Fertig 4708e00a04 feat(board): introduce Projects as isolated boards
- Add Project model with owner-based access and cascade delete
- Restructure Category to belong to either Home (userId) or a Project (projectId), enforced by DB constraints and access filters
- Scope all board operations (create, update, delete, reorder) to the correct board context using `categoryAccessFilter` and `projectAccessFilter`
- Replace hardcoded `revalidatePath("/")` with dynamic `boardPath()` for proper cache invalidation
- Add `ProjectsProvider` and `ProjectsNavSection` for project sidebar navigation
- Make KanbanBoard accept `projectId` and `title` props to render Home or Project boards
- Extract `getBoard()` utility to centralize board data fetching
- Refactor group/todo/notes actions to derive board context from category membership rather than trusting caller input
2026-08-12 12:57:41 -06:00
..
(app) feat(board): introduce Projects as isolated boards 2026-08-12 12:57:41 -06:00
(auth) Created different Authorization types 2026-08-12 11:02:40 -06:00
api/auth/[...nextauth] first commit 2026-08-11 13:10:00 -06:00
favicon.ico Initial commit from Create Next App 2026-08-11 11:56:15 -06:00
globals.css first commit 2026-08-11 13:10:00 -06:00
layout.tsx first commit 2026-08-11 13:10:00 -06:00
manifest.ts first commit 2026-08-11 13:10:00 -06:00