开发者

best way to manage team membership in drupal-based site

I'm creating a site to manage a sports league. At the beginning of each season, there's a draft during which captains choose their teams. Currently, I'm considering using Organic Groups and/or a user reference field on the Team type. (Which one? Both?)

开发者_C百科I'd like to provide a clean interface for managing the draft where an admin would have a bucket of users and could drag them into buckets for each team. Or between tables or via a dropdown interface or whatever. I'm less concerned about the interface at the moment than I am that:

  • the admin can see and edit all the users
  • grouped by team
  • with an ungrouped group
  • easily move them between the groups

I imagine I might be able to use views bulk operations to whip something up, but before I do, is there anything like this out there?


It sounds like a good scenario for organic groups, as you suspected. You can make a private group per team, and only allow administrators or 'team captains' to add people to a given team. A views query can allow you to show a page of players who don't belong to any group. We do something similar for project teams.


Yup, perfect scenario for Organic Groups! That's exactly what that module was meant to do.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜