php-admin/changelog/2026/jan/features.md

50 lines
1 KiB
Markdown
Raw Normal View History

2026-01-26 20:56:28 +00:00
# Core-Admin - January 2026
## Features Implemented
### Hades Admin Navigation Audit (TASK-005)
2026-01-26 20:56:28 +00:00
Complete reorganisation of admin panel navigation.
2026-01-26 20:56:28 +00:00
**Structure:**
2026-01-26 20:56:28 +00:00
```
Dashboard
├── Services (per-product sections)
│ ├── BioHost
│ ├── SocialHost
│ ├── AnalyticsHost
│ ├── NotifyHost
│ ├── TrustHost
│ └── SupportHost
├── Commerce
│ ├── Subscriptions
│ ├── Orders
│ └── Coupons
├── Platform
│ ├── Users
│ ├── Workspaces
│ └── Activity
└── Developer
├── API Keys
├── Webhooks
└── Logs
2026-01-26 20:56:28 +00:00
```
**Changes:**
- Grouped by domain (services, commerce, platform, developer)
- Consistent iconography
- Permission-based visibility
- Mobile-responsive sidebar
2026-01-26 20:56:28 +00:00
---
### Admin Menu Provider
2026-01-26 20:56:28 +00:00
Interface for modules to register admin navigation.
2026-01-26 20:56:28 +00:00
**Files:**
- `Contracts/AdminMenuProvider.php`
- Permission checks per item
- Configurable TTL caching
- Priority constants for ordering