Extending the Organization plugin
I would like to add functionality to the organization plugin, is there a way to extend it? Or do I just add features to the original plugin?
My idea is to use groups to, well, group users, where a user can join multiple groups and an org can have multiple groups, with a simple management API. Creating groups, deleting groups, updating groups / group members. These should not be used for permissions but simply for organization of users
4 Replies
I am not sure if the "teams" feature already does that. Am I able to join multiple teams?
I just tested teams and I dont think you can join multiple teams in an org.
for extending i guess you can do a plugin by just copying the already existing org and team plugins and add those features seems to be safe way of doing it. but this is also something to think about. so feel free to try it out and let us the know the progress you made.
I would love to add this feature to the already existing plugin, maybe with a config flag like teams. I am not sure if this is needed, though
currently we dont have a built in way of extending plugins but such you can make sure to run custom fn for some callbacks provided in addition if hooks may help make sure to use that as well for your usecase but it gonna be bloat on that