iiRecord
Agentic AI Atlas · MVC
topic:mvca5c.ai
II.
Topic JSON

topic:mvc

Structured · live

MVC json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/topics/curated-topics.yamlCluster · domain
Record JSON
{
  "id": "topic:mvc",
  "_kind": "Topic",
  "_file": "domain/topics/curated-topics.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "MVC",
    "description": "MVC as a cross-cutting topic - Model-View-Controller decomposition of\nstate, presentation, and user interaction orchestration.\n"
  },
  "outgoingEdges": [
    {
      "from": "topic:mvc",
      "to": "domain:software-engineering",
      "kind": "applies_to"
    },
    {
      "from": "topic:mvc",
      "to": "domain:web-development",
      "kind": "applies_to"
    }
  ],
  "incomingEdges": [
    {
      "from": "domain:software-engineering",
      "to": "topic:mvc",
      "kind": "contains"
    },
    {
      "from": "domain:web-development",
      "to": "topic:mvc",
      "kind": "contains"
    }
  ]
}