Description
Implement a system for the institution to revoke certificates if academic dishonesty is found.
Requirements
- Add a
revoked flag to the Certificate struct or a separate revocation map.
- Implement
revoke(symbol: Symbol) restricted to ADMIN.
- Update
get_certificate to reflect revocation status.
Level
Rules for Contributors
- Please add an ETA (no more than 2 days) when expressing interest.
Description
Implement a system for the institution to revoke certificates if academic dishonesty is found.
Requirements
revokedflag to theCertificatestruct or a separate revocation map.revoke(symbol: Symbol)restricted toADMIN.get_certificateto reflect revocation status.Level
Rules for Contributors