Remove legacy consumer UI

This commit is contained in:
2026-07-23 19:23:53 +02:00
parent d7ce135ac8
commit 04c299e3f2
11 changed files with 14 additions and 2491 deletions
+3 -2
View File
@@ -46,7 +46,8 @@ Run in this order for local database workflows:
The migration command finishes with a cutover verification across the complete
database. It exits with an error while any legacy consumer lacks a migration
mapping, including consumers that cannot be migrated because they have no circuit
list assignment. Do not remove or disable the legacy path until this check passes.
list assignment. The legacy multi-list UI was removed only after this check passed;
old `/projects/:projectId/circuit-lists` bookmarks redirect to the project page.
## Validation Checks
@@ -77,6 +78,6 @@ Actions:
Do not delete legacy consumers yet.
- legacy endpoints/views remain enabled only until the cutover verification passes
- legacy write endpoints remain temporarily available for the next server cutover step
- migration trace tables reference old/new mapping
- keeping legacy rows allows comparison and rollback validation during transition