2026-03-07 12:15:28 +05:30
```text
███████╗██╗ ██╗███████╗███╗ ██╗████████╗██╗███████╗██╗ ██╗
██╔════╝██║ ██║██╔════╝████╗ ██║╚══██╔══╝██║██╔════╝╚██╗ ██╔╝
█████╗ ██║ ██║█████╗ ██╔██╗ ██║ ██║ ██║█████╗ ╚████╔╝
██╔══╝ ╚██╗ ██╔╝██╔══╝ ██║╚██╗██║ ██║ ██║██╔══╝ ╚██╔╝
███████╗ ╚████╔╝ ███████╗██║ ╚████║ ██║ ██║██║ ██║
╚══════╝ ╚═══╝ ╚══════╝╚═╝ ╚═══╝ ╚═╝ ╚═╝╚═╝ ╚═╝
COMMAND CENTER
```
2026-03-07 11:55:18 +05:30
# Eventify Command Center 🚀

2026-03-07 12:15:28 +05:30



2026-03-07 11:55:18 +05:30
2026-03-07 12:15:28 +05:30
The **Eventify Command Center ** is the premium, high-performance administrative cockpit for the Eventify platform. Built with a sophisticated **Neobrutalism Lite ** design language, it provides deep control over user management, event moderation, and platform feedback.
2026-03-07 11:55:18 +05:30
---
2026-03-07 12:15:28 +05:30
## ✨ Primary Features
### 📨 Review Management (New!)
* **Inbox Zero Flow ** : Moderate pending reviews with one-click Approve/Reject actions.
* **Smart Editing ** : Edit review text in real-time via a smooth slide-over drawer with reviewer context.
* **Metrics Bar ** : Live tracking of Pending (notification badges), Live, and Rejected counts.
* **Safety First ** : Required reason selection for rejections and deletions to ensure audit trail integrity.
2026-03-07 11:55:18 +05:30
2026-03-07 12:15:28 +05:30
### 👥 User Management (CRM)
* **360° Inspector ** : Comprehensive view of user profiles, booking history, and platform activity.
* **Account Governance ** : Suspend, Ban, or verify users with custom audit logging.
* **Smart Filtering ** : Instant URL-based filtering for high-density user tables.
2026-03-07 11:55:18 +05:30
2026-03-07 12:15:28 +05:30
### 📅 Event Presence
* **Global Events List ** : Track and manage all hosted events.
* **Ad Control ** : Integrated Sponsored Ads management for boosting platform visibility.
### 📊 Real-time Monitoring
* **Premium Analytics ** : High-level metrics for sales and user engagement.
* **Status Indicators ** : Integrated platform uptime monitoring.
2026-03-07 11:55:18 +05:30
---
2026-03-07 12:15:28 +05:30
## 🏗 High-Level Architecture
2026-03-07 11:55:18 +05:30
2026-03-07 12:15:28 +05:30
The system utilizes a **Feature-Driven Architecture ** decoupled from core pages for maximum modularity.
2026-03-07 11:55:18 +05:30
```mermaid
graph TD
2026-03-07 12:15:28 +05:30
UI[ECC Dashboard UI] -->|Nuqs State| URL[URL State Management]
UI -->|Actions| Lib[Lib / Features]
Lib -->|TypeScript| Types[Review/User Types]
Lib -->|Mock Data| Data[Mock Services]
2026-03-07 11:55:18 +05:30
2026-03-07 12:15:28 +05:30
subgraph Design System
NB[Neobrutalism Lite]
NM[Neumorphic Utilities]
2026-03-07 11:55:18 +05:30
end
2026-03-07 12:15:28 +05:30
subgraph Feature Modules
RM[Review Management]
UM[User Management]
AC[Ad Control]
2026-03-07 11:55:18 +05:30
end
```
2026-03-07 12:15:28 +05:30
### Technical Specs
* **Framework ** : [Vite ](https://vitejs.dev/ ) + React 18
* **Styling ** : [Tailwind CSS v4 ](https://tailwindcss.com/ ) + Custom HSL Variables
* **Typography ** : `Inter` (Body) + `Martian Mono` (Badges/Data)
* **State Management ** : `nuqs` (Search Param Persistence) + React Context
* **Integrations ** : `lucide-react` icons, `sonner` toasts, `radix-ui` primitives
2026-03-07 11:55:18 +05:30
---
2026-03-07 12:15:28 +05:30
## 🚀 Development & Deployment
2026-03-07 11:55:18 +05:30
2026-03-07 12:15:28 +05:30
### Local Setup
1. **Clone & Enter **
2026-03-07 11:55:18 +05:30
```bash
git clone https://code.bshtech.net/Sicherhaven/eventify-command-center.git
cd eventify-command-center
```
2026-03-07 12:15:28 +05:30
2. **Initialize **
2026-03-07 11:55:18 +05:30
```bash
npm install
```
2026-03-07 12:15:28 +05:30
3. **Ignite **
2026-03-07 11:55:18 +05:30
```bash
npm run dev
```
2026-03-07 12:15:28 +05:30
### Production Deployment (`sicherh`)
The application is hosted on our internal **Sicherh ** infrastructure.
2026-03-07 11:55:18 +05:30
```bash
2026-03-07 12:15:28 +05:30
# Push latest changes
git push origin main
2026-03-07 11:55:18 +05:30
2026-03-07 12:15:28 +05:30
# Update Production
ssh sicherh
cd /root/eventify-command-center
git pull origin main
2026-03-07 11:55:18 +05:30
npm run build
2026-03-07 12:15:28 +05:30
cp -rv dist/* /var/www/admin.prototype.eventifyplus.com/
2026-03-07 11:55:18 +05:30
```
---
2026-03-07 12:15:28 +05:30
## 📂 Design Tokens
2026-03-07 11:55:18 +05:30
2026-03-07 12:15:28 +05:30
| Property | Value | Utility |
|----------|-------|---------|
| Primary | `#1E3A8A` | `bg-primary` |
| Accent | `#10B981` | `text-emerald-500` (Approval) |
| Feedback | `#EF4444` | `text-red-500` (Rejection) |
| Shadow | `3px 3px 0px 0px` | `shadow-neu` (Neobrutalism) |
2026-03-07 11:55:18 +05:30
---
2026-03-07 12:15:28 +05:30
> Built and Managed by **BSH Technologies** for the **Eventify Platform**.