Skip to content
pwhittlesea edited this page Feb 25, 2013 · 16 revisions

Welcome to the devtrack wiki!

First and foremost: INSTALL instructions

The project requirements.

Some ideas about future features

Some Use Cases

Class diagram

And some existing code that we will probably use

Note- All files should contain the following header (with the relevant parts changed):

/**
 *
 * <class name> <class type> for the DevTrack system
 * <description>
 *
 * Licensed under The MIT License
 * Redistributions of files must retain the above copyright notice.
 * 
 * @copyright     DevTrack Development Team 2012
 * @link          http://github.com/SourceKettle/devtrack
 * @package       DevTrack.<type>.<sub-type> (e.g. DevTrack.View.Home)
 * @since         DevTrack v 0.1
 * @license       MIT License (http://www.opensource.org/licenses/mit-license.php)
 */
Clone this wiki locally