feat: certified participants

This commit is contained in:
Jannat Patel
2024-04-23 17:29:16 +05:30
parent 93e42fbd86
commit e6e8718bb4
5 changed files with 105 additions and 2 deletions

View File

@@ -1,6 +1,12 @@
import { toast } from 'frappe-ui'
import { useTimeAgo } from '@vueuse/core'
import { BookOpen, Users, TrendingUp, Briefcase } from 'lucide-vue-next'
import {
BookOpen,
Users,
TrendingUp,
Briefcase,
GraduationCap,
} from 'lucide-vue-next'
import { Quiz } from '@/utils/quiz'
import { Upload } from '@/utils/upload'
import Header from '@editorjs/header'
@@ -325,6 +331,12 @@ export function getSidebarLinks() {
to: 'Batches',
activeFor: ['Batches', 'BatchDetail', 'Batch'],
},
{
label: 'Certified Participants',
icon: GraduationCap,
to: 'CertifiedParticipants',
activeFor: ['CertifiedParticipants'],
},
{
label: 'Jobs',
icon: Briefcase,