Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

Moodle Mobile 2 (Ionic 1) Developing a plugin tutorial part 2: Difference between revisions

From MoodleDocs
(Created page with "== Introduction == In the second part of this tutorial we are going to add new WebServices inside our custommm local plugin. The new WebServices will let us to add a new "forum...")
 
No edit summary
Line 4: Line 4:


The new WebServices will let us to add a new "forums" plugin to or custom MoodleMobile app.
The new WebServices will let us to add a new "forums" plugin to or custom MoodleMobile app.


== Plugin spec ==
== Plugin spec ==

Revision as of 09:09, 14 February 2013

Introduction

In the second part of this tutorial we are going to add new WebServices inside our custommm local plugin.

The new WebServices will let us to add a new "forums" plugin to or custom MoodleMobile app.

Plugin spec

We want to develop a "forums" plugin that will display all the forums an user it's available to see inside a course. We will be able to read discussions and post (only read, not write)

A screenshot of the desired result: