{{ getSectionTitle() }}

{{ currentUser?.username?.charAt(0).toUpperCase() }}
{{ currentUser?.username }}
Total Users
{{ stats.totalUsers }}
+{{ stats.newUsersToday }} today
Active Games
{{ stats.activeGames }}
{{ stats.totalGamesToday }} today
Economy
{{ stats.totalCellsDistributed }}
{{ stats.cellsToday }} today
System Health
{{ systemHealth }}%
{{ systemStatus }}

Recent Activity

{{ activity.description }}
{{ formatTime(activity.created_at) }}

User Management

User Role XP Cells Status Actions
{{ user.roles[0] }} {{ user.xp }} {{ user.coins }} Active

Role Progression System

Configure role advancement requirements and earning multipliers

Total Players

{{ roleStats.total_players || 0 }}

Players

{{ roleStats.role_distribution?.PLAYER?.count || 0 }}

Creators

{{ roleStats.role_distribution?.CREATOR?.count || 0 }}

Validators

{{ roleStats.role_distribution?.VALIDATOR?.count || 0 }}

Recent Advancements (30 days)

{{ advancement.from_role }} → {{ advancement.to_role }} {{ advancement.count }} players

Role Configuration

Player → Creator Requirements
Creator → Validator Requirements
Earning Multipliers
Win Streak Multipliers

Learning Path Management

{{ path.title }}

{{ path.difficulty }}

{{ path.description }}

{{ path.estimated_duration }} min
{{ path.xp_reward }} XP
{{ path.cell_reward }} Cells

Room Management

{{ room.name }}

{{ room.room_code }}
{{ room.room_status }} {{ room.is_private ? 'Private' : 'Public' }}
Players {{ room.current_players }}/{{ room.max_players }}
Questions {{ room.questions_assigned }}/{{ room.question_count }}
Time/Q {{ room.question_time_seconds }}s
Creator {{ room.creator_name }}
Avg Score {{ room.avg_player_score }}
Max Score {{ room.max_player_score }}
Game Mode: {{ room.game_mode }}
Speed: {{ room.speed_type }}
Language: {{ room.question_language }}
Start Time: {{ room.scheduled_start_at }}
Prize Pool: {{ room.prize_pool }} cells
Entry Fee: {{ room.entry_fee }} cells
Stake: {{ room.stake }} cells
Tags:
{{ tag }}

Question Management

Total Questions: {{ questions.length }}
Approved: {{ (getQuestionsByStatus('APPROVED') || []).length }}
Pending: {{ (getQuestionsByStatus('PENDING_VALIDATION') || []).length }}
šŸ—‘ļø Deletion Requests: {{ (getQuestionsByStatus('DELETION_REQUESTED') || []).length }}
Average Success Rate: {{ getAverageSuccessRate() || 0 }}%
Question Category Difficulty Status Success Rate Attempts Created Actions
No questions found
{{ question.question_text.length > 100 ? question.question_text.substring(0, 100) + '...' : question.question_text }}
{{ (question.question_type || 'MCQ').toUpperCase() }} {{ question.tags.join(', ') }}
{{ question.category || question.category_name || 'General' }} {{ question.difficulty || question.difficulty_name || 'Unknown' }} {{ (question.status || 'DRAFT').replace('_', ' ') }}
{{ (question.success_rate || 0).toFixed(1) }}%
{{ question.total_attempts || 0 }} {{ formatTime(question.created_at) || 'Unknown' }}

Validation Management

{{ validationStats.pending || 0 }}
Pending Questions
{{ validationStats.approved || 0 }}
Approved Today
{{ validationStats.validators || 0 }}
Active Validators
{{ validationStats.avgReliability || 0 }}%
Avg Reliability

Validation Economy Settings

Multiplier Configuration

Reliability Multipliers (Conservative for Coins)
Currently: {{ multiplierConfig.reliabilityCoins.min }}x
Currently: {{ multiplierConfig.reliabilityCoins.max }}x
Currently: {{ multiplierConfig.reliabilityXp.min }}x
Currently: {{ multiplierConfig.reliabilityXp.max }}x

šŸ’” Example: 80% reliability = {{ calculateMultiplier(0.8, multiplierConfig.reliabilityCoins.min, multiplierConfig.reliabilityCoins.max) }}x coin multiplier

Role Multipliers
{{ (role.multiplier_value * 100 - 100).toFixed(0) }}% bonus
Active Multiplier Events
{{ event.name }}

{{ event.multiplier }}x multiplier

{{ formatDate(event.start_time) }} - {{ formatDate(event.end_time) }}

Validation Queue

Loading validation queue...

No questions pending validation

{{ question.question_text.substring(0, 100) }}...
{{ question.category_name }} {{ question.difficulty_name }} {{ question.total_votes }}/5 votes

Economy Control

Total Cells in Circulation

{{ economyStats.totalCellsInCirculation?.toLocaleString() || 0 }}

Distributed Today

{{ economyStats.cellsDistributedToday || 0 }}

Average Transaction

{{ economyStats.averageTransactionValue || 0 }}

Top Earners Today

{{ earner.username }} {{ earner.earned }} cells

AI Question Pricing

Cost to generate complete game with AI (title, description, questions)
Cost for each AI-generated question
Cost to regenerate game title with AI
Cost to regenerate game description with AI
Cost to regenerate entire game with AI

Daily Reward System

Configure progressive daily rewards that increase each day within a week, with bigger jumps between weeks.

Starting amount for Day 1
% increase per day within same week (e.g., 10% = each day +10%)
Extra % boost when starting Week 2 (days 8-14)
Extra % boost when starting Week 3 (days 15-21)
Extra % boost when starting Week 4 (days 22-28)
Extra % boost when starting Week 5 (days 29-35)
Extra bonus for completing 30-day streak
Extra bonus for completing all 35 days
Hours before streak resets (default: 48)

Room Scheduling Pricing

Cost to schedule room start time
Cost for 1-day auto-close
Cost for 3-day auto-close
Cost for 7-day auto-close
Cost for 30-day auto-close
Cost for never auto-close

Content Moderation

{{ item.type }} {{ item.status }}
{{ item.content }}
Reported by: {{ item.reported_by }} {{ item.created_at }}

System Configuration

Server Uptime

{{ systemStats.serverUptime || '99.8%' }}

Active Connections

{{ systemStats.activeConnections || 0 }}

Memory Usage

{{ systemStats.memoryUsage || '2.1GB / 8GB' }}

CPU Usage

{{ systemStats.cpuUsage || '15%' }}

System Alerts

{{ alert.type }} {{ alert.message }} {{ alert.created_at }}

Analytics & Reports

Today's Statistics

New Users {{ analyticsData.dailyStats?.newUsers || 0 }}
Active Users {{ analyticsData.dailyStats?.activeUsers || 0 }}
Games Played {{ analyticsData.dailyStats?.gamesPlayed || 0 }}
Revenue ${{ analyticsData.dailyStats?.revenue || 0 }}

Top Categories

{{ category.name }} {{ category.questions }} questions • {{ category.accuracy }}% accuracy

Tournament Management

Create and manage tournaments with full configuration options

Quick Templates

šŸŽÆ Small Battle

4 players, quick match

🌱 Beginner

8 players, easy mode

⚔ Standard

16 players, balanced

šŸ”„ Pro League

32 players, high stakes

šŸ† Grand Championship

16 players, ultimate challenge

šŸ“ Basic Information

šŸ‘„ Player Settings

āš™ļø Game Settings

šŸ“Š Difficulty Settings

šŸ’° Rewards Settings

50% 500 coins
30% 300 coins
20% 200 coins

šŸŽÆ Entry Requirements

šŸ”§ Advanced Settings

Leave empty for manual start

šŸ‘€ Tournament Preview

Tournament Name

Description will appear here

MODE Single Elim
FORMAT 1v1
PLAYERS 8-16
ENTRY FREE
PRIZE 1000 šŸŖ™

Existing Tournaments

Loading tournaments...