Home

Gustavo Pastor

Project Admins:

Organigrama is the spanish word for "organizational chart". It's a simple grails project to help organizations in two tasks:

1) keep track of internal structure (departments, employees, stores, managers, etc) with associated information such as email addresses, telephone numbers, photos ...

2) publish that information in a web so it can be looked up by employees, customers, etc.

Information is contained in nodes and displayed as a tree using an organizational chart from Google visualization API http://code.google.com/intl/es-ES/apis/chart/interactive/docs/gadgetgallery.html, although it could be easily be displayed in some other way, for example using a javascript tree widget (not yet implemented).

There are currently three types of nodes: "generic node", "employee node" and "store node". This is because this project was developed for a department store with stores distributed troughout the country. More node classes can be easily added to meet your organization's needs. A generic node stores only two values: title and description. "employee" and "store" inherit from "generic node" and store information specific to them,

Users can click on a node in the visualization page and be redirected to the page containing detailed information for that node.

Please keep in mind that this project is in an early alpha state and can contain bugs. Intended audience is people with some knowledge of grails or web programming skills wanting to use this project as a starting point.