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

Merge previous release changes for Keyterms #225

Merged
merged 16 commits into from
Jan 18, 2024

Conversation

becdavid
Copy link

No description provided.

becdavid and others added 15 commits January 11, 2024 14:17
This configuration change didn't need to be committed with key-terms. Also we'd most like let this in the `private.py` environment file rather than hard code it in `common.py`.
…lly.

When running devstack environment this `./envs/production.py` import for the `private.py` needs to not be included in this file because it is imported a second time at the end of `./envs/devstack.py`. Having it imported twice it will only import the first `./envs/private.py` file. This causes issues when you think that you're overriding a FEATURE flag and `./envs/devstack.py` updates that flag after the `./envs/private.py` has already been imported.
- Added `ENABLE_KEY_TERMS_GLOSSARY` Feature flag to enable key terms glossary for the platform.
- Added error handling if `key-terms-api` is not found.
- Setup the Glossary tab to be hideable or movable if needed.
Need to point to the new MFE for `frontend-app-course-authoring` to display key terms functionality.
- Added in `textbooks_api` endpoints to retrieve textbook search results for `keyterms-api` from the CMS.
- Updated `keyterms_reindex` to have proper error handling for `CourseReindexView.get` call from the `keyterms_api`.
@becdavid becdavid force-pushed the feature.nutmeg/keyterms branch 2 times, most recently from ea1e342 to 865625b Compare January 18, 2024 18:19
@becdavid becdavid force-pushed the feature.nutmeg/keyterms branch from 865625b to 3317838 Compare January 18, 2024 18:37
@becdavid becdavid merged commit d9f4453 into develop/nutmeg.master Jan 18, 2024
30 checks passed
@becdavid becdavid linked an issue Jan 18, 2024 that may be closed by this pull request
3 tasks
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.

Merge Key Terms into Nutmeg Release
3 participants