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

feat: allow enrollment api admin to see all enrollments #1714

Commits on Jan 16, 2024

  1. feat: enrollment API enhancements

    - Allows Enrollment API Admin to see all enrollments.
    - Makes the endpoint return more fields, such as: enrollment_track,
      enrollment_date, user_email, course_start and course_end.
    - Changes EnterpriseCourseEnrollment's default ordering from 'created'
      to 'id', which equivalent, but faster in some cases (due to the
      existing indes on 'id').
    
    Co-authored-by: Maxim Beder <maxim@opencraft.com>
    0x29a and Cup0fCoffee committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    237e4a1 View commit details
    Browse the repository at this point in the history