Note: You are currently viewing documentation for Moodle 1.9. Up-to-date documentation for the latest stable version is available here: Student projects/Enterprise-level improvements.

Student projects/Enterprise-level improvements: Difference between revisions

From MoodleDocs
No edit summary
Line 28: Line 28:


==Tasks and Timeline==
==Tasks and Timeline==
May 31 :Start of coding
July 05: Development of Moodle command line installation
July 15: Development of Command line upgrader
Aug 15 : Development of profiling system
Aug 20 : Completion of the project


==See also==
==See also==

Revision as of 08:37, 30 May 2007

Programmer:

Suggested headings, feel free to alter them!


Summary

This project consists of three seperate components

  1. Moodle CLI installer
  2. Moodle CLI upgrader
  3. Profiling system

Moodle CLI installer will adapt all the DB installation and upgrade scripts to run from the command line, so fully scripted installations are possible without using the web interface.

Database structures

Core functions

Moodle CLI installer

  1. create an admin user account
  2. Run all DB installation scripts from command line
    1. resolve dependencies
    2. create tables and insert data

Interface mockups

Tasks and Timeline

May 31 :Start of coding July 05: Development of Moodle command line installation July 15: Development of Command line upgrader Aug 15 : Development of profiling system Aug 20 : Completion of the project

See also

Back to: Student projects