clqms-be/app/Views/v2/README.md
2025-12-22 16:54:19 +07:00

38 lines
691 B
Markdown

# V2 Frontend - Internal Dev UI
> 🔒 **Private**: This is a hidden frontend for backend development. Not for team use.
## Access
- **URL**: `/v2`
- **Auth**: JWT (same login as main app)
## Features
### Dashboard
- Quick overview and system stats
### API Tester
- Interactive REST client
- Test all CLQMS endpoints
- Supports GET, POST, PATCH, DELETE
### Database Browser
- View database tables
- Quick data inspection
### Logs Viewer
- Read CI4 application logs
- Filter by date and level
### JWT Decoder
- Inspect current token
- View claims and expiry
---
## Changelog
### 2024-12-22
- Initial V2 frontend created
- Added dashboard, API tester, DB browser, logs, JWT decoder