Project

General

Profile

TracOrganisation » History » Version 3

mehdi, 03/02/2010 06:06 PM

1 1 mehdi
= Trac Organisation =
2
To perform a better use of this trac and make it Understandable for all, a charter of use has been defined.
3
This trac had to be used because it is the central tools to define the priorities of development and to follow the OpenSpace3D project. 
4
5
== milestones == 
6
7
A milestone corresponds to a version of OpenSpace3D as the corresponding voyager.
8
9
The "OpenSpace3D beta" milestone permits to define the global objectives concerning the platform.
10
11
== Components ==
12
13
They allow to identify which components is targeted for a corresponding tickets.
14
A ticket could concern several components especially for OpenSpace3D beta'tickets
15
16
=== Exemples ===
17 2 mehdi
VM_SO3Engine: 3D Engine Component(SO3Engine), could be : a development to modify SO3Engine.dll or to add a functionality into it
18
ex : Add functions to use stereoscopic rendering
19 1 mehdi
20 2 mehdi
OS3D_PlugIT : Component conerns the development of a new plugIT or a modification of an existing plugIT
21 1 mehdi
22 2 mehdi
== Naming Tickets ==
23 1 mehdi
24 2 mehdi
The objetive is to define tickets as thematic tickets.
25
It optimises the project management.
26 1 mehdi
=== Exemples ===
27 2 mehdi
[Particles] Integration of particles system in OpenSpace3D (it is a global ticket) 
28 1 mehdi
29 2 mehdi
== A concrete example ==
30
The following example shows and explain the naming for tickets corresponding to a functionality.
31
"We want to develop an Avatar plugIT in OpenSpace3D"
32 1 mehdi
33 2 mehdi
- The global tickets in OpenSpace3D beta milestone is :
34
''milestone'' : OpenSpace3D beta ''summary'' : [Avatar] Add a plugIT to manage avatar. ''components'' : VM+OS3D_plugIT
35 1 mehdi
36 2 mehdi
- Into the milestone corresponding to the implementation, we add to give all the "subTickets" corresponding to Avatar plugIT project : 
37
''milestone'' : OpenSpace3D alpha 0.1.9 ''summary'': [Avatar] Management of bones into 3D Engine ''Component'' VM_SO3Engine
38
''milestone'' : OpenSpace3D alpha 0.1.9 ''summary'': [Avatar] Possibility to Add Mesh to a bone into 3D Engine ''Component'' VM_SO3Engine
39
''milestone'' : OpenSpace3D alpha 0.1.9 ''summary'': [Avatar] plugIT editor ''Component'' OS3D_plugIT
40
''milestone'' : OpenSpace3D alpha 0.1.9 ''summary'': [Avatar] Animation system ''Component'' OS3D_plugIT
41 1 mehdi
42
=== Avantages de la typologie ===
43 2 mehdi
* The global functionality is defined by a project [Avatar]
44
* The functionallity is cutted in several tickets for the development into a version
45
* OpenSpace3D beta allow to have a global vision of the final project and the different priorities
46 3 mehdi
*