refactor: align frontend with FSD architecture
Some checks failed
CI/CD Pipeline / Quality Gate (push) Failing after 2m37s
CI/CD Pipeline / Build and Deploy Dev via Compose (push) Has been skipped

This commit is contained in:
Gleb Korotkiy
2026-06-22 12:33:23 +03:00
parent 3adad7dbbf
commit 67ec34d619
95 changed files with 7802 additions and 5053 deletions

View File

@@ -5,10 +5,10 @@ import { upgrade } from '@scalar/openapi-parser'
const OPENAPI_FILE_PATH = resolve(process.cwd(), 'openapi.json')
const tagNameMap: Record<string, string> = {
'Аутентификация': 'authentication',
Аутентификация: 'authentication',
'Карта компетенций: аналитика': 'competence-map-analytics',
'Мониторинг': 'monitoring',
'Пользователь': 'user',
Мониторинг: 'monitoring',
Пользователь: 'user',
'Управление пользователями': 'user-management',
}