-
Improvement
-
Resolution: Fixed
-
Minor
-
3.1
-
MOODLE_31_STABLE
-
MOODLE_32_STABLE
-
MDL-54866-master -
we need a new Web Service for retrieving site settings required by the app, for example, the frontpage settings to be able to display a Site Home similar to Moodle one (or for fixing issues like MOBILE-1749 ).
The idea is to not overload the existing core_get_site_info web service with tons of new settings and use this new WS specific for mobile instead.
This WS must include some filtering, like filtering for "setting sections" in that way you can retrieve only the settings you need at any moment.
For Moodle Mobile 3.2 we'll be using this WS for retrieving the frontpage settings, so we can build a front page in the app that is similar to the web version one.