You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MavropaliasG opened this issue
Sep 14, 2018
· 0 comments
Assignees
Labels
featureThis issue relates to the implementation of a new feature.futureThis issue should be postponed for the future, until more urgent ones are resolved first.
When a group decides to use epitome as their decision making system, they will have to be able to ensure the administrator is not abusing their power.
For that reason a seperate section must be created in epitome that will display
Who has admin rights in epitome
The history of their actions (such as creation of accounts, changes in different accounts, posting items etc)
When was the server stopped/started (to track if the django server was put offline, could potentially provide better tracking)
Changes in the configuration of the platform (for example features such as Allow the option to have an admin approve members or disable registration #102 should be variables in a config files, and not only their values should be displayed at a page somewhere in epitome so everyone can see them, but changes in those variables should be kept in a history so that any user can track changes done)
featureThis issue relates to the implementation of a new feature.futureThis issue should be postponed for the future, until more urgent ones are resolved first.
When a group decides to use epitome as their decision making system, they will have to be able to ensure the administrator is not abusing their power.
For that reason a seperate section must be created in epitome that will display
The following can help in implementing this feature
https://stackoverflow.com/questions/22364067/can-i-display-last-actions-of-everyone-in-the-django-admin-index
and also this package https://github.com/justquick/django-activity-stream
and https://github.com/django-notifications/django-notifications
or https://github.com/GetStream/stream-django
The text was updated successfully, but these errors were encountered: