Releases: MPC-Lab-X/MPC-Lab-X-web
Releases · MPC-Lab-X/MPC-Lab-X-web
v0.1.1
🩹 Fixes
-
Mobile Optimization
- Adjusted vertical spacing for solution results to improve readability on mobile devices.
-
Footer Update
- Updated copyright to dynamically reflect the current year (
2024 - now
).
- Updated copyright to dynamically reflect the current year (
-
Fraction Sign Rendering
- Fixed incorrect rendering of negative signs in fractions to ensure accuracy in problem solutions.
🛠 Improvements
-
CSS Optimization
- Integrated the
cssnano
plugin to minify CSS files, improving page load times.
- Integrated the
-
Solution Spacing Improvement
- Enhanced margins and padding for better visual clarity between multiple solutions in generated tasks.
Contributors
- @TKanX Improved mobile optimization, updated footer copyright, and fixed rendering of negative signs in fractions.
Full Changelog: v0.1.0...v0.1.1
v0.1.0
🚀 Features
-
Homepage
- The landing page introduces the platform and its capabilities.
-
User Authentication
- Users can register, log in, and manage their accounts securely.
-
Settings
- Allows users to configure their preferences and manage their profiles.
-
Classroom Management
- Class Creation: Teachers can create and manage classrooms for structured learning.
- Student Management: Tools for adding, removing, and tracking students within each classroom.
- TA/Admin Management: Features for managing teaching assistants and administrators to support classroom operations.
-
Task Management
- Assignment of Tasks: Teachers can assign tasks to students with specific due dates.
- Task Printing: Option to print assigned tasks for offline use.
- Task Grading:
- Standard Mode: Traditional grading system for evaluating student submissions.
- Flow Mode: An alternative grading approach designed for continuous assessment.
-
Formula and Graph Rendering
- Dynamically render mathematical formulas and graphs (functions) to achieve the required task types.
-
Content Caching
- Efficient caching mechanisms to improve performance and load times for users.
New Contributors
- @TKanX Lead Developer
- @dependabot made their first contribution in #4
Full Changelog: https://github.com/MPC-Lab-X/MPC-Lab-X-web/commits/v0.1.0