RUI Inspector

RapidUI v0.2

specId:
b1622ebd-bd6e-4baf-808c-df7b4a14c58d
createdAt:
2026-07-19T19:25:10.139Z
contentHash:
sha256:0495fdc7…
validation:
0.2
·
registry:
0.2

API: https://rapidui.dev/api/specs/b1622ebd-bd6e-4baf-808c-df7b4a14c58d

Weekly Operations

Operations-first RUI (v0.2). Full operations inspector ships in Phase 5 — showing summary counts below.

Entities
2
Operations
2
Transitions
0
  • browse·Incidents
  • browse·Teams by Region
Raw JSON
{
  "app": {
    "title": "Weekly Operations"
  },
  "version": "0.2",
  "entities": [
    {
      "id": "ent-incidents",
      "label": "Incidents",
      "entrypoints": [
        "op-browse-incidents"
      ],
      "operationIds": [
        "op-browse-incidents"
      ]
    },
    {
      "id": "ent-teams",
      "label": "Teams",
      "entrypoints": [
        "op-browse-teams"
      ],
      "operationIds": [
        "op-browse-teams"
      ]
    }
  ],
  "operations": [
    {
      "id": "op-browse-incidents",
      "data": {
        "mode": "static",
        "records": [
          {
            "owner": "Payments",
            "status": "Open",
            "incident": "Checkout latency elevated",
            "severity": "SEV-1"
          },
          {
            "owner": "Logistics",
            "status": "Investigating",
            "incident": "Delayed warehouse sync",
            "severity": "SEV-2"
          },
          {
            "owner": "Identity",
            "status": "Monitoring",
            "incident": "Mobile login errors",
            "severity": "SEV-2"
          },
          {
            "owner": "Data Platform",
            "status": "Open",
            "incident": "Analytics export backlog",
            "severity": "SEV-3"
          },
          {
            "owner": "Messaging",
            "status": "Resolved today",
            "incident": "Email notification delays",
            "severity": "SEV-3"
          },
          {
            "owner": "Discovery",
            "status": "Resolved today",
            "incident": "Search indexing lag",
            "severity": "SEV-2"
          },
          {
            "owner": "Security",
            "status": "Resolved today",
            "incident": "Admin audit log gaps",
            "severity": "SEV-3"
          }
        ]
      },
      "type": "browse",
      "route": "/incidents",
      "title": "Incidents",
      "entityId": "ent-incidents",
      "presentation": {
        "header": {
          "metrics": [
            {
              "key": "open-count",
              "label": "Open incidents",
              "value": 4
            },
            {
              "key": "resolved-today",
              "label": "Resolved today",
              "value": 3
            }
          ]
        },
        "layout": "table",
        "columns": [
          {
            "key": "incident",
            "label": "Incident"
          },
          {
            "key": "severity",
            "label": "Severity"
          },
          {
            "key": "status",
            "label": "Status"
          },
          {
            "key": "owner",
            "label": "Owner"
          }
        ]
      }
    },
    {
      "id": "op-browse-teams",
      "data": {
        "mode": "static",
        "records": [
          {
            "apac": 7,
            "emea": 9,
            "team": "Payments",
            "total": 34,
            "americas": 18
          },
          {
            "apac": 10,
            "emea": 12,
            "team": "Logistics",
            "total": 36,
            "americas": 14
          },
          {
            "apac": 6,
            "emea": 8,
            "team": "Identity",
            "total": 25,
            "americas": 11
          },
          {
            "apac": 8,
            "emea": 7,
            "team": "Data Platform",
            "total": 31,
            "americas": 16
          },
          {
            "apac": 13,
            "emea": 15,
            "team": "Customer Operations",
            "total": 50,
            "americas": 22
          }
        ]
      },
      "type": "browse",
      "route": "/teams",
      "title": "Teams by Region",
      "entityId": "ent-teams",
      "presentation": {
        "layout": "table",
        "columns": [
          {
            "key": "team",
            "label": "Team"
          },
          {
            "key": "americas",
            "label": "Americas"
          },
          {
            "key": "emea",
            "label": "EMEA"
          },
          {
            "key": "apac",
            "label": "APAC"
          },
          {
            "key": "total",
            "label": "Total"
          }
        ]
      }
    }
  ],
  "transitions": []
}