openedx / openedx/openedx-app-ios
[iOS] Enrolment button handling in non-logged-in experience
Open
@saeedbashir is already working on this.
Since Dec 11, 2023.
- Dominant language
- Swift
- Stars
- 31
- Forks
- 32
- PR merge metrics
- No merged PRs in 30d
Description
We need to implement the functionality to handle enrolments for non-logged-in users. When they tap the enroll button on a course about page, they should be directed to the registration screen. Ideally, upon successful login or registration, the course should be enrolled for the user and they should be directed to the course home screen.
Acceptance criteria:
- Tapping the enroll button should lead the user to the logistration screen.
- On successfully logging in or registering the user should return to the course about page for the native experience.
- There needs to be sticky bottom banner having the register and sign in buttons a they explore discovery without logging in.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.