Add graph view to dashboard - #185
Open
jnthnhrrr wants to merge 2 commits into
Open
Conversation
Expose a bounded, snapshot-aware graph viewer in the localhost dashboard and document the MIT-licensed JavaScript libraries it loads at runtime. Co-authored-by: Cursor <[email protected]>
Explain graph navigation, bounded loading, snapshot reloads, and the CDN requirement for the dashboard viewer. Co-authored-by: Cursor <[email protected]>
dejo1307
requested changes
Aug 2, 2026
dejo1307
left a comment
Collaborator
There was a problem hiding this comment.
Please rebase the README.md (I apologize as other stuff was merged in the meantime).
| - the **insights** grouped by explainer, filterable by confidence band, so you can see what each finding is and how certain it is; | ||
| - **extraction quality** - per-service coverage, unresolved routes, and samples of skipped files and parse errors, which is where you look when a snapshot seems thin. | ||
|
|
||
| The **Interactive graph** link opens a full-screen, read-only graph viewer for the |
Collaborator
There was a problem hiding this comment.
Do you mind just reformat this section as it was adding end of lines in a way which is not compatible with the rest of the doc? (I know it is trivial)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adding an interactive, snapshot-aware architecture graph viewer to the localhost dashboard. Graph data is bounded and loaded on demand, with search, filtering, focused traversal, and stale-snapshot protection.