Description
Expose the existing database organizations table in the Next.js UI. Provide a workspace management interface where team leaders can create an organization, manage its details, and invite team members.
User Story
As an Enterprise team manager,
I want to create a corporate organization and bind my team members to it,
So that we can share a consolidated billing account, documents, and corporate compliance standards.
Technical Tasks
Description
Expose the existing database
organizationstable in the Next.js UI. Provide a workspace management interface where team leaders can create an organization, manage its details, and invite team members.User Story
Technical Tasks
app/(app)/organization/page.tsxusing the Neo-Brutalist layout.org_idon theuserstable to link logged-in accounts to their organization./api/organizationAPI endpoints (GET,POST,PATCH) to retrieve and update the corporate profile (e.g. organization name, verified email domains).org_idin Supabase to match the host organization.