gnosisguild / zodiac-modifier-roles-v1

Zodiac Roles Modifier V1 (legacy)
https://roles-v1.gnosisguild.org
GNU Lesser General Public License v3.0
1 stars 3 forks source link

If a member of a role is disabled as a module we should show it #9

Open asgeir-s opened 2 years ago

asgeir-s commented 2 years ago

If enabledAsModule in the subgraph's Member entity is false we should indicate it to the user. Because the member will not be able to execute transactions even though it is a member of the role.

This can happen if the Roles Modifier's owner (usually the avatar) calls the disableModule function.

asgeir-s commented 2 years ago

@cedricwaxwing: Reaching this scenario is not easily achievable, it will require somebody to execute a transaction from the Avatar to the module's disableModule function (this is not exposed in any UI). Therefore, I am not sure this is required for https://github.com/gnosis/zodiac-modifier-roles/milestone/1 🤔