-
Notifications
You must be signed in to change notification settings - Fork 71
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: add badges feature #2489
feat: add badges feature #2489
Changes from all commits
f28bf31
143fd9b
09ecff8
58fa7b8
6fd2782
3366597
8613e01
8a727be
8c47751
ed10d9b
9aac1cd
e09dd7c
7526a42
2da4037
ecdeef0
79a447d
890c799
31da465
7b75760
a4f06e4
23052ed
26e56ff
dea54f2
748a02c
6e8944c
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,22 @@ auth.Group: | |
".. no_pii:": "This model has no PII" | ||
auth.Permission: | ||
".. no_pii:": "This model has no PII" | ||
badges.BadgePenalty: | ||
".. no_pii:": "This model has no PII" | ||
badges.BadgeProgress: | ||
".. pii": "Username" | ||
".. pii_types": other | ||
".. pii_retirement": retained | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is the intent to retain this info for credential verification after a learner potentially deletes their account? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Users' retirement aspect was completely out of focus during the scope development. |
||
badges.BadgeRequirement: | ||
".. no_pii:": "This model has no PII" | ||
badges.CredlyOrganization: | ||
".. no_pii:": "This model has no PII" | ||
badges.DataRule: | ||
".. no_pii:": "This model has no PII" | ||
badges.Fulfillment: | ||
".. no_pii:": "This model has no PII" | ||
badges.PenaltyDataRule: | ||
".. no_pii:": "This model has no PII" | ||
credentials.HistoricalProgramCompletionEmailConfiguration: | ||
".. no_pii:": "This model has no PII" | ||
contenttypes.ContentType: | ||
|
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.
nit: If I understand the markup correctly, the "pii_type" here should be
username
, withpii
being a description (and somewhat redundant".The
pii_type
's referenced in OEP-30 are...