Project

General

Profile

Development process » History » Revision 40

Revision 39 (Greg Burri, 07/22/2009 10:12 AM) → Revision 40/58 (Greg Burri, 07/23/2009 09:15 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. 
 # [ok] > Technical specifications. [[Protocols]], [[algorithms]] and [[structures|data structures]]. Some prototypes can be added to test algorithms or anything else. 
 # > [[Architecture]] of components and theirs interface. -> Component Diagrams. 
 # > Modeling of each components. -> Class diagram, sequence diagram, state diagram, etc.. 
 # Implementation of each component with unit tests and code coverage. 
 # Alpha version, all features are implemented. Profiling, optimizing, simplification and stabilisation. 
 # Beta version : Testing with people who didn't participate in the project. 
 # Final Release \o/ 
 # Goto 1..