courseworx/backend
Mahmoud M. Abdalla b4d90c650f Release v1.1.0 - Course Content & Enrollment Management
New Features:
- Comprehensive course content management system
- Multi-type content support (Documents, Images, Videos, Articles, Quizzes, Certificates)
- File upload system with 100MB limit and type validation
- Quiz system with multiple question types
- Complete enrollment and subscriber management
- Status tracking (pending, active, completed, cancelled)
- Payment management (pending, paid, failed, refunded)
- Progress tracking (0-100%) with automatic updates
- Course capacity limits and validation
- Certificate issuance tracking
- Enrollment analytics and statistics

Technical Improvements:
- Enhanced file upload system with type validation
- New database models: CourseContent, QuizQuestion
- Comprehensive API endpoints for content and enrollment management
- Role-based access control for all new features
- Enhanced error handling and validation
- File management with automatic cleanup

This version provides a complete foundation for creating rich educational content and managing student enrollments.
2025-07-27 23:59:01 +03:00
..
config Release v1.0.0 - Complete Course Management System 2025-07-27 23:30:23 +03:00
middleware Initial version 0.0.1 - Complete CourseWorx application with backend and frontend 2025-07-26 20:34:13 +03:00
models Release v1.1.0 - Course Content & Enrollment Management 2025-07-27 23:59:01 +03:00
routes Release v1.1.0 - Course Content & Enrollment Management 2025-07-27 23:59:01 +03:00
scripts Fix circular dependency: Remove explicit foreign key references and let Sequelize handle relationships 2025-07-26 21:35:58 +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 Release v1.0.0 - Complete Course Management System 2025-07-27 23:30:23 +03:00
package.json Release v1.0.0 - Complete Course Management System 2025-07-27 23:30:23 +03:00
server.js Release v1.1.0 - Course Content & Enrollment Management 2025-07-27 23:59:01 +03:00