-
Notifications
You must be signed in to change notification settings - Fork 27
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
Remove transcript credentials and preferences view #229
Remove transcript credentials and preferences view #229
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. We can get a review from SRE too, to let them know we are removing this model from VAL. We can re-direct them to VEM ADR if needed.
Remember to bump the version in setup.py before merging. |
Devops Ticket for review: https://openedx.atlassian.net/browse/DOS-1140 Version will be updated in next PR, where we remove the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for raising this to SRE. I'm not very familiar with the VAL codebase, but I think this should be fine to merge as one or two PRs and with or without a reverse migration.
operations = [ | ||
migrations.DeleteModel( | ||
name='TranscriptCredentials', | ||
), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you need to do this in two PRs, one for the code change and one for the migration?
Also, could we add a reverse migration to put this back just in case / to follow best practices?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will update the PR to separate code changes and migration changes
34fe8d0
to
970b699
Compare
bf368af
to
797f9bf
Compare
With our decision to move the transcript preferences and credential model to VEM, we no longer need following in edx-val:
Ticket: PROD-1597
NOTE:
Currently
TranscriptCredentials
model has only 21 db records in production