Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added: Add bonus_points to block view and use it in Matching Pairs #1168

Merged
merged 7 commits into from
Jul 9, 2024

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    f42bc85 View commit details
    Browse the repository at this point in the history
  2. chore: Fix linting issues

    drikusroor committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    f1bb77c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7cdaef7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4a9e89b View commit details
    Browse the repository at this point in the history
  5. feat: Add bonus points to Block interface and update Section interface

    The Block interface now includes a `bonus_points` property of type number. Additionally, the Section interface has been added with properties `id`, `group`, and `url`.
    drikusroor committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    021edec View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a3d5b59 View commit details
    Browse the repository at this point in the history
  7. refactor: Remove section group property as it's no longer used in the…

    … frontend (only used in backend now)
    drikusroor committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    bba4c0d View commit details
    Browse the repository at this point in the history