As an Administrator,
I want to have access to administration tools
So that I can moderate site content
Administration privileges should include:
remove erroneous data from the site
clear past showings
fetch new information
mark data as incorrect
Development notes
Currently, we do not distinguish user roles. We will need to add this information to the database. Note: it is yet to be decided whether we will store this information with the user documents, or as linked information in a separate collection via e.g. a UserPermission model.
As an Administrator, I want to have access to administration tools So that I can moderate site content
Administration privileges should include:
Development notes
Currently, we do not distinguish user roles. We will need to add this information to the database. Note: it is yet to be decided whether we will store this information with the user documents, or as linked information in a separate collection via e.g. a UserPermission model.