Skip to content

Commit

Permalink
feat: add badge issuance with Credly backend (openedx#2489)
Browse files Browse the repository at this point in the history
* feat: add badges feature
* chore: update dummy translations
* refactor: squash migrations + text cleanup + resolve conflict
* docs: documentation update

---------

Co-authored-by: Andrii <[email protected]>
Co-authored-by: Andrii Hantkovskyi <[email protected]>
Co-authored-by: KyryloKireiev <[email protected]>
Co-authored-by: wowkalucky <[email protected]>
Co-authored-by: GlugovGrGlib <[email protected]>
  • Loading branch information
6 people committed Jul 23, 2024
1 parent dc70830 commit b868fea
Show file tree
Hide file tree
Showing 81 changed files with 7,678 additions and 254 deletions.
16 changes: 16 additions & 0 deletions .annotation_safe_list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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:
Expand Down
Empty file.
Loading

0 comments on commit b868fea

Please sign in to comment.