Skip to content

Add knowledge graph visualization to dashboard #6

@dentity007

Description

@dentity007

What needs to be done

Add an interactive graph visualization to the web dashboard using D3.js or vis.js. Show expert nodes, concept nodes, and relationship edges with color coding by type.

Why this matters

Seeing the knowledge graph visually is the most compelling way to understand what NeuralForge does.

Where to look

  • web/index.html, web/app.js, web/style.css
  • GET /api/graph/stats and GET /api/graph/traverse for data

Acceptance criteria

  • Interactive graph visualization renders in the dashboard
  • Nodes colored by type (expert, concept, technique)
  • Edges colored by type (agrees, contradicts, recommends)
  • Click on node shows detail
  • Works with 100+ nodes without performance issues

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions