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

Fix Avenger Backlog Notifications #1070

Closed
wants to merge 16 commits into from

Commits on Feb 24, 2024

  1. feat: Implement ungraded submission function

    A dedicated function for Avenger backlog email notifications, it only fetches necessities (assessment_title, student_name and submission_id)
    GabrielCWT committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    5700203 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51b7fff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a422e2c View commit details
    Browse the repository at this point in the history
  4. refactor: Fix format

    GabrielCWT committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    679e53b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0235dd3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c3475a1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0830121 View commit details
    Browse the repository at this point in the history
  8. Fix bug in implemented function

    student_id is pointing to course registration id instead of user id
    GabrielCWT committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    9892ad1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f3dcf6f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0eafd86 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1262544 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

  1. feat: Add respective course_id for each submission

    This is to prepare for implementing of the correct links in the avenger_backlog.html.eex
    GabrielCWT committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    80ec85f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa2c80a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f37155a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4782984 View commit details
    Browse the repository at this point in the history
  5. refactor: Format

    GabrielCWT committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    2095250 View commit details
    Browse the repository at this point in the history