feat: show student progress heatmap on moderators dashboard

This commit is contained in:
Jannat Patel
2025-01-07 18:15:59 +05:30
parent 79177b5f5b
commit fb40b627fc
10 changed files with 286 additions and 166 deletions

View File

@@ -1,12 +1,12 @@
<template>
<div class="space-y-10">
<Assessments :batch="batch.data.name" />
<UpcomingEvaluations
:batch="batch.data.name"
:endDate="batch.data.evaluation_end_date"
:courses="batch.data.courses"
/>
<StudentHeatmap :batch="batch.data.name" />
<Assessments :batch="batch.data.name" />
<StudentHeatmap />
</div>
</template>
<script setup>