micromasters icon indicating copy to clipboard operation
micromasters copied to clipboard

Portal for learners and course teams to access MITx Micromasters® programs

Results 101 micromasters issues
Sort by recently updated
recently updated
newest added

As an engineer/support i would like to enhance the support experience for the users that somehow couldn't contact through proper channel and their request couldn't reach appropriate personnel due to...

I believe this is a data issue specific to my user, but I'm not sure. We should keep an eye out for this happening to other users in production. Sentry...

### Steps to Reproduce View a program letter and open the console. You should see something like this: https://github.com/mitodl/micromasters/pull/4480#issuecomment-565160502 This doesn't seem to affect anything since we don't use javascript...

bug

Sentry Issue: [MICROMASTERS-3ZN](https://sentry.io/organizations/mit-office-of-digital-learning/issues/1625704839/?referrer=github_integration) ``` HTTPError: 403 Client Error: Forbidden for url: https://open.mit.edu/api/v0/channels/mit_odl_engineering/moderators/01BXWNGMHA4G99QH9AXYWRD87C/ File "discussions/api.py", line 219, in remove_moderator_from_channel admin_client.channels.remove_moderator(channel_name, discussion_username).raise_for_status() File "requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) ModeratorSyncException:...

bug

from https://odl.zendesk.com/agent/tickets/33179 In PR #3801 we added code to update the email address when we update the profile from edX. I'm not sure why it's not working in this case.

bug

Currently we have a bit of a brittle setup with how we sync these, and recently we saw major issues with these when upstream rate limiting was introduced. We sync...

### Steps to Reproduce 1. Purchase a course through Cybersource ### Expected Behavior - After the transaction is completed, the user should return to their dashboard. ### Actual Behavior -...

Right now we do basic validation for the composition of an email, but we don't do anything to notify a user that an email has succeeded or failed to be...

For example: http://stackoverflow.com/questions/20116573/in-celery-3-1-making-django-periodic-task#answer-20119905

PR #916 created an API endpoint to send mail to all users that match a search query. Pulling the email addresses for all of these users involves looping through pages...

enhancement