Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
136 changes: 136 additions & 0 deletions catalyst-ui/e2e/full-scenario-demo.plan.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,136 @@
{
"width": 1280,
"height": 720,
"fps": 25,
"font": "Helvetica Neue",
"footer": "openclinai.org",
"segments": [
{
"type": "card",
"duration": 3.5,
"kicker": "CATALYST",
"heading": "From a question to a dashboard"
},
{
"type": "clip",
"from": "source-selected",
"to": "question-typed",
"kind": "read"
},
{
"type": "clip",
"from": "question-typed",
"to": "generate-clicked",
"kind": "read",
"caption": "No SQL written by hand."
},
{
"type": "clip",
"from": "generate-clicked",
"to": "sql-ready-1",
"kind": "wait",
"target_seconds": 12.0,
"caption": "A writer model drafts; a reviewer checks it against the catalog."
},
{
"type": "clip",
"from": "sql-ready-1",
"to": "dataset-1",
"kind": "read",
"caption": "Readable SQL — run against the real database."
},
{
"type": "clip",
"from": "dataset-1",
"to": "dataset-saved-1",
"kind": "read",
"caption": "Saved as a governed Dataset."
},
{
"type": "card",
"duration": 3.0,
"kicker": "STEP 2",
"heading": "Refine"
},
{
"type": "clip",
"from": "followup-typed",
"to": "generate-clicked-2",
"kind": "read"
},
{
"type": "clip",
"from": "generate-clicked-2",
"to": "sql-ready-2",
"kind": "wait",
"target_seconds": 11.0,
"caption": "The models revise the current query."
},
{
"type": "clip",
"from": "sql-ready-2",
"to": "dataset-saved-2",
"kind": "read"
},
{
"type": "card",
"duration": 3.0,
"kicker": "STEP 3",
"heading": "Widgets"
},
{
"type": "clip",
"from": "widget-table",
"to": "widget-bar",
"kind": "read",
"caption": "A table and a bar chart, bound to the saved Datasets."
},
{
"type": "card",
"duration": 3.0,
"kicker": "STEP 4",
"heading": "Publish"
},
{
"type": "clip",
"from": "widget-bar",
"to": "bundle-ready",
"kind": "read"
},
{
"type": "clip",
"from": "bundle-ready",
"to": "imported-visible",
"kind": "wait",
"target_seconds": 10.0,
"caption": "A pinned importer brings the bundle into Superset."
},
{
"type": "clip",
"from": "imported-visible",
"to": "superset-open",
"kind": "wait",
"target_seconds": 6.0
},
{
"type": "clip",
"from": "superset-open",
"to": "dashboard-rendered",
"kind": "wait",
"target_seconds": 8.0
},
{
"type": "clip",
"from": "dashboard-rendered",
"to": "end",
"kind": "read",
"caption": "One conversation. A live dashboard."
},
{
"type": "card",
"duration": 4.5,
"kicker": "OPENCLINAI.ORG",
"heading": "A conversation became a dashboard"
}
]
}
Loading
Loading