feat: implement onboarding process and enrollment status tracking for users

This commit is contained in:
RaymondVerhoef
2026-05-26 21:33:20 +02:00
parent febc9dc7f2
commit 7066f881f9
8 changed files with 225 additions and 34 deletions

View File

@@ -161,7 +161,7 @@ const Dashboard = () => {
<div>
<h3 className="text-xl">Learning</h3>
<p className="text-fg-muted text-sm mt-1">
{curriculumActive ? `Week ${weekNumber} topic:` : 'Your topic this week:'}
{curriculumActive ? `Week ${currWeek} topic:` : 'Your topic this week:'}
</p>
</div>
{learnDone ? <Tag variant="success">Completed</Tag> : <Tag variant="accent">To Do</Tag>}