We could have an orgchart plugin using the wiki syntax. Therefore, users could update their own orgchart. For example:
Copy to clipboard {ORGCHART(isToolTipEnabled->true)}
President;John Doe;0;0;tiki-index_raw.php?page=UserPageJohnDoe;ffcc66
Vice-president;Jack Johansson;0;0;tiki-index_raw.php?page=UserPagejjohansson;dbdb70
Director;Vacant;0;0;0;dbdb70
Public relations;Sam Smith;tiki-index_raw.php?page=UserPagessmith
Marketing;Steven Lemay;tiki-index_raw.php?page=UserPagesslemay
{ORGCHART}
For the hierarchical level, we can use numbers or a number of leading spaces. Then, the the other fields:
Text (line1) (Mandatory)
Text (line2) (optional)
Text (line3) (optional)
Text (line4) (optional)
hyperlink (optional)
To separate Contents and presentation:
while the Contents is important, we should give a lot of the presentation to css. even the position of the boxes could be left to css (e.g.:
just by classes ( class='OrgChart level_1')
- we could even determine the horizontal and/or vertical position of the box, this way we can represent companies/structures where the boss is not above but in line
- we should leave color to CSS
If line some items need to be empty, we can put 0 (for example).
For hyperlinking individual lines, we could use wiki syntax
Copy to clipboard [Vice-president|http://...]
Org chart on wish list:
http://dev.tiki.org/tiki-view_tracker_item.php?itemId=467
Orgapp is a small Java applet displaying a dynamic organigram. Supports clickable boxes with hyperlinks, customizable colors, sizes, positions, etc., layers (or sub-graphes), search facilities. Easy to embed in a HTML page.
|