Note: You are currently viewing documentation for Moodle 2.3. Up-to-date documentation for the latest stable version is available here: Roadmap.

Roadmap: Difference between revisions

From MoodleDocs
m (→‎Definitely: link edits)
Line 25: Line 25:


===Definitely===
===Definitely===
* Moodle 2.0 will require PHP 5.2 as a minimum, allowing us to clean up the code in some areas.  For more info see: [http://gophp5.org/ gophp5.org]
* Moodle 2.0 will require PHP 5.2 as a minimum, allowing us to clean up the code in some areas.  For more info see: [http://gophp5.org/ gophp5.org].
* [[Development:Portfolio API]] - Enovation.ie / Moodle.com
* [[Development:Portfolio API|Portfolio API]] - Enovation.ie / Moodle.com
::Interface Moodle activities and repositories to help produce portfolios for internal assessment AND external publication.  The first Portfolio plugin implemented will be [http://www.mahara.org/ Mahara].
::Interface Moodle activities and repositories to help produce portfolios for internal assessment AND external publication.  The first Portfolio plugin implemented will be [http://www.mahara.org/ Mahara].
* [[Repository API]] - Moodle.com
* [[Development:Repository API|Repository API]] - Moodle.com
::Abstract all file operations to an API that allows plugins for different external repositories
::Abstract all file operations to an API that allows plugins for different external repositories.
* [[Conditional activities]] - Moodle.com
* [[Development:Conditional activities|Conditional activities]] - Moodle.com
::Allowing dependencies and forced paths through the content
::Allowing dependencies and forced paths through the content.
* [[Community hub]] interfaces - Moodle.com and others
* [[Community hub]] interfaces - Moodle.com and others
::Makes it easy for users to find and navigate other systems and external Moodle repositories, leveraging the Moodle Network in various ways.
::Makes it easy for users to find and navigate other systems and external Moodle repositories, leveraging the Moodle Network in various ways.
* Old DB install/upgrade system removed
* Old DB install/upgrade system removed
:: The deprecated system for installing or upgrading database entries used in Moodle < 1.7 will be completely removed, while supporting only the new XML based database scheme introduced in 1.7
:: The deprecated system for installing or upgrading database entries used in Moodle < 1.7 will be completely removed, while supporting only the new XML based database scheme introduced in 1.7.
* Feedback module
* [[Feedback module]]
* [[NWiki roadmap|New Wiki]] module (nwiki) - DFWikiteam-UPC
* [[NWiki roadmap|New Wiki]] module (nwiki) - DFWikiteam-UPC
* Messaging improvements
* Messaging improvements

Revision as of 09:29, 28 November 2007

This roadmap collects the best information about upcoming features in Moodle. It is not 100% certain - features may change according to available funding and developers.

Version 1.9 - very soon

1.9 is currently in beta. See Release Notes.

The gradebook system will be revamped for performance, switching from our older "pull" model to a "push" model where all modules will now publish grades as necessary into a central table. Support for (local/state) outcomes/goals/competencies is included!
The new Events API provides a way for any code to "hook" into events in a clean, loosely coupled way. It's the foundation of the new Gradebook. A lot of events in Moodle (such as adding a user or a course) now trigger events that developers can hook into.

Version 2.0 - Expected Late 2008

(This list is fluid, depending on available resources)

Definitely

  • Moodle 2.0 will require PHP 5.2 as a minimum, allowing us to clean up the code in some areas. For more info see: gophp5.org.
  • Portfolio API - Enovation.ie / Moodle.com
Interface Moodle activities and repositories to help produce portfolios for internal assessment AND external publication. The first Portfolio plugin implemented will be Mahara.
Abstract all file operations to an API that allows plugins for different external repositories.
Allowing dependencies and forced paths through the content.
Makes it easy for users to find and navigate other systems and external Moodle repositories, leveraging the Moodle Network in various ways.
  • Old DB install/upgrade system removed
The deprecated system for installing or upgrading database entries used in Moodle < 1.7 will be completely removed, while supporting only the new XML based database scheme introduced in 1.7.

Hopefully

Support for importing/exporting LD, converting Moodle activities and sequences of activities into a standard format for sharing, and importing standard sequences into Moodle courses
API for integrating external systems for managing student information
Moodle Voice is a project for embedding VoiceXML support into Moodle Core.
We plan to have a very simple export for any Moodle course into IMS LD format, as a proof of concept and to help the community start learning about IMS LD.

See also