Skip to content

Releases: MPC-Lab-X/MPC-Lab-X-web

v0.1.1

16 Oct 16:44
be152ca
Compare
Choose a tag to compare

🩹 Fixes

  1. Mobile Optimization

    • Adjusted vertical spacing for solution results to improve readability on mobile devices.
  2. Footer Update

    • Updated copyright to dynamically reflect the current year (2024 - now).
  3. Fraction Sign Rendering

    • Fixed incorrect rendering of negative signs in fractions to ensure accuracy in problem solutions.

🛠 Improvements

  1. CSS Optimization

    • Integrated the cssnano plugin to minify CSS files, improving page load times.
  2. 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

14 Oct 22:04
ad6b4cc
Compare
Choose a tag to compare

🚀 Features

  1. Homepage

    • The landing page introduces the platform and its capabilities.
  2. User Authentication

    • Users can register, log in, and manage their accounts securely.
  3. Settings

    • Allows users to configure their preferences and manage their profiles.
  4. 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.
  5. 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.
  6. Formula and Graph Rendering

    • Dynamically render mathematical formulas and graphs (functions) to achieve the required task types.
  7. Content Caching

    • Efficient caching mechanisms to improve performance and load times for users.

New Contributors

Full Changelog: https://github.com/MPC-Lab-X/MPC-Lab-X-web/commits/v0.1.0