We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As of now if a course offers certificate we show the upgrade deadline in the Course info box and in the upgrade dialog.
For self paced courses the upgrade deadline might not make sense.
Current Behavior:
If upgrade deadline is not set on a course we treat it as if upgrade is not possible.
Desired Behavior:
if the course is self paced, has a product, but no upgrade deadline -> allow users to upgrade (and hide any deadline warnings)
The text was updated successfully, but these errors were encountered:
All of the courses in production currently have an upgrade deadline, so this isn't a high priority fix.
Peter will bring this up with the MITx team to find out how likely it may be that a course doesn't have an upgrade dealine.
Sorry, something went wrong.
If we don't have any implemented UX behavior in case upgrade_deadline is null, then we should make upgrade deadline a required field.
upgrade_deadline
pdpinch
No branches or pull requests
As of now if a course offers certificate we show the upgrade deadline in the Course info box and in the upgrade dialog.
For self paced courses the upgrade deadline might not make sense.
Current Behavior:
If upgrade deadline is not set on a course we treat it as if upgrade is not possible.
Desired Behavior:
if the course is self paced, has a product, but no upgrade deadline -> allow users to upgrade (and hide any deadline warnings)
The text was updated successfully, but these errors were encountered: