-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Investigate groups as means to join assembly #36
Comments
So far so good, I created a group and added a user to that group as a member. I then added that group to a couple of assemblies as a contributor role. The member received notifications that they were added to the assembly. The member is not able to represent the group when registering for events, so it does indeed seem like that is restricted only to administrators of the groups. 🤔 One small thing though, when you view members of an assembly it does not show the individual people, because it shows the group being the member. Likewise it does not show on the user's profile that they are a member of that assembly. Compared with another member who joined directly by the backend: I wonder if that might be a suggestion as an option to have a checkbox which shows everyone who is a member of groups as a member of assembly individually, and list that on their profile? I could imagine there being a checkbox option in the actual assembly which allows you to say show members of groups as individual members, and for it to show on their profile - maybe having some way to denote on the members overview of the group that they're member via a group. |
Somewhat blocked by #37 |
Thanks for documenting the process. Just thinking out loud, I would love to find a solution without any "checkboxes"… we have already too much options in this admin. To me one solution could be to have a feature like this:
This way assembly member refers only individuals, and their presence are delegated to groups. This could be a powerful hack for delegation of power with decidim. |
I would tweak this to:
Representative has a different meaning in Decidim (being able to take actions representing a group), so we don't want to confuse the two. Saying they are a member due to their group membership might be more accurate? |
honestly, loved it. I see much potential in this "group expansion" in the member tab. |
Is this something we could do in our instance, or to propose/contribute upstream (or both?) |
In discussion with @froger we realized that we could maybe use groups as a way to have people join an assembly via the front end. Currently it's only possible to add people as a contributor, for example, through the backend - which is a time intensive task.
To explore the following:
The text was updated successfully, but these errors were encountered: