Commit graph

6 commits

Author SHA1 Message Date
7c28c49e75 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
b198ba5676 v1.1.4: Modern header navigation & real-time dashboard statistics - Removed sidebar completely and moved navigation to header - Added CourseWorx logo and Home icon for dashboard access - Moved Courses and Users links to header with icons - Updated all dashboard cards to show real database counts - Enhanced backend API endpoints for role-specific statistics - Fixed ESLint warnings in CourseContent.js and CourseContentViewer.js - Improved responsive design and user experience 2025-07-31 00:16:26 +03:00
29b55e14aa v1.1.3: Enhanced login experience, trainer profiles, modern course details, and dashboard improvements 2025-07-29 01:41:03 +03:00
6cc071c8d4 v1.1.2: Add trainer assignment system and navigation improvements
- Add trainer assignment functionality for Super Admins
- Move logout/profile to top-right user dropdown
- Clean up sidebar navigation (Dashboard, Courses, Users only)
- Add comprehensive debugging for trainer assignment
- Improve user interface with modern dropdown menu
- Add role-based access control for trainer assignment
- Update version.txt with new features and version bump
2025-07-28 21:23:09 +03:00
52fe7e05c5 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
2aa4f8ca6e Initial version 0.0.1 - Complete CourseWorx application with backend and frontend 2025-07-26 20:34:13 +03:00