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

Projects for new developers: Difference between revisions

From MoodleDocs
(Ross, thanks for your ideas which have been moved to talk)
Line 3: Line 3:
This evolving page will list possible Moodle projects for new developers derived from community suggestions, with special attention given to the [http://tracker.moodle.org/secure/IssueNavigator.jspa?mode=hide&requestId=10512 list of most voted-for new features].
This evolving page will list possible Moodle projects for new developers derived from community suggestions, with special attention given to the [http://tracker.moodle.org/secure/IssueNavigator.jspa?mode=hide&requestId=10512 list of most voted-for new features].


''If you have any ideas for new features in Moodle, please see [[Development:New feature ideas]].''
''If you have any ideas for new features in Moodle which might be suitable as projects for new developers, please see [[Development:New feature ideas]].''


==Custom report generator==
==Custom report generator==
Line 25: Line 25:


[[Category:Project]]
[[Category:Project]]
Here's a bunch of things
Here's a bunch of things, some sections of which are systemic and interdependent:
- have a simple install wizard, with tick-box selection of features to be installed
- intuitive menus and wizards (If someone looks at a screen and doesn’t know what to do, you’ve probably got it wrong.)
- orientation to Moodle tutorial for staff
- orientation to Moodle tutorial for students
- orientation to Moodle tutorial for administrators
- context-sensitive help
- reduce the amount of techno-babble for system administrators
- move selected add-on modules to the core and make them optional installs. This has started to happen, but some core items are still only available in modules)
- have a way for students to input their own data by on-line application
- have a way for students to update their own data on-line
- have a way online for new staff to do induction and input their own data
- have a way for staff to update their own data on-line
- have the full automated database of student information (admissions, personal particulars, enrollments, enrollment statistics, academic records),
- graduate students/print diplomas and transcripts,
- archive records,
- have a structure that allows for different campuses/ departments/ regions/ etc.
- take credit card payments (only one option available as a module and then its quite standalone, not integrated)
- have an automated bookkeeping system to integrate online credit card payments, offline payments students data (e.g. billing, receipting, accounting, functions) and then export reports for institutional reporting, bank reconciliations, etc. Some of it could be adapted from Gnucash. That's a full accounting program and the GNU source code is easy to get.
- manage staff, which are really just a special class of students from a database management point of view.
- have a central administrator console with GUI menus to do things, e.g. allocate permissions
- have a regional administrator console for people to run separate campuses/ departments/ regions/ etc of the same institution
- have a simple structure (and way of organizing) to differentiate between permitted areas: public website, library bookshelves, staff area, separate class area, separate campuses admins, etc.
Moodle can't integrate these things so far through plugins, but it is all so closely interrelated and overlapping that the core needs to offer them.
The more data entry and update that is done in the field, the less needs to be done in database upkeep. If people depend on the system and it's easy to use, we don't have to motivate them to use it.

Revision as of 11:07, 3 March 2009

Note: This article is a work in progress. Please use the page comments or an appropriate moodle.org forum for any recommendations/suggestions for improvement.


This evolving page will list possible Moodle projects for new developers derived from community suggestions, with special attention given to the list of most voted-for new features.

If you have any ideas for new features in Moodle which might be suitable as projects for new developers, please see Development:New feature ideas.

Custom report generator

An interface for enabling Moodle admins to create custom reports.

Record audio repository plugin

Use a Flash or Java plugin to record the audio to a suitable compressed format. The data could then be uploaded as for a File upload plugin.

See also