Note:

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

Talk:Tutorial

From MoodleDocs
Revision as of 02:58, 16 May 2016 by Brendan Heywood (talk | contribs) (Created page with "FYI I have an evolving internal checklist when onboarding new staff which is very similar to this. For comparison: * Moodle walk through of high level concepts, types plugins...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

FYI I have an evolving internal checklist when onboarding new staff which is very similar to this. For comparison:

  • Moodle walk through of high level concepts, types plugins
  • git and git submodule standards
  • plugin infrastructure and code layout
  • plugin types
  • code standards
  • Unit tests
  • External travis CI with matrix builds
  • DB read / write api
  • DB install and upgrade api, xmldb editor
  • formsapi
  • moodle_url
  • Settings, navigation, navbar, menu items
  • Renderers / templates
  • Events and handlers
  • Message api
  • backup and restore
  • performance profiling, xhprof, using MUC, creating data sources
  • subplugins
  • Submit plugin to plugins directory
  • Submit bug fixes to moodle core