Scheme version history & revert (spec §16.1) #11
Labels
No labels
area/ai
area/backend
area/frontend
area/infra
area/scheduler
area/wled
good-first-issue
priority/high
priority/low
priority/medium
type/bug
type/chore
type/ci-cd
type/docs
type/feature
type/qa
v1.0.0
v1.1.0
v1.2.0
v2.0.0
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
rbrooks/Iris-WLED#11
Loading…
Add table
Add a link
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?
Goal
Every edit to a scheme creates a new version record rather than overwriting, with a UI history panel and one-click revert.
Design (from spec §16.1)
scheme_versionstable with an FK toschemes.is_current = true.Why it was deferred
SQLite schema design for version chains adds complexity; the v1 audit log already captures before/after values for edits, providing a manual recovery path.
Acceptance criteria
Deferred v2 item carried over from the spec.