Skip to content

Fix add graph debugging information to explorer#775

Open
Mahaboobunnisa123 wants to merge 2 commits intoOWASP:mainfrom
Mahaboobunnisa123:feature/graph-debug-issue-493
Open

Fix add graph debugging information to explorer#775
Mahaboobunnisa123 wants to merge 2 commits intoOWASP:mainfrom
Mahaboobunnisa123:feature/graph-debug-issue-493

Conversation

@Mahaboobunnisa123
Copy link
Contributor

Fixes #493
This adds a debug mode toggle to the main Explorer page. When the toggle is on, a panel appears showing connectivity stats for each CRE node.

Changes Made

  • Added a Debug mode toggle in the Explorer header (off by default)
  • Created GraphDebugPanel component that shows:
    • Total CRE node count and root count.
    • Per-node in-degree and out-degree.
    • Link type breakdown with counts.
    • Root nodes highlighted in green (nodes with no incoming Contains links).
  • Added styles for the debug panel.

Screenshots

Screenshot (466) Screenshot (468) Screenshot (471)

@Mahaboobunnisa123
Copy link
Contributor Author

@northdpole, Happy to receive any feedback or suggestions on this. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[explorer] add graph debugging information

1 participant