Update dashboard overview documentation for v2 pages and realtime surfaces - #755
Conversation
- Aligned docs/dashboard/dashboard-guide.md, docs/dashboard/design-system-shell-navigation.md, docs-web/user/dashboard/overview.md, and docs-web/architecture/dashboard-architecture.md with current v2 UI routes and KineticDock layout. - Explicitly documented `DashboardRealtimeService` and websocket transport roles in docs/architecture/dashboard-realtime-foundation.md and docs/architecture/dashboard-resource-layer.md. - Corrected websocket wording to `GET /api/realtime`. Co-authored-by: numnx <1517214+numnx@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
936bfd1
into
feature/CODUX-44-qs-documentation-developer-surface-audit-2
This change updates the dashboard documentation to accurately reflect the v2 UI layout and real-time backend architecture. It adds missing routes (like Scheduler, Knowledge, and Files) to route lists, specifies the dock layout using
KineticDock, corrects theuseRealtimeResourcehook casing, clarifies the backend real-time event flow viaDashboardRealtimeService(src/services/dashboard-realtime-service.ts) and the websocket upgrade transport (src/server/dashboard-realtime-websocket-server.ts), and updates the connection URL convention from hardcodedwss://localhostto the more accurateGET /api/realtime.PR created automatically by Jules for task 6060458929441565947 started by @numnx