itthinx / groups

Groups provides group-based user membership management, group-based capabilities and content access control. It integrates standard WordPress capabilities and application-specific capabilities along with an extensive API.
GNU General Public License v3.0
49 stars 35 forks source link

Group meta and pull requests #88

Open dhunink opened 6 years ago

dhunink commented 6 years ago

Hi,

I’m looking to use Groups in my website and have two questions. I like the fact that the data is stored in a straight forward way, compared to other group plugins and that it doesn’t have much overload in code.

  1. I see some excellent pull request with additional filters and more. Are they being considered for merging?
  2. What would be the best way to add meta-data to a group, without loosing compatibility with the plugin? Ideal there would be a database table for that I think. Is that something that’s part of current development or, if I was to create it myself, something that would be considered for merging?

Thanks!