forked from openedx/edx-platform
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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`
bradenmacdonald
force-pushed
the
braden/remove-required
branch
2 times, most recently
from
October 9, 2023 23:20
c02da5e
to
ece987a
Compare
…x-enterprise-b353019 feat: Upgrade Python dependency edx-enterprise
* 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
force-pushed
the
jill/taxonomy-templates
branch
from
October 11, 2023 02:07
b98e473
to
6825702
Compare
Closed in favour of openedx#33464 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
:paver install_prereqs
./manage.py lms migrate
http://localhost:18010/api/content_tagging/v1/taxonomies/import/template.json
http://localhost:18010/api/content_tagging/v1/taxonomies/import/template.json