- Add PlagiarismGraphComponent (force-graph) with legend, abbreviated names,
Some checks failed
CI / checks (push) Failing after 9m18s

risk-derived node colors, and particle animation; integrated into work, event,
  group, and student detail pages
- Extract domain API services (students, events, groups, reference-sets, users,
  analysis-runs, audit) from WorksApiService
- Add RiskLevelPipe for translating risk level values to Russian
- Replace raw IDs with entity names across all detail page overview sections
- Dashboard: remove Works tab, reorder tabs (Students, Events, Groups, Ref-sets),
  hide list cards when empty or on error
- Hide secondary blocks (runs, matches, graph, analytics) on error instead of
  showing error text; keep top-level entity load errors visible
- Refset detail: split Ingestions tab into separate list and upload cards;
  hide list card when empty or on error
- Convert analysis runs list to table; fix kv-grid vertical alignment
- Style native select[tuiSelect] to match other form fields
- Add favicon (yellow star) from sparkguardian
This commit is contained in:
Микаэл Оганесян
2026-04-18 15:25:21 +03:00
parent 44b80cd4b5
commit 2016d9160c
49 changed files with 1939 additions and 589 deletions

View File

@@ -43,7 +43,7 @@ A premium single-page web client for managing algorithmic plagiarism checks, han
3. Синхронизируйте переменные (вызывается авто-hooks): `npm run env:sync`. Создает `environment.ts`.
4. Запуск dev-сервера с прокси: `npm start` (по умолчанию `http://localhost:4200/`).
Актуальный OpenAPI контракт системы доступен в `docs/antiplagiat_api.json`.
Актуальный OpenAPI контракт системы доступен в `docs/swagger.json`.
---
@@ -82,7 +82,7 @@ The project strictly isolates modules into `core` (services, tokens, interceptor
3. Sync environment (done automatically on hooks): `npm run env:sync`.
4. Run proxy dev-server: `npm start` (usually at `http://localhost:4200/`).
Refer to `docs/antiplagiat_api.json` for the most recent REST Open API specification.
Refer to `docs/swagger.json` for the most recent REST Open API specification.
---