feat: implement ui v1

This commit is contained in:
a.tolmachev
2026-03-25 19:27:31 +03:00
parent 39c88456b4
commit 85ffda67d3
32 changed files with 5084 additions and 62 deletions
+7 -8
View File
@@ -2,22 +2,21 @@
## Current
### `feat/admin-api-v1`
### `feat/ui-v1`
Status: completed
DoD:
- CRUD operations are available through admin API
- version creation and publish flow work through HTTP endpoints
- JSON sample upload and draft generation work for REST scenario
- auth profiles and YAML import/export are available
- integration tests cover key admin API scenarios
- handlers do not contain hidden business logic
- UI covers operation list, create, test, sample upload, draft generation and publish
- UI works against `admin-api` without mock backend
- critical form helpers are covered by frontend tests
- production UI build works in Docker container
- CI checks UI build and tests together with Rust workspace
## Next
- `feat/ui-v1`
- `feat/mcp-server`
## Backlog