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

chore: fix studio base view #2078

Merged
merged 5 commits into from
Oct 19, 2023
Merged

Conversation

leangseu-edx
Copy link
Contributor

Merge to feat/2023-dual-ui

TLDR; base.html exist in both edx-platform and edx-ora2. It confuse for which to use for cms.

What change?

  • move base.html to subdirection openassessmentblock
  • I would assume we will need subdirectory for all html in xblock because unique prefix seems important.

@leangseu-edx leangseu-edx requested a review from a team as a code owner October 17, 2023 16:57
@codecov
Copy link

codecov bot commented Oct 17, 2023

Codecov Report

All modified lines are covered by tests ✅

❗ No coverage uploaded for pull request base (feat/2023-dual-ui@6f7adf8). Click here to learn what that means.

Additional details and impacted files
@@                 Coverage Diff                  @@
##             feat/2023-dual-ui    #2078   +/-   ##
====================================================
  Coverage                     ?   94.96%           
====================================================
  Files                        ?      189           
  Lines                        ?    19433           
  Branches                     ?     1766           
====================================================
  Hits                         ?    18455           
  Misses                       ?      738           
  Partials                     ?      240           
Flag Coverage Δ
unittests 94.96% <0.00%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@mattcarter mattcarter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

approved

@leangseu-edx leangseu-edx merged commit 033a0c3 into feat/2023-dual-ui Oct 19, 2023
6 checks passed
@leangseu-edx leangseu-edx deleted the lk/fix-studio-base-view branch October 19, 2023 13:50
nsprenkle pushed a commit that referenced this pull request Nov 6, 2023
* chore: fix studio base view

* chore: update translation
nsprenkle pushed a commit that referenced this pull request Nov 6, 2023
* chore: fix studio base view

* chore: update translation
nsprenkle pushed a commit that referenced this pull request Nov 6, 2023
* chore: fix studio base view

* chore: update translation
nsprenkle added a commit that referenced this pull request Nov 7, 2023
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]>
BryanttV pushed a commit to eduNEXT/edx-ora2 that referenced this pull request Feb 6, 2024
* chore: fix studio base view

* chore: update translation
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.

3 participants