Development process » History » Version 40
Greg Burri, 07/23/2009 09:15 PM
1 | 3 | Greg Burri | h1. Development process |
---|---|---|---|
2 | 1 | Greg Burri | |
3 | 16 | Greg Burri | Here is a little list of the development stages involve in Aybabtu. The stages prefixed by '>' are the current stages. |
4 | 2 | Greg Burri | |
5 | 18 | Greg Burri | # [ok] [[Brainstorming]]. |
6 | 33 | Greg Burri | # [ok] [[Functional definition]]. |
7 | # [ok] Defining of technologies, [[libraries]] and [[tools]]. |
||
8 | # [ok] Creating of some [[prototypes]] to validate the point above. They will be reused during the implementation stage. |
||
9 | 40 | Greg Burri | # [ok] Technical specifications. [[Protocols]], [[algorithms]] and [[structures|data structures]]. Some prototypes can be added to test algorithms or anything else. |
10 | 37 | Greg Burri | # > [[Architecture]] of components and theirs interface. -> Component Diagrams. |
11 | 40 | Greg Burri | # > Modeling of each components. -> Class diagram, sequence diagram, state diagram, etc.. |
12 | 33 | Greg Burri | # Implementation of each component with unit tests and code coverage. |
13 | 39 | Greg Burri | # Alpha version, all features are implemented. Profiling, optimizing, simplification and stabilisation. |
14 | 38 | Greg Burri | # Beta version : Testing with people who didn't participate in the project. |
15 | 34 | Greg Burri | # Final Release \o/ |
16 | 35 | Greg Burri | # Goto 1.. |