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

feat: remove old/duplicate proctoring component #671

Merged
merged 1 commit into from
Nov 9, 2023

Conversation

zacharis278
Copy link
Contributor

@zacharis278 zacharis278 commented Nov 8, 2023

There's no reason to maintain a second copy of this component anymore. The pages and resources UI has been released for years without issue. Let's remove this old page. I've left the old pages route with a redirect to pages and resources as a nicety for anyone who had the old page bookmarked.

PR to remove links to the old page from the LMS: openedx/edx-platform#33679

2U JIRA: COSMO-59

@zacharis278 zacharis278 force-pushed the zhancock/remove-old-proctoring-ui branch 2 times, most recently from 4e0c92b to cd48bce Compare November 8, 2023 16:55
@zacharis278 zacharis278 force-pushed the zhancock/remove-old-proctoring-ui branch from cd48bce to 75fabb7 Compare November 8, 2023 16:57
Copy link

codecov bot commented Nov 8, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (02a683f) 88.19% compared to head (75fabb7) 87.98%.
Report is 4 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #671      +/-   ##
==========================================
- Coverage   88.19%   87.98%   -0.22%     
==========================================
  Files         417      414       -3     
  Lines        6598     6398     -200     
  Branches     1428     1382      -46     
==========================================
- Hits         5819     5629     -190     
+ Misses        755      745      -10     
  Partials       24       24              
Files Coverage Δ
src/CourseAuthoringRoutes.jsx 100.00% <ø> (ø)
src/pages-and-resources/proctoring/Settings.jsx 97.94% <100.00%> (ø)

... and 2 files with indirect coverage changes

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

Copy link
Contributor

@alangsto alangsto left a comment

Choose a reason for hiding this comment

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

LGTM

@@ -61,7 +62,7 @@ const CourseAuthoringRoutes = () => {
/>
<Route
path="proctored-exam-settings"
element={<PageWrap><ProctoredExamSettings courseId={courseId} /></PageWrap>}
element={<Navigate replace to={`/course/${courseId}/pages-and-resources`} />}
Copy link
Contributor

Choose a reason for hiding this comment

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

This was a nice touch!

@zacharis278 zacharis278 merged commit 7c7b3cd into master Nov 9, 2023
4 of 5 checks passed
@zacharis278 zacharis278 deleted the zhancock/remove-old-proctoring-ui branch November 9, 2023 13:55
Ian2012 pushed a commit to eduNEXT/frontend-app-course-authoring that referenced this pull request Nov 15, 2023
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