Files
PnvPanel/docs
Leonid Pershin fad03c2834
CI / Backend (build + test) (push) Failing after 1m23s
CI / Frontend (lint + typecheck + build) (push) Successful in 34s
Enhance user plan management and update related endpoints
- Added new configuration options for user plans in `.env.example`, including `Plans__MaxCustomConfigCount` and `Plans__MinCustomConfigCount`.
- Introduced `MapPlanEndpoints` in `Program.cs` to handle plan-related API routes.
- Implemented `SetUserPlan` endpoint in `RoleEndpoints` to allow admins to assign plans to users.
- Removed deprecated role request approval endpoints from `AdminSupportEndpoints`.
- Updated `ITelegramNotifier` and related classes to reflect changes in role request handling and payment notifications.
- Refactored role management commands to remove `MaxConfigs` and focus on `MaxIpLimit` and billing settings.
- Enhanced billing request handling to accommodate plan changes instead of role changes.
- Updated various interfaces and command handlers to support new plan management features.
2026-07-23 22:52:20 +03:00
..

PnvPanel — Документация

Документация описывает систему как она построена: архитектура, домен, конвенции кода, как запускать и как пользоваться.

Индекс. Читать в этом порядке для погружения:

  1. Product Vision & Scope — продукт, роли, пользовательские сценарии, функциональность.
  2. Architecture — Clean Architecture, слои, CQRS, интеграция с 3x-ui, realtime, безопасность, фоновые задачи.
  3. Domain Model — сущности, value objects, связи, инварианты, уведомления/аудит.
  4. Tech Stack — используемые технологии и ключевые решения по домену.
  5. Backend Conventions — структура решения, паттерны, соглашения по коду.
  6. Frontend — стек, структура, работа с API и realtime.
  7. Telegram Bot — бот: ссылка на сайт, просмотр конфигов, passwordless-вход через привязку Telegram.
  8. API Design — контракты REST и SignalR.