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

Taxonomy import templates [FC-0036] #593

Closed
wants to merge 20 commits into from

Conversation

pomegranited
Copy link
Member

This PR adds a Studio endpoint for downloading the CSV and JSON templates added to oel_tagging by openedx/openedx-learning#89

Closes openedx/modular-learning#137

Private-ref: FAL-3520

Depends on openedx#33438

Testing instructions

Using this branch in your devstack's cms-shell:

  1. Update requirements: paver install_prereqs
  2. Update migrations: ./manage.py lms migrate
  3. Download the template files:
    http://localhost:18010/api/content_tagging/v1/taxonomies/import/template.json
    http://localhost:18010/api/content_tagging/v1/taxonomies/import/template.json
  4. Check that the files download as expected.

alangsto and others added 14 commits October 5, 2023 14:54
This commit adds an event bus event handler to the grades application. This event handler handles the EXAM_ATTEMPT_REJECTED Open edX event,
 which is emitted when a learner's exam attempt is rejected. The event handler creates a subsection grade override, overriding the grade to
 0.0.
* feat: receiver for invalidate certificate

- consumes event of exam attempt rejected
- initial commit, need to make tests

* temp: moving consumer from signals to handlers.py

- Still need to make this work
- Need to make tests work too

* feat: refactored underlying code to api.py

- tests still need to be tweaked

* fix: commit history

* fix: improve api func name + add source param
…-EXAM_ATTEMPT_REJECTED-consumer

Add grades event bus event handler for rejected special exam.
edx-enterprise version upgrade to deploy a fix.

Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
openedx#33406)

* chore: using `edx-proctoring-proctortrack` hash for django42 compatibility.
* docs: link the follow up issue for github dependency

---------

Co-authored-by: edX requirements bot <[email protected]>
Co-authored-by: UsamaSadiq <[email protected]>
handles exam events from event bus that impact the 'instructor' app. These apis deal with learner completion and managing problem attempt state.
* fix: library ref mgmt cmd task params

* fix: lint fix

* fix: lint fix
…x-enterprise-a59d7e5

feat: Upgrade Python dependency edx-enterprise
…33440)

* fix: add default for CSRF_TRUSTED_ORIGINS_WITH_SCHEME.
feat: Added enable_demo_data_for_analytics_and_lpr field to EnterpriseCustomer

Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
@rpenido rpenido requested review from rpenido and removed request for rpenido October 10, 2023 13:24
UsamaSadiq and others added 4 commits October 10, 2023 18:29
* fix: replace py2neo with overhangio py2neo fork
Allows admins to configure same oauth backend for multiple sites.

This change includes site_id in KEY_FIELDS for oauth configuration
provider allowing a backend configuration for each site.
…3438)

* feat: remove Taxonomy.required, make allow_multiple True by default

* chore: squash migrations

* fix: more robust migration

Co-authored-by: Jillian <[email protected]>

* chore: version bump, use squashed migration

---------

Co-authored-by: Jillian <[email protected]>
@pomegranited
Copy link
Member Author

Closed in favour of openedx#33464

@bradenmacdonald bradenmacdonald deleted the jill/taxonomy-templates branch October 11, 2023 18:01
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.