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: introduce LmsUserApiClient, method to fetch enrollment intentions for learner #579

Merged
merged 4 commits into from
Oct 31, 2024

Conversation

adamstankiewicz
Copy link
Member

@adamstankiewicz adamstankiewicz commented Oct 30, 2024

Description:

  1. Adds LmsUserApiClient, extending BaseUserApiClient to pass-thru the requesting user's JWT token and X-Request-ID headers.
  2. Implements get_default_enterprise_enrollment_intentions_learner_status within LmsUserApiClient to fetch the API endpoint introduced via feat: REST APIs (list/retrieve + learner-status) for DefaultEnterpriseEnrollmentIntention edx-enterprise#2274.
  3. Tests.

Jira:
ENT-9690

Merge checklist:

  • ./manage.py makemigrations has been run
    • Note: This must be run if you modified any models.
      • It may or may not make a migration depending on exactly what you modified, but it should still be run.

Post merge:

  • Ensure that your changes went out to the stage instance
  • Deploy to prod instance

@adamstankiewicz adamstankiewicz marked this pull request as ready for review October 31, 2024 12:28
@adamstankiewicz adamstankiewicz merged commit 7aa0feb into main Oct 31, 2024
3 checks passed
@adamstankiewicz adamstankiewicz deleted the ags/ent-9690 branch October 31, 2024 19:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants