Demid
Demid
## Description Describe what this pull request changes, and why. Include implications for people using this change. Design decisions and their rationales should be documented in the repo (docstring /...
## Description Describe what this pull request changes, and why. Include implications for people using this change. Design decisions and their rationales should be documented in the repo (docstring /...
## Description Describe what this pull request changes, and why. Include implications for people using this change. Design decisions and their rationales should be documented in the repo (docstring /...
## Description Describe what this pull request changes, and why. Include implications for people using this change. Design decisions and their rationales should be documented in the repo (docstring /...
## Description - Added `reverse_order` query parameter to the threads endpoint. - Modified `merge_response_content` to support reversed content order. ## Testing instructions 1. Open Discussion for some course. 2. Create...
This change enables CI checks for PRs targeted against branches other than `master`. This is useful for stacked PRs, as it allows to run checks for all dependent PRs.
## Description Adds a new endpoint that generates a secured Algolia API key capable of retrieving only data that is associated with enterprises linked to a requesting user. This is...
## Description Partially addresses https://github.com/openedx/platform-roadmap/issues/361 issue, by implementing the second suggestion from [here](https://github.com/openedx/platform-roadmap/issues/361#issuecomment-2159328651): >Limited Staff should not see the button to "view this course in Studio" from the LMS. This...
**TL;DR -** [ A short summary of what this PR does and why ] JIRA: [JIRA-XXXX](https://openedx.atlassian.net/browse/JIRA-XXXX) **What changed?** - [ More in depth breakdown of changes ] - [ Peripheral...
# Description Adds `has_course_author_access` boolean to `CourseHomeMetadataView`. Currently it's used to control visibility of the "View as Staff" button here: https://github.com/openedx/frontend-app-learning/pull/1436 # Testing Open any unit in `frontend-app-learning`, open `Network`...