yourgui commited on
Commit
78807bc
·
verified ·
1 Parent(s): e3c45a3

in your weekly performance, integrate screeshot or so of the dashboard with also 1 week analytics and suggestions / improvements

Browse files
Files changed (1) hide show
  1. index.html +65 -13
index.html CHANGED
@@ -485,29 +485,81 @@ secondary: {
485
  </div>
486
  </div>
487
  </section>
488
-
489
- <!-- Stats Dashboard Section -->
490
  <section class="mb-16 glass-panel rounded-2xl p-8">
491
  <div class="flex justify-between items-center mb-6">
492
  <h3 class="text-2xl font-bold">Your Weekly Performance</h3>
493
  <div class="flex space-x-2">
494
- <button class="px-3 py-1 text-xs bg-dark-800 hover:bg-dark-700 rounded-lg transition">Week</button>
495
  <button class="px-3 py-1 text-xs bg-dark-800 hover:bg-dark-700 rounded-lg transition">Month</button>
496
  <button class="px-3 py-1 text-xs bg-dark-800 hover:bg-dark-700 rounded-lg transition">Year</button>
497
  </div>
498
  </div>
499
- <div class="bg-dark-800 rounded-xl p-4 mb-6">
500
- <img src="https://static.photos/technology/1024x576/44" alt="Stats Dashboard" class="w-full rounded-lg">
501
- </div>
502
- <div class="text-center">
503
- <p class="text-gray-400 mb-4">See exactly how much time each agent saves you daily</p>
504
- <button class="px-6 py-2 bg-primary-500 hover:bg-primary-600 text-dark-900 rounded-lg font-medium transition">
505
- View Full Dashboard
506
- </button>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
507
  </div>
508
  </section>
509
-
510
- <!-- Timeline Section -->
511
  <section class="mb-16 glass-panel rounded-2xl p-6">
512
  <div class="flex justify-between items-center mb-6">
513
  <h3 class="text-xl font-bold">Daily Agent Performance Report</h3>
 
485
  </div>
486
  </div>
487
  </section>
488
+ <!-- Enhanced Stats Dashboard Section -->
 
489
  <section class="mb-16 glass-panel rounded-2xl p-8">
490
  <div class="flex justify-between items-center mb-6">
491
  <h3 class="text-2xl font-bold">Your Weekly Performance</h3>
492
  <div class="flex space-x-2">
493
+ <button class="px-3 py-1 text-xs bg-primary-500/20 text-primary-500 rounded-lg transition">Week</button>
494
  <button class="px-3 py-1 text-xs bg-dark-800 hover:bg-dark-700 rounded-lg transition">Month</button>
495
  <button class="px-3 py-1 text-xs bg-dark-800 hover:bg-dark-700 rounded-lg transition">Year</button>
496
  </div>
497
  </div>
498
+
499
+ <div class="grid grid-cols-1 lg:grid-cols-3 gap-6">
500
+ <div class="lg:col-span-2 bg-dark-800 rounded-xl p-4">
501
+ <img src="https://static.photos/technology/1024x576/44" alt="Weekly Analytics Dashboard" class="w-full rounded-lg mb-4">
502
+ <div class="grid grid-cols-3 gap-4">
503
+ <div class="bg-dark-700 p-3 rounded-lg">
504
+ <p class="text-xs text-gray-400 mb-1">Time Saved</p>
505
+ <p class="text-xl font-bold text-primary-500">18.5 hours</p>
506
+ <p class="text-xs text-green-400">+2.5h from last week</p>
507
+ </div>
508
+ <div class="bg-dark-700 p-3 rounded-lg">
509
+ <p class="text-xs text-gray-400 mb-1">Tasks Completed</p>
510
+ <p class="text-xl font-bold">42</p>
511
+ <p class="text-xs text-green-400">100% success rate</p>
512
+ </div>
513
+ <div class="bg-dark-700 p-3 rounded-lg">
514
+ <p class="text-xs text-gray-400 mb-1">Agent Utilization</p>
515
+ <p class="text-xl font-bold">84%</p>
516
+ <p class="text-xs text-yellow-400">+6% from avg.</p>
517
+ </div>
518
+ </div>
519
+ </div>
520
+
521
+ <div class="bg-dark-800 rounded-xl p-6">
522
+ <h4 class="font-bold mb-4 flex items-center">
523
+ <i data-feather="zap" class="text-yellow-500 mr-2"></i>
524
+ AI Recommendations
525
+ </h4>
526
+ <div class="space-y-4">
527
+ <div class="flex items-start">
528
+ <div class="bg-primary-500/20 p-1.5 rounded-lg mr-3">
529
+ <i data-feather="clock" class="text-primary-500 w-4 h-4"></i>
530
+ </div>
531
+ <div>
532
+ <p class="font-medium">Optimize Schedule Assistant</p>
533
+ <p class="text-sm text-gray-400">Could save additional 3h/week by adjusting meeting buffers</p>
534
+ </div>
535
+ </div>
536
+ <div class="flex items-start">
537
+ <div class="bg-secondary-500/20 p-1.5 rounded-lg mr-3">
538
+ <i data-feather="refresh-cw" class="text-secondary-500 w-4 h-4"></i>
539
+ </div>
540
+ <div>
541
+ <p class="font-medium">Automate Follow-ups</p>
542
+ <p class="text-sm text-gray-400">2.5h spent on manual follow-ups last week</p>
543
+ </div>
544
+ </div>
545
+ <div class="flex items-start">
546
+ <div class="bg-green-400/20 p-1.5 rounded-lg mr-3">
547
+ <i data-feather="bar-chart-2" class="text-green-400 w-4 h-4"></i>
548
+ </div>
549
+ <div>
550
+ <p class="font-medium">Data Analysis Report</p>
551
+ <p class="text-sm text-gray-400">Your analytics agent is underutilized by 32%</p>
552
+ </div>
553
+ </div>
554
+ </div>
555
+ <button class="mt-6 w-full px-4 py-2 bg-primary-500 hover:bg-primary-600 text-dark-900 rounded-lg font-medium transition flex items-center justify-center">
556
+ <i data-feather="settings" class="mr-2"></i>
557
+ Optimize Now
558
+ </button>
559
+ </div>
560
  </div>
561
  </section>
562
+ <!-- Timeline Section -->
 
563
  <section class="mb-16 glass-panel rounded-2xl p-6">
564
  <div class="flex justify-between items-center mb-6">
565
  <h3 class="text-xl font-bold">Daily Agent Performance Report</h3>