courseworx/backend
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
..
config Release v1.0.0 - Complete Course Management System 2025-07-27 23:30:23 +03:00
core v2.0.2 - Complete Plugin Architecture System and Multi-Currency Implementation 2025-09-14 04:20:37 +03:00
middleware v2.0.2 - Complete Plugin Architecture System and Multi-Currency Implementation 2025-09-14 04:20:37 +03:00
migrations v2.0.2 - Complete Plugin Architecture System and Multi-Currency Implementation 2025-09-14 04:20:37 +03:00
models v2.0.2 - Complete Plugin Architecture System and Multi-Currency Implementation 2025-09-14 04:20:37 +03:00
plugins/financial-plugin v2.0.2 - Complete Plugin Architecture System and Multi-Currency Implementation 2025-09-14 04:20:37 +03:00
routes v2.0.2 - Complete Plugin Architecture System and Multi-Currency Implementation 2025-09-14 04:20:37 +03:00
scripts v2.0.2 - Complete Plugin Architecture System and Multi-Currency Implementation 2025-09-14 04:20:37 +03:00
utils v2.0.2 - Complete Plugin Architecture System and Multi-Currency Implementation 2025-09-14 04:20:37 +03:00
env.example Fix database configuration: Add model imports, fix foreign key references, and disable underscored mode 2025-07-26 21:32:45 +03:00
package-lock.json v2.0.2 - Complete Plugin Architecture System and Multi-Currency Implementation 2025-09-14 04:20:37 +03:00
package.json v2.0.2 - Complete Plugin Architecture System and Multi-Currency Implementation 2025-09-14 04:20:37 +03:00
server.js v2.0.2 - Complete Plugin Architecture System and Multi-Currency Implementation 2025-09-14 04:20:37 +03:00
test-currency-simple.js v2.0.2 - Complete Plugin Architecture System and Multi-Currency Implementation 2025-09-14 04:20:37 +03:00
test-currency-system.js v2.0.2 - Complete Plugin Architecture System and Multi-Currency Implementation 2025-09-14 04:20:37 +03:00
test-migration.js v2.0.2 - Complete Plugin Architecture System and Multi-Currency Implementation 2025-09-14 04:20:37 +03:00