Transform meetings page into context page with tabs
Add structured organization context with 5 markdown sections (Product, Architecture, Team, Processes, Customers) editable inline. Meetings are now a tab within the context page. Moved all GraphQL queries from hooks/graph/MeetingGraph.ts into colocated components following new best practices. Updated database schema, backend services, GraphQL resolvers, and MCP API to support the new context fields and structure. Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
6
pkg/coredata/migrations/20260319T140000Z.sql
Normal file
6
pkg/coredata/migrations/20260319T140000Z.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
ALTER TABLE organization_contexts ADD COLUMN product TEXT;
|
||||
ALTER TABLE organization_contexts ADD COLUMN architecture TEXT;
|
||||
ALTER TABLE organization_contexts ADD COLUMN team TEXT;
|
||||
ALTER TABLE organization_contexts ADD COLUMN processes TEXT;
|
||||
ALTER TABLE organization_contexts ADD COLUMN customers TEXT;
|
||||
ALTER TABLE organization_contexts DROP COLUMN summary;
|
||||
Reference in New Issue
Block a user