Update documentation and clarify MVP status
- Revised the CLAUDE.md and README.md files to reflect the current MVP status, emphasizing completed features and intentionally omitted elements such as traffic limits and billing. - Enhanced clarity in the documentation regarding the architecture, tech stack, and user roles. - Removed the outdated roadmap section and streamlined references to tech stack decisions. - Updated API design documentation to clarify the absence of versioning in the MVP and the handling of configuration details.
This commit is contained in:
+2
-3
@@ -28,9 +28,8 @@ SPA на **React 19 + Vite + TypeScript**. Общается с бэком по R
|
||||
| Линт | oxlint (не ESLint) |
|
||||
| Пакетный менеджер | pnpm |
|
||||
|
||||
Установлены, но **не используются в MVP**: `recharts` (админская статистика — карточки с цифрами,
|
||||
без графиков), `@tanstack/react-table` (админские таблицы написаны руками, без TanStack Table).
|
||||
Оставлены как задел, если/когда понадобятся графики трафика или сложные таблицы с сортировкой.
|
||||
Установлены, но не используются: `recharts` (админская статистика — карточки с цифрами, без
|
||||
графиков), `@tanstack/react-table` (админские таблицы написаны руками, без TanStack Table).
|
||||
|
||||
## Структура
|
||||
|
||||
|
||||
Reference in New Issue
Block a user