|
|
|
Let us assume that we have a project called TheProject, so
|
|
|
|
|
|
|
|
# Create user roles
|
|
|
|
The roles you should have are
|
|
|
|
TheProject administrator (you should be included)
|
|
|
|
TheProject data manager
|
|
|
|
TheProject viewer (in case the project is not ready)
|
|
|
|
|
|
|
|
# Create Data Model
|
|
|
|
|
|
|
|
## Create subfolder for the project
|
|
|
|
|
|
|
|
Similarly to Kohainfo, TARA etc.
|
|
|
|
|
|
|
|
## Create collections
|
|
|
|
|
|
|
|
## Associate data with other tables
|
|
|
|
|
|
|
|
Users should have access to associated tables, otherwise they wont see those connections.
|
|
|
|
|
|
|
|
## Assign role rights to tables
|
|
|
|
|
|
|
|
# Assign role rights to users |