This commit is contained in:
2026-03-18 08:45:15 +03:00
parent 3094a2b58b
commit 6d64124e88
17 changed files with 1563 additions and 31159 deletions

View File

@@ -3,9 +3,9 @@
<!-- @SEMANTICS: dataset-review, workspace-entry, source-intake, session-bootstrap -->
<!-- @PURPOSE: Entry route for Dataset Review Workspace that allows starting a new resumable review session before navigating to a specific session id route. -->
<!-- @LAYER: UI -->
<!-- @RELATION: [CALLS] -> [api.postApi()](frontend/src/routes/datasets/review/+page.svelte:66) -->
<!-- @RELATION: [BINDS_TO] -> [SourceIntakePanel](frontend/src/lib/components/dataset-review/SourceIntakePanel.svelte) -->
<!-- @RELATION: [BINDS_TO] -> [environmentContextStore](frontend/src/routes/datasets/review/+page.svelte:24) -->
<!-- @RELATION: [CALLS] ->[postApi] -->
<!-- @RELATION: [BINDS_TO] ->[SourceIntakePanel] -->
<!-- @RELATION: [BINDS_TO] ->[environmentContext] -->
<!-- @UX_STATE: Empty -> Show source intake for Superset link or dataset reference. -->
<!-- @UX_STATE: Submitting -> Disable controls and show startup feedback. -->
<!-- @UX_STATE: Error -> Inline error shown while keeping intake values editable. -->