[cueweb/docs] Document the job dependency graph (inline panel + Cuetopia View Job Graph toggle)#2392
Conversation
…pia View Job Graph toggle) Documents the read-only, interactive job dependency graph added in AcademySoftwareFoundation#2377 across all six CueWeb docs, plus six screenshots (light + dark). - user-guides: new "Job dependency graph" section (enable via Cuetopia > View Job Graph, where it mounts, reading/navigating nodes, empty state), a Core Features bullet, and the Cuetopia menu toggle note. - other-guides: UI walkthrough. - quick-starts: Job Dependency Graph bullet with a screenshot. - tutorials: "Visualizing the dependency graph" step-by-step subsection. - reference: "Job dependency graph panel" - component, useShowDependencyGraph toggle/persistence, BFS tree walk, name->UUID resolution, silent fetches, node/edge rendering, theme-awareness, empty/loading states. - developer-guide: JobDependencyGraph component, updated JobDetailsInline, useShowDependencyGraph hook, cueweb:show-dependency-graph-changed event row, and a "Dependency graph panel" subsection (new @xyflow/react, dagre, @types/dagre deps).
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (6)
📒 Files selected for processing (6)
📝 WalkthroughWalkthroughThis PR extends CueWeb's documentation to introduce a new interactive Job Dependency Graph feature. The feature is documented across developer guides, reference specs, user guides, quick-start instructions, and tutorials, covering technical implementation details, architecture, user workflows, and getting-started scenarios. ChangesJob Dependency Graph Documentation
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
This is a continuation of the PR: |
|
@DiegoTavares / @lithorus |
7a1a25a
into
AcademySoftwareFoundation:master
Related Issues
Main issue:
Issues related to this PR:
Summarize your change.
Documents the read-only, interactive job dependency graph added in #2377 across all six CueWeb docs, plus six screenshots (light + dark).