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

Update course type for virtual PL and self paced PL #46061

Merged
merged 8 commits into from May 3, 2022

Conversation

dmcavoy
Copy link
Contributor

@dmcavoy dmcavoy commented Apr 28, 2022

We have a validation to make sure all courses that share the same course offering have the same course type (instruction type, participant audience, instructor audience). Some of our older virtual PL and self paced PL courses were built before we had those course type settings and now need to be updated to the correct settings. In order to do this we need to turn off the validation and update them all at once.

While I was doing this I also marked self-paced-pl-csd-2021 and self-paced-pl-csp-2021 as stable since we can now do that!

Once this is merged and in all in environments I will turn the validation back on (https://codedotorg.atlassian.net/browse/PLAT-1782).

Links

Confirmation from Tess

Testing story

  • Ran bundle exec rake build locally

@dmcavoy dmcavoy requested a review from a team as a code owner April 28, 2022 01:23
@dmcavoy dmcavoy requested review from a team and removed request for a team April 28, 2022 17:34
"participant_audience": "student",
"instructor_audience": "teacher",
"participant_audience": "teacher",
"instructor_audience": "universal_instructor",
Copy link
Member

Choose a reason for hiding this comment

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

why this -- should a facilitator not be able to assign this course?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Self paced courses are not designed to be assigned so we use universal instructor which pretty much only lets internal people be the instructor if they wanted to be

@dmcavoy dmcavoy merged commit 59b9060 into staging May 3, 2022
@dmcavoy dmcavoy deleted the update-course-type branch May 3, 2022 19:27
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.

None yet

2 participants