-
New Feature
-
Resolution: Fixed
-
Minor
-
2.9
-
- Login in our moodlecloud site.
- Go to "MoodleMobile Developer Testing Course", last section, and check that all links works except the glossary ones (not supported in that site).
-
MOODLE_29_STABLE
-
MOODLE_29_STABLE
Steps to reproduce:
- Create a glossary and a few entries
- Enable glossary autolinking on filter, and entries
- Use one of the glossary item in some content
- View the content from the app
- Click on the item name which was made a link by the filter
Expected
- You are sent to the app addon glossary (which does not exist at this stage)
Actual
- The link is open in a browser window, and the user needs to log into the website.
We have two solutions here. Re-using the delegate used in notifications that maps an external link with a local addon, and parsing the content. Or developing some sort of SSO which allows a user to be automatically logged in when the open a link from the app. The first solution is the best in terms of user experience in my opinion.
This should be applied to module links (glossary, forum, etc.) and also to course completion status (we might have links to other courses reports).
- will be (partly) resolved by
-
MDL-51371 New Web Service core_course_get_course_module
-
- Closed
-
-
MDL-51579 New Web Service get_course_module_by_instance
-
- Closed
-
-
MOBILE-1357 Capture links in content and redirect to course
-
- Closed
-
-
MOBILE-1402 Backport core_course_get_course_module* to local mobile
-
- Closed
-
- will help resolve
-
MOBILE-779 Detect orphaned activities in labels and page contents
-
- Closed
-