Commit Graph

5 Commits

Author SHA1 Message Date
4abd5761a0 Add implementation plan for SQL tabular data view
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-05 00:32:54 -06:00
5e38c5c796 Add design spec for tabular SQL data display
Replaces the raw-SQL-text preview/output with real data tables, and
fixes duplicate-output when a student's own SQL is itself a SELECT.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-05 00:29:20 -06:00
bc3308da51 Add implementation plan for SQL CRUD practice feature
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-04 23:43:15 -06:00
b7c19ed5d5 Add sqlparse-based formatting to the SQL CRUD practice design
Extends the existing language-agnostic /format endpoint with a sql
branch so the "整理" button works for the new SQL language too.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-04 23:36:19 -06:00
c9eb5fa12f Add design spec for SQL CRUD practice feature
Lets students select a preset teaching table, write SQL against it,
and see the resulting table state via the existing Judge0 pipeline.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-04 23:34:24 -06:00