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

Bw/routes #42

Merged
merged 8 commits into from
Sep 25, 2023
Merged

Bw/routes #42

merged 8 commits into from
Sep 25, 2023

Conversation

muselesscreator
Copy link
Contributor

Adds separate routes for the different assessment types and the xblock view, and also separates raw from "embedded" views, providing a mechanism for displaying views without their embed context.

@codecov
Copy link

codecov bot commented Sep 20, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.85% ⚠️

Comparison is base (50d2870) 43.79% compared to head (b935d47) 42.94%.
Report is 2 commits behind head on master.

❗ Current head b935d47 differs from pull request most recent head c4504c0. Consider uploading reports for the commit c4504c0 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #42      +/-   ##
==========================================
- Coverage   43.79%   42.94%   -0.85%     
==========================================
  Files          49       53       +4     
  Lines         306      312       +6     
  Branches       90       90              
==========================================
  Hits          134      134              
- Misses        172      178       +6     
Files Changed Coverage Δ
src/App.jsx 0.00% <0.00%> (ø)
src/components/ProgressBar/index.jsx 0.00% <0.00%> (ø)
src/views/AppContainer.jsx 0.00% <0.00%> (ø)
src/views/ModalContainer.jsx 0.00% <0.00%> (ø)
src/views/PeerAssessmentView/index.jsx 0.00% <ø> (ø)
src/views/SelfAssessmentView/index.jsx 0.00% <ø> (ø)
src/views/StudentTrainingView/index.jsx 0.00% <ø> (ø)
src/views/SubmissionView/index.jsx 0.00% <ø> (ø)
src/views/XBlockView/index.jsx 0.00% <0.00%> (ø)

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

onClose={null}
hasCloseButton={false}
title={title}
modalBodyClassName="content-body"
Copy link
Contributor

Choose a reason for hiding this comment

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

I have been using modal footerNode attribute. We probably need to do css work around to have footer as children instead.

@muselesscreator muselesscreator merged commit 03f1b2f into master Sep 25, 2023
3 of 4 checks passed
@muselesscreator muselesscreator deleted the bw/routes branch September 25, 2023 14:38
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.

2 participants