Open Edx by default implements the following enrollment flow as well as the user experience:
- Anonymous user find the desired Course
- He/she click on the Enroll button
- Alert message is presented proposing user to log-in or register
edx.org provides a more user-friendly flow for the same use case:
- Anonymous user find the desired Course
- He/she click on the Enroll button
- User is being redirected to the registration page with the next parameter for the desired course’s enrollment action (https://courses.edx.org/register?course_id=course-v1%3ABerkleeX%2BOHARM100x%2B1T2021&enrollment_action=enroll&email_opt_in=false)
I’m wondering do we want to implement the same UX for the Open Edx.
How everybody feels - does the community need this?
P.S actually from Raccoon Gang - I receive bug reports from our testers about the default registration flow with references to the Edx.org UX.