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
As a platform-admin I would like to be able to get an excel list with information about the assembly- and process-admins at any given date and time. The list should include name, e-mail address and according assembly / process (must). Additionally the belonging filter criteria (scope type, assembly type) (nice to have).
Tasks:
Create a new section "Admin accountability" in Decidim Participants submenu
Create basic Controller/permissions class with a placeholder for further development (see View and controllers #3)
Add basic tests (also system tests)
Initial mockup: This step only requires to show the menu, handle the permissions for restricting access to admins and show a view with a placeholder
Mockup for the finished product (when all issues completed):
Update
Add a new conf var in lib/decidim/decidim_awesome/awesome.rb named admin_accountability, expected true, false values.
If true, it behaves as decribed. If false, this feature should be disabled. No menu present
The text was updated successfully, but these errors were encountered:
Global requirement:
As a platform-admin I would like to be able to get an excel list with information about the assembly- and process-admins at any given date and time. The list should include name, e-mail address and according assembly / process (must). Additionally the belonging filter criteria (scope type, assembly type) (nice to have).
Tasks:
Initial mockup: This step only requires to show the menu, handle the permissions for restricting access to admins and show a view with a placeholder
Mockup for the finished product (when all issues completed):
Update
lib/decidim/decidim_awesome/awesome.rb
namedadmin_accountability
, expectedtrue
,false
values.The text was updated successfully, but these errors were encountered: