Project

General

Profile

Development process » History » Revision 36

Revision 35 (Greg Burri, 07/12/2009 09:56 PM) → Revision 36/58 (Greg Burri, 07/13/2009 08:52 PM)

h1. Development process 

 Here is a little list of the development stages involve in Aybabtu. The stages prefixed by '>' are the current stages. 

 # [ok] [[Brainstorming]]. 
 # [ok] [[Functional definition]]. 
 # [ok] Defining of technologies, [[libraries]] and [[tools]]. 
 # [ok] Creating of some [[prototypes]] to validate the point above. They will be reused during the implementation stage. 
 # > Technical specifications. [[Protocols]], [[algorithms]] [[Protocols]] and [[structures|data [[Structures|data structures]]. Some prototypes can be added to test algorithms or anything else. 
 # > [[Architecture]] of components and theirs interface. 
 # Modeling of each components. 
 # Implementation of each component with unit tests and code coverage. 
 # Alpha tests : Testing of the whole application. Profiling and optimizing of the components. 
 # Beginning of the beta test : Testing with people who didn't participate in the project. 
 # Final Release \o/ 
 # Goto 1..