Commit Graph

14 Commits

Author SHA1 Message Date
2ed65f5678 feat: add course catalog, enrollment, progress tracking, quizzes, and reviews
Backend changes:
- Add Enrollment and LessonProgress models to track user progress
- Add UserRole enum (USER, MODERATOR, ADMIN)
- Add course verification and moderation fields
- New CatalogModule: public course browsing, publishing, verification
- New EnrollmentModule: enroll, progress tracking, quiz submission, reviews
- Add quiz generation endpoint to LessonsController

Frontend changes:
- Redesign course viewer: proper course UI with lesson navigation, progress bar
- Add beautiful typography styles for course content (prose-course)
- Fix first-login bug with token exchange retry logic
- New pages: /catalog (public courses), /catalog/[id] (course details), /learning (enrollments)
- Add LessonQuiz component with scoring and results
- Update sidebar navigation: add Catalog and My Learning links
- Add publish/verify buttons in course editor
- Integrate enrollment progress tracking with backend

All courses now support: sequential progression, quiz tests, reviews, ratings,
author verification badges, and full marketplace publishing workflow.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-06 10:44:05 +00:00
af5f80c688 123 2026-02-06 12:35:32 +03:00
9e5e9ddca4 123 2026-02-06 02:55:46 +03:00
bbb453826b 123 2026-02-06 02:52:33 +03:00
7de2c33bfe 123
123
2026-02-06 02:50:44 +03:00
e15ca974fe 123 2026-02-06 02:46:55 +03:00
147d993a05 123 2026-02-06 02:43:00 +03:00
f9d26a41d1 123 2026-02-06 02:41:41 +03:00
ba2ff52394 123 2026-02-06 02:38:32 +03:00
d87d57ab3c 123 2026-02-06 02:36:02 +03:00
8f38e4bbac 123 2026-02-06 02:35:10 +03:00
8f32a138c8 123 2026-02-06 02:34:16 +03:00
34d158d496 123 2026-02-06 02:32:37 +03:00
b9d9b9ed17 project init 2026-02-06 02:17:59 +03:00