gnosis / dao

Repo containing descriptions and setting files for various components of the GnosisDAO.
GNU General Public License v3.0
0 stars 2 forks source link

Decouple "admin" and "mod" roles #3

Closed auryn-macmillan closed 1 year ago

auryn-macmillan commented 1 year ago

Currently, snapshot admins are able to both edit the space settings and moderate proposals.

As part of GIP-77, we would like to add a new "moderator" role to decouple the moderator permissions from the admin role.

The desired role structure looks as follows:

This issue should be implemented via a PR to the snapshot codebase, including updates to their documentation.

zzuziak commented 1 year ago

Hey @auryn-macmillan, let us know your thoughts on the solution from the above PR. You can have a look at it live here: https://snapshot.org/#/gnosis.eth/settings

auryn-macmillan commented 1 year ago

Looks awesome! I had a play with it earlier and it seems to do what we need. Appreciate the support on this.