openedx / openedx/openedx-app-ios
[iOS] Hyperlinking dates tab events with corresponding course content
Open
@saeedbashir is already working on this.
Since Dec 8, 2023.
- Dominant language
- Swift
- Stars
- 31
- Forks
- 32
- PR merge metrics
- No merged PRs in 30d
Description
As a learner, I should be able to navigate to a linked course content from the dates tab.
On back button press, the learner should be directed to the dates screen (we will be replicating the current prod app behaviour).
Previous implementation logic as per this spec.
Hyperlinking logic for a Date Block
If a Date block is:
- for an assignment
- that has been released
- and the learner has access to it
then apply a hyperlink to the specified linking text in the Date block’s title.
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.