partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit 1adc78d4a69af76456128fa15dc0980b413af33c
parent d5e7f84e26bc52cf91616d2785f2c89834ac3a8d
Author: Timo A. Hummel <timo@netraver.de>
Date:   Mon,  6 Jun 2011 18:39:55 +0200

Added a bit architecture documentation

Diffstat:
Adocumentation/ARCHITECTURE | 23+++++++++++++++++++++++
1 file changed, 23 insertions(+), 0 deletions(-)

diff --git a/documentation/ARCHITECTURE b/documentation/ARCHITECTURE @@ -0,0 +1,22 @@ +PartDB2 is based on current technologies. + +PHP +=== + +On the PHP side, we use namespaces as well as the following 3rd-party projects: + +* Doctrine2 as ORM +* ImageMagick for image converting + +All functionality is encapsulated in service calls, which are primarly used with the ExtJS frontend, but you can also +use these calls to implement your own automation / html-only frontend (see below). + +JavaScript +========== + +On the frontend side, we use ExtJS as GUI. + +HTML-only frontend +================== + +Although we currently don't have a plain HTML frontend, it can be added since we use a service architecture.+ \ No newline at end of file