courseworx/backend/routes
mmabdalla 5477297914 v2.0.2 - Complete Plugin Architecture System and Multi-Currency Implementation
Major Features Added:
- Complete Plugin Architecture System with financial plugin
- Multi-currency support with exchange rates
- Course type system (online, classroom, hybrid)
- Attendance tracking and QR code scanning
- Classroom sessions management
- Course sections and content management
- Professional video player with authentication
- Secure media serving system
- Shopping cart and checkout system
- Financial dashboard and earnings tracking
- Trainee progress tracking
- User notes and assignments system

Backend Infrastructure:
- Plugin loader and registry system
- Multi-currency database models
- Secure media middleware
- Course access middleware
- Financial plugin with payment processing
- Database migrations for new features
- API endpoints for all new functionality

Frontend Components:
- Course management interface
- Content creation and editing
- Section management with drag-and-drop
- Professional video player
- QR scanner for attendance
- Shopping cart and checkout flow
- Financial dashboard
- Plugin management interface
- Trainee details and progress views

This represents a major evolution of CourseWorx from a basic LMS to a comprehensive educational platform with plugin architecture.
2025-09-14 04:20:37 +03:00
..
assignments.js Initial version 0.0.1 - Complete CourseWorx application with backend and frontend 2025-07-26 20:34:13 +03:00
attendance.js v2.0.2 - Complete Plugin Architecture System and Multi-Currency Implementation 2025-09-14 04:20:37 +03:00
auth.js v2.0.2 - Complete Plugin Architecture System and Multi-Currency Implementation 2025-09-14 04:20:37 +03:00
classroomSessions.js v2.0.2 - Complete Plugin Architecture System and Multi-Currency Implementation 2025-09-14 04:20:37 +03:00
core-api.js v2.0.2 - Complete Plugin Architecture System and Multi-Currency Implementation 2025-09-14 04:20:37 +03:00
courseContent.js v2.0.1 - CRITICAL FIX: Video Upload Bug - Content Creation File Upload Issue 2025-09-14 04:12:23 +03:00
courses.js v2.0.2 - Complete Plugin Architecture System and Multi-Currency Implementation 2025-09-14 04:20:37 +03:00
courseSections.js v2.0.2 - Complete Plugin Architecture System and Multi-Currency Implementation 2025-09-14 04:20:37 +03:00
courseStats.js v2.0.2 - Complete Plugin Architecture System and Multi-Currency Implementation 2025-09-14 04:20:37 +03:00
deviceAttendance.js v2.0.2 - Complete Plugin Architecture System and Multi-Currency Implementation 2025-09-14 04:20:37 +03:00
enrollments.js v2.0.2 - Complete Plugin Architecture System and Multi-Currency Implementation 2025-09-14 04:20:37 +03:00
financial.js v2.0.2 - Complete Plugin Architecture System and Multi-Currency Implementation 2025-09-14 04:20:37 +03:00
lessonCompletion.js v2.0.2 - Complete Plugin Architecture System and Multi-Currency Implementation 2025-09-14 04:20:37 +03:00
secureMedia.js v2.0.2 - Complete Plugin Architecture System and Multi-Currency Implementation 2025-09-14 04:20:37 +03:00
traineeAssignments.js v2.0.2 - Complete Plugin Architecture System and Multi-Currency Implementation 2025-09-14 04:20:37 +03:00
traineeAttendance.js v2.0.2 - Complete Plugin Architecture System and Multi-Currency Implementation 2025-09-14 04:20:37 +03:00
traineeNotes.js v2.0.2 - Complete Plugin Architecture System and Multi-Currency Implementation 2025-09-14 04:20:37 +03:00
traineeProgress.js v2.0.2 - Complete Plugin Architecture System and Multi-Currency Implementation 2025-09-14 04:20:37 +03:00
userNotes.js v2.0.2 - Complete Plugin Architecture System and Multi-Currency Implementation 2025-09-14 04:20:37 +03:00
users.js Fix header layout and add debugging for dashboard statistics - Removed 'CourseWorx' text from header - Fixed logo path to use /images/cx-logo.png - Moved navigation items next to Home icon - Added debugging to API calls and dashboard - Added console logging to backend stats endpoints 2025-07-31 02:51:24 +03:00