When the credentials IDA was created, two conditions were different from how they are now:
- There was a plan to move all certificates functionality into the IDA.
- PDF certificates were still being generated.
Neither of those conditions holds true today.
No code exists that has ever propagated download_url
from edx-platform
to the Credentials IDA.
We would like to remove download_url
from any models and docs where it exists in the credentials IDA.
Doing this removal is technically a breaking change, because there is a chance that someone in the community has in-house software that populates download_url
in the Credentials IDA. Would it be a problem for any instances if this attribute were removed?