Commit graph

7 commits

Author SHA1 Message Date
15281c52cb Version 1.1.1 - Enhanced Course Content Management Interface
- Created dedicated CourseContent page for content management
- Separated content management from course editing
- Added prominent 'Manage Content' button on course detail pages
- Enhanced UI with better visual hierarchy and styling
- Improved content management workflow with CRUD operations
- Added content type icons and status indicators
- Enhanced modal interfaces for content creation/editing
- Improved navigation and role-based access control
2025-07-28 01:16:12 +03:00
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
cca90322d8 Release v1.0.0 - Complete Course Management System
Major Features:
- Authentication & Authorization with JWT and role-based access
- Complete User Management System with CRUD operations
- Course Management System with publishing and enrollment
- Modern React UI with Tailwind CSS and responsive design
- Internationalization (i18n) with English and Arabic support
- File Upload System for images and documents
- RESTful API with Express.js and Sequelize ORM
- PostgreSQL database with proper relationships
- Super Admin password change functionality
- CSV import for bulk user creation
- Modal-based user add/edit operations
- Search, filter, and pagination capabilities

Technical Improvements:
- Fixed homepage routing and accessibility issues
- Resolved API endpoint mismatches and data rendering
- Enhanced security with proper validation and hashing
- Optimized performance with React Query and caching
- Improved error handling and user feedback
- Clean code structure with ESLint compliance

Bug Fixes:
- Fixed non-functional Add/Edit/Delete buttons
- Resolved CSV import BOM issues
- Fixed modal rendering and accessibility
- Corrected API base URL configuration
- Enhanced backend stability and error handling

This version represents a complete, production-ready Course Management System.
2025-07-27 23:30:23 +03:00
111eafa330 Fix manifest.json syntax error by creating proper manifest file 2025-07-26 21:58:26 +03:00
1cf39328ca Fix ESLint errors: Add missing imports and remove unused variables 2025-07-26 21:49:59 +03:00
96de9c0d25 Fix React dev server issue: Add CRACO configuration to resolve webpack allowedHosts error 2025-07-26 21:46:34 +03:00
2aa4f8ca6e Initial version 0.0.1 - Complete CourseWorx application with backend and frontend 2025-07-26 20:34:13 +03:00