OntologyDBWiki/DeveloperDocumentation/ProjectsSpecification: Difference between revisions
Jump to navigation
Jump to search
imported>KaiRunte No edit summary |
imported>KaiRunte No edit summary |
||
Line 15: | Line 15: | ||
| Maintainer | | Maintainer | ||
| This person can import and export an ontology, but cannot create new ones. | | This person can import and export an ontology, but cannot create new ones. | ||
| query, export, import | | query, export, import, edit | ||
|- | |- | ||
| Developer | | Developer | ||
| A developer has all the rights of a maintainer. Additionally (s)he should be able to alter a database structure. | | A developer has all the rights of a maintainer. Additionally (s)he should be able to alter a database structure. | ||
| query, export, import, alter_table | | query, export, import, edit, alter_table | ||
|- | |||
| Chief | |||
| A chief is responsible for adding/removing users to a project/ontology. | |||
| add_user | |||
|- | |||
| Admin | |||
| An admin has basically all rights | |||
| query, export, import, edit, add_user, alter_table, alter_db |
Revision as of 09:46, 6 April 2005
Project's Specification
Roles and Rights
Role | Description | Rights |
User | Denotes the average user. They can query the ontology database, but nothing else. | query |
Maintainer | This person can import and export an ontology, but cannot create new ones. | query, export, import, edit |
Developer | A developer has all the rights of a maintainer. Additionally (s)he should be able to alter a database structure. | query, export, import, edit, alter_table |
Chief | A chief is responsible for adding/removing users to a project/ontology. | add_user |
Admin | An admin has basically all rights | query, export, import, edit, add_user, alter_table, alter_db |