Home / File/ data.json — ui Source File

data.json — ui Source File

Architecture documentation for data.json, a json file in the ui codebase. 0 imports, 1 dependents.

File json ComponentRegistry 1 dependents

Entity Profile

Dependency Diagram

graph LR
  f9d7e983_3282_734c_7fe5_e96d0e52fe6b["data.json"]
  6dbdd3ba_293a_daa5_1486_41744a343610["page.tsx"]
  6dbdd3ba_293a_daa5_1486_41744a343610 --> f9d7e983_3282_734c_7fe5_e96d0e52fe6b
  style f9d7e983_3282_734c_7fe5_e96d0e52fe6b fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

[
  {
    "id": 1,
    "header": "Cover page",
    "type": "Cover page",
    "status": "In Process",
    "target": "18",
    "limit": "5",
    "reviewer": "Eddie Lake"
  },
  {
    "id": 2,
    "header": "Table of contents",
    "type": "Table of contents",
    "status": "Done",
    "target": "29",
    "limit": "24",
    "reviewer": "Eddie Lake"
  },
  {
    "id": 3,
    "header": "Executive summary",
    "type": "Narrative",
    "status": "Done",
    "target": "10",
    "limit": "13",
    "reviewer": "Eddie Lake"
  },
  {
    "id": 4,
    "header": "Technical approach",
    "type": "Narrative",
    "status": "Done",
    "target": "27",
    "limit": "23",
    "reviewer": "Jamik Tashpulatov"
  },
  {
    "id": 5,
    "header": "Design",
    "type": "Narrative",
    "status": "In Process",
    "target": "2",
    "limit": "16",
    "reviewer": "Jamik Tashpulatov"
  },
  {
    "id": 6,
    "header": "Capabilities",
    "type": "Narrative",
    "status": "In Process",
    "target": "20",
    "limit": "8",
    "reviewer": "Jamik Tashpulatov"
  },
  {
    "id": 7,
    "header": "Integration with existing systems",
    "type": "Narrative",
    "status": "In Process",
// ... (555 more lines)

Frequently Asked Questions

What does data.json do?
data.json is a source file in the ui codebase, written in json. It belongs to the ComponentRegistry domain.
What files import data.json?
data.json is imported by 1 file(s): page.tsx.
Where is data.json in the architecture?
data.json is located at apps/v4/registry/bases/base/blocks/dashboard-01/data.json (domain: ComponentRegistry, directory: apps/v4/registry/bases/base/blocks/dashboard-01).

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free