OntologyDBWiki/DeveloperDocumentation/ProjectsSpecification: Difference between revisions

From BRF-Software
Jump to navigation Jump to search
imported>KaiRunte
No edit summary
imported>KaiRunte
No edit summary
Line 1: Line 1:
__NOTOC__
__NOTOC__
= Project's Specification =
= Specification Ontology Database =


== Roles and Rights ==
== Roles and Rights ==
Line 11: Line 11:
|  User  
|  User  
|  Denotes the average user. They can query the ontology database, but nothing else.  
|  Denotes the average user. They can query the ontology database, but nothing else.  
query
basic_access
|-
|-
|  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, edit  
basic_access, 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, edit, alter_table
basic_access, export, import, edit, modify_db
|-
|-
|  Chief  
|  Chief  
|  A chief is responsible for adding/removing users to a project/ontology.  
|  A chief is responsible for adding/removing users to a project/ontology.  
|  add_user  
basic_access, export, import, edit, add_user  
|-
|-
|  Admin  
|  Admin  
|  An admin has basically all rights  
|  An admin has basically all rights  
query, export, import, edit, add_user, alter_table, alter_db
basic_access, export, import, edit, add_user, modify_db

Revision as of 11:30, 6 April 2005

Specification Ontology Database

Roles and Rights

Role Description Rights
User Denotes the average user. They can query the ontology database, but nothing else. basic_access
Maintainer This person can import and export an ontology, but cannot create new ones. basic_access, export, import, edit
Developer A developer has all the rights of a maintainer. Additionally (s)he should be able to alter a database structure. basic_access, export, import, edit, modify_db
Chief A chief is responsible for adding/removing users to a project/ontology. basic_access, export, import, edit, add_user
Admin An admin has basically all rights basic_access, export, import, edit, add_user, modify_db