Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <andrii.hantkovskyi@raccoongang.com> Co-authored-by: Andrii Hantkovskyi <andrii.hantkovskyi@github.com> Co-authored-by: KyryloKireiev <kirillkireev888@gmail.com> Co-authored-by: wowkalucky <wowkalucky@gmail.com> Co-authored-by: GlugovGrGlib <glugov1998@gmail.com>
- Loading branch information
da22842
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.
In credentials/apps/credentials/issuers.py, I noticed this comment: "This action is idempotent. If the user has already earned the credential, a new one WILL NOT be issued. The existing credential WILL be modified."
This comment needs to be amended, as the second part of the sentence contradicts the first. Idempotence means some function or operation makes no modification beyond the first call to it, whereas here it is clearly pointed out that the function does make modifications on subsequent calls.