Skip to content

Commit da22842

Browse files
kyrylo-khAndriiAndrii HantkovskyiKyryloKireievwowkalucky
authored
feat: add badge issuance with Credly backend (#2489)
* 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]>
1 parent d9ad5dd commit da22842

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+7570
-51
lines changed

.annotation_safe_list.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,22 @@ auth.Group:
1313
".. no_pii:": "This model has no PII"
1414
auth.Permission:
1515
".. no_pii:": "This model has no PII"
16+
badges.BadgePenalty:
17+
".. no_pii:": "This model has no PII"
18+
badges.BadgeProgress:
19+
".. pii": "Username"
20+
".. pii_types": other
21+
".. pii_retirement": retained
22+
badges.BadgeRequirement:
23+
".. no_pii:": "This model has no PII"
24+
badges.CredlyOrganization:
25+
".. no_pii:": "This model has no PII"
26+
badges.DataRule:
27+
".. no_pii:": "This model has no PII"
28+
badges.Fulfillment:
29+
".. no_pii:": "This model has no PII"
30+
badges.PenaltyDataRule:
31+
".. no_pii:": "This model has no PII"
1632
credentials.HistoricalProgramCompletionEmailConfiguration:
1733
".. no_pii:": "This model has no PII"
1834
contenttypes.ContentType:

credentials/apps/badges/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)