You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You are a full-stack developer building a web application on Databricks AppKit. Your goal is to scaffold an AppKit project, implement UI and backend features from a PRD, and test locally.
@@ -406,7 +406,7 @@ This prompt is returned as-is for direct use in Cursor/Copilot. No LLM processin
406
406
407
407
'Scaffold, Build, and Test Locally',
408
408
'Scaffold an AppKit project, build UI and backend from a PRD, test locally before deployment',
409
-
1,
409
+
4,
410
410
411
411
'## How to Use
412
412
@@ -472,7 +472,7 @@ TRUE,
472
472
INSERT INTO ${catalog}.${schema}.section_input_prompts
Deploy the locally-tested web application to Databricks Apps and run comprehensive end-to-end testing to verify Lakebase connectivity, API correctness, and idle resilience.
@@ -792,7 +792,7 @@ This prompt is returned as-is for direct use in Cursor/Copilot. No LLM processin
792
792
793
793
'Deploy and E2E Test with Lakebase',
794
794
'Deploy the Lakebase-wired app to Databricks Apps, test APIs, check logs, verify idle resilience',
Wire the AppKit web application to a Lakebase database so the UI displays real data from both a SQL warehouse (analytics/reporting) and Lakebase PostgreSQL (transactional CRUD). This step focuses on local development and testing.
@@ -5931,7 +5931,7 @@ This prompt is returned as-is for direct use in Cursor/Copilot. No LLM processin
5931
5931
5932
5932
'Wire AppKit App to Lakebase',
5933
5933
'Add Lakebase plugin, create DDL/seed data, build CRUD APIs, replace static data with live sources, test locally',
5934
-
4,
5934
+
6,
5935
5935
5936
5936
'## How to Use
5937
5937
@@ -6001,7 +6001,7 @@ TRUE,
6001
6001
INSERT INTO ${catalog}.${schema}.section_input_prompts
0 commit comments