Project

General

Profile

Development process » History » Version 16

Greg Burri, 03/17/2009 02:40 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 13 Greg Burri
# > [[Brainstorming]].
6 12 Greg Burri
# > [[Functional definition]].
7 15 Greg Burri
# Defining of technologies, libraries and tools.
8 4 Greg Burri
# Creating of some prototypes to validate the point above. They will be reused during the implementation stage.
9 8 Greg Burri
# Technical specifications. Algorithms and data structures.
10 1 Greg Burri
# Architecture of components and theirs interface.
11 2 Greg Burri
# Modeling of each components.
12 14 Greg Burri
# Implementation of each component with unit tests and code coverage.
13 6 Greg Burri
# Alpha tests : Testing of the whole application. Profiling and optimizing of the components.
14 1 Greg Burri
# Beta test : Testing with people who didn't participate in the project.