File | Date | Author | Commit |
---|---|---|---|
README.md | 2012-05-16 |
![]() |
[e526b8] Projection v1.0 |
see more on http://projection.kwantys.fr
Projection is both a solution of PPM (Project Portfolio Management) and a tool for operational management of IT projects and industry.
The objective is to propose a single solution to control the quality, visibility and productivity of your projects.
This is the version that lets you use all the features of the solution, which allows you to add your modules and your own plugins.
The project is divided into two distinct parts:
Consequently the repository is divided into two parts; you will find two branches:
|-Projection | |-lib |-swc files | |-... | |-src | |-conf | |-... | |-modules | | |-common | | | |-anos | | | |-gantt | |-plugins | |-... | |-Projection.mxml
src/modules/common/anos
contains the requests (bug tracking) module
src/modules/common/gantt/
contains the planning (gantt) module
src/plugins/
contains all plugins (synthesis and reporting functions) installed
src/Projection.mxml
is the main file of the program.
|-EnigmaBlazeDS/ | |-src/com/kwantys/enigma/ | |-hibernate/ | | |-... | |-services/ | | |-... |-Sql scripts/ | |-donneesScript.sql | |-projectionScript.sql
Sql scripts/
contains the sql scripts to install the Projection's database. To install database execute projectionScript.sql (structure of the dabase), then you can execute donneesProjection.sql for data.
EnigmaBlazeDS/src/com/kwantys/enigma/hibernate
contains mapping files for hibernate and JAVA objects generated by Hibernate.
EnigmaBlazeDS/src/com/kwantys/enigma/services
contains webservices : JAVA classes that allows you to access to the database.