mitodl / mitxonline

BSD 3-Clause "New" or "Revised" License
4 stars 2 forks source link

management command for user deferrals #1487

Closed pdpinch closed 1 year ago

pdpinch commented 1 year ago

As a learner, I'd like to change my paid from enrollment from one courserun to another, often because of a medical issue, or a technical problem with the proctored exam.

As an admin, I want a simple, reliable way to defer enrollments.

Acceptance Criteria:

Out of Scope

aliraza-abbasi commented 1 year ago

@pdpinch this command is added by @rhysyngsun, about 20 months ago in this PR. Would you need to get anything changed in it?

rhysyngsun commented 1 year ago

@aliraza-abbasi Can you confirm that command works (at least as it is implemented)? it was so long ago I wouldn't be surprised if it doesn't work

aliraza-abbasi commented 1 year ago

@aliraza-abbasi Can you confirm that command works (at least as it is implemented)? it was so long ago I wouldn't be surprised if it doesn't work

@rhysyngsun Sorry I forgot to mention here. Mentioned in standup notes. It’s working fine. I’ve tested it

pdpinch commented 1 year ago

It doesn't look like it handles the enrollment mode of the user.

I think the correct thing to do is to copy the enrollment mode from the from_course to the to_course. It would be nice also to have the output include a note about the enrollment mode.