Note:

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

Talk:Javascript/Requirements: Difference between revisions

From MoodleDocs
Line 6: Line 6:


=== Good to have ===
=== Good to have ===
Isolation such that the JavaScript packaged in a Moodle plugin cannot easily interfere with javascript in other Moodle plugins, or the Moodle core.
* Isolation such that the JavaScript packaged in a Moodle plugin cannot easily interfere with javascript in other Moodle plugins, or the Moodle core.
--[[User:Andrew Nicols|Andrew Nicols]] ([[User talk:Andrew Nicols|talk]]) 08:41, 1 September 2014 (WST)
--[[User:Andrew Nicols|Andrew Nicols]] ([[User talk:Andrew Nicols|talk]]) 08:41, 1 September 2014 (WST)
Low barriers to entry for new developers
* Low barriers to entry for new developers
--Damyon Wiese
--Damyon Wiese



Revision as of 01:58, 1 September 2014

It would be helpful if you could add your signature below any additions to this list.

Must have

The ability to load different content depending on the page requested --Andrew Nicols (talk) 08:41, 1 September 2014 (WST)

Good to have

  • Isolation such that the JavaScript packaged in a Moodle plugin cannot easily interfere with javascript in other Moodle plugins, or the Moodle core.

--Andrew Nicols (talk) 08:41, 1 September 2014 (WST)

  • Low barriers to entry for new developers

--Damyon Wiese

Icing on the cake

Thing we do not want