ReleaseNotes 0 1

Version 1 (Roman Mackovčák, 05/27/2009 04:08 pm)

1 1
h1. Release notes for version 0.1
2 1
3 1
h3.  What's there
4 1
5 1
* working plugin (can be used as a regular plugin as well as run in standalone mode for developing)
6 1
* simple demo data (example process, roles, users, etc.) definitions included
7 1
* authentication against a self-contained user database
8 1
* powerful access-rights mechanism based on global-role/instance-role and code-pattern-matching, and configurable rendering of process variables
9 1
* basic variable types (String, Text, Integer, Formula, Sysuser) - extensible by subclassing, template mechanism utilizing inheritance
10 1
* mechanism for definition of complex data structures by composition of basic types
11 1
* process-definition entities (process consists of variables, activities and transitions between activities), process-instance entities
12 1
* basic user interface (starting new processes, filling in variable fields, performing transitions between activities, listing of processes, todo list, simple text searching)
13 1
* base for XML export functionality
14 1
15 1
h2. Missing (planned)
16 1
17 1
* variable types with advanced functionality (HTML text, files, code-lists, arrays, tables etc.)
18 1
* validation rules at the process/variable definition level
19 1
* deadline rules
20 1
* authentication against external systems (e.g. LDAP)
21 1
* printing (PDF) engine
22 1
* mailer engine
23 1
* rule engine
24 1
* subprocesses, parallel branches of running activities
25 1
* administrator interfaces
26 1
* more code comments
27 1
* unit and integration tests