-
Notifications
You must be signed in to change notification settings - Fork 85
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
Fill in pii_retirement: to_be_implemented
#1241
Comments
@nsprenkle , we need this fix to unblock edx-platform maintenance work. I am going to set the retirement values to |
kdmccormick
added a commit
to kdmccormick/edx-proctoring
that referenced
this issue
Nov 21, 2024
kdmccormick
added a commit
to kdmccormick/edx-proctoring
that referenced
this issue
Nov 21, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem
Since the annotations were added way back in 2019, three
ProctoredExamSoftwareSecure*
models in this package have been annotated withpii_retirement: to_be_implemented
, with a comment saying "retirement to be implemented in https://openedx.atlassian.net/browse/EDUCATOR-4776". Links:to_be_implemented needs to be filled in with one of:
['retained', 'local_api', 'consumer_api', 'third_party'].
Docs: https://docs.openedx.org/projects/openedx-proposals/en/latest/architectural-decisions/oep-0030-arch-pii-markup-and-auditing.html#docstring-annotationsBackground
For a yet-to-be-determined reason, running
pii_check
on edx-platform master was not catching this. We are rewriting the quality checks to not use Paver and have noticed that when run locally, pii_check does indeed flag this issue. In order to get pii_check fully passing again, we'll need to resolve this violation.The text was updated successfully, but these errors were encountered: