Files
DataClaw/.trae/specs/create-data-analysis-platform/checklist.md
T
2026-03-14 15:44:48 +08:00

683 B

  • Directory structure is correct (backend/, frontend/, nanobot/).
  • FastAPI server running.
  • React frontend running.
  • LLM Configuration UI works.
  • Users can select configured LLM for agents.
  • Data Sources (PG, CH, MinIO, CSV) connect successfully.
  • NL2SQL generates correct SQL.
  • "View SQL" button works.
  • "Add to Dashboard" button works.
  • Dashboard displays pinned charts.
  • Dashboard panels are resizable and draggable (Grafana-like).
  • Internal Skills CRUD works.
  • Users can select specific skills for a chat session.
  • Selected skills are used by the agent.
  • Multi-agent workflow functions as expected.