Note: You are currently viewing documentation for Moodle 2.0. Up-to-date documentation for the latest stable version is available here: Student projects/Presets for Database module.

Student projects/Presets for Database module: Difference between revisions

From MoodleDocs
No edit summary
 
(Shifted to dev docs)
 
(18 intermediate revisions by 2 users not shown)
Line 1: Line 1:
This project aims to increase the flexibility of the database module and to add some user friendly preset modes to help users create useful modules quickly. Also, it is important to build a way of importing and exporting presets so admins can customize what is available to the user.
{{Moved_to_dev_docs}}
 
I plan to implement several presets, including a good quality image gallery, a document sharing facility and a glossary.
 
= Goals =
== Custom Code ==
I plan on adding customizable code into the database module, to help build more useful and professional presets. For instance, the image gallery will need code to resize images on upload. Therefore, I will create an easy to use interface with custom functions such as onupload(file) and onview() that get called every time the appropriate event occurs.
== Presets ==

Latest revision as of 08:21, 22 June 2011

This development related page is now located in the Dev docs.

See the Student projects/Presets for Database module page in the Dev docs.