-
Notifications
You must be signed in to change notification settings - Fork 196
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for multiple UIs, currently legacy and a new MFE view. Includes: * make: legacy template (#2046) * chore: add lms+cms restart script to install-local-ora * refactor: move data gathering pieces of mixins into xblock/apis * feat: new xblock/ui_mixins/legacy to replace existing view/handler behaviors from mixins, leveraging our new APIs. * refactor: remaining non-core-xblock functionality from xblock to xblock/utils. Updated references to changed file locations. * feat: add page context MFE endpoint * refactor: allow peeking a peer assessment * chore: update translations * feat: Add logic to display the new ORA UI templates (#2054) * feat: xblock iframe * feat: conditional render of new views based on mobile or waffle * feat: BFF Assessments Data (#2063) * feat: add url generation to file parsing * refactor: legacy upload files * refactor: legacy delete file * refactor: legacy file upload url generation * refactor: has any files in upload space * chore: fix studio base view (#2078) * docs: update some comments / docstrings * fix: add missing teams step * feat: xblock view (#2080) * feat: disable MFE views for unsupported use-cases (#2090) * feat: refactor legacy assessment actions and add assessment mfe bff handler (#2074) * refactor: legacy peer assessment handler and api action * refactor: legacy self assessment api handler * refactor: legacy staff assessment handler and api action * refactor: legacy student training handler and api action * refactor: legacy ui mixins folder structure * refactor: peer review uuid matching * feat: get_active_assessment peer api function --------- Co-authored-by: Nathan Sprenkle <[email protected]> Co-authored-by: Jenkins <[email protected]> Co-authored-by: Ben Warzeski <[email protected]> Co-authored-by: Leangseu Kim <[email protected]>
- Loading branch information
Showing
228 changed files
with
13,056 additions
and
2,632 deletions.
There are no files selected for viewing
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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
Initialization Information for Open Assessment Module | ||
""" | ||
|
||
__version__ = '5.5.6' | ||
__version__ = '6.0.0' |
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 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 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 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: edx-platform\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2023-09-10 18:36+0000\n" | ||
"POT-Creation-Date: 2023-10-22 18:36+0000\n" | ||
"PO-Revision-Date: 2014-06-11 13:04+0000\n" | ||
"Last-Translator: Ghassan Maslamani <[email protected]>, 2021\n" | ||
"Language-Team: Arabic (http://app.transifex.com/open-edx/edx-platform/language/ar/)\n" | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: edx-platform\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2023-09-10 18:36+0000\n" | ||
"POT-Creation-Date: 2023-10-22 18:36+0000\n" | ||
"PO-Revision-Date: 2014-06-11 13:04+0000\n" | ||
"Last-Translator: NELC Open edX Translation <[email protected]>, 2020\n" | ||
"Language-Team: Arabic (Saudi Arabia) (http://app.transifex.com/open-edx/edx-platform/language/ar_SA/)\n" | ||
|
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 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
Binary file not shown.
Oops, something went wrong.