Update docs for the code-review fixes

- circuit-list-editor-api.md: next-identifier moved under
  /projects/:projectId and now documents its 404 scoping behavior.
- current-architecture.md: clarify that the BMK trigger register's
  DB-level normalization is ASCII-only and describe the added
  application-level Unicode-aware uniqueness check that closes the
  umlaut gap; note the additive migration 0006 indexes.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
Julian Appel 2026-08-06 21:33:28 +02:00
parent b45dc5002d
commit a99980c47b
2 changed files with 23 additions and 10 deletions

View file

@ -359,8 +359,9 @@ Response sketch:
### Circuit Structure
- `GET /circuit-sections/:sectionId/next-identifier`
- `GET /projects/:projectId/circuit-sections/:sectionId/next-identifier`
- preview next identifier for section (`prefix + maxSuffix + 1`)
- returns 404 if the section does not belong to the given project
Circuit and device-row field updates, standalone insertions/deletions, single
or bulk device-row moves, circuit reorders and explicit renumbering are