| ... | ... | @@ -7,13 +7,14 @@ |
|
|
|
To avoid namespace clashes in the database, any reserved key words which
|
|
|
|
define a database, had to be re-named.
|
|
|
|
|
|
|
|
module - schema
|
|
|
|
entity - table
|
|
|
|
attribute - column
|
|
|
|
client - role/user
|
|
|
|
agenda - user/permission group
|
|
|
|
|
|
|
|
## Transitions
|
|
|
|
* module - schema
|
|
|
|
* entity - table
|
|
|
|
* attribute - column
|
|
|
|
* client - role/user
|
|
|
|
* agenda - user/permission group
|
|
|
|
* transition - an action (see [Transitions] and [[Transitions]])
|
|
|
|
|
|
|
|
# Transitions
|
|
|
|
|
|
|
|
A transition is a change in a database. The basic set are "read","create",
|
|
|
|
"edit","delete".
|
| ... | ... | |