Build the export UI with pre-flight review and progress #34
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
Export is admin-triggered, long-running, and writes files the user keeps. It needs a UI
that makes the consequences clear before it starts and observable while it runs.
Scope
The export configuration, pre-flight review, and progress UI.
Implementation notes
reasons broken out. The confirm action should require the user to have actually seen
what will be excluded — this is the last point at which a mistake is cheap to correct.
that the export is incomplete.
indicates data corruption and deserves prominent, unambiguous alerting rather than a
generic failure toast.
Done when
References
docs/circa-spec.mdsection 12docs/circa-ui-spec.mdDepends on: export pre-flight checks, export execution, manifest generation.