I am trying to create a (Starcommunity) solution where users can create a club of clubs, a way to collect clubs with common interests. Perhaps the "super club" owner can then send invetation to other club owners to add their club to the super club. And perhaps other club owners can apply for membership in the super club without invetation.
Has anyone created any similar solution and can point me in a good design direction. Or does anyone have a smart idea of how to implement this in the best way?
I would suggest that you use a multi-value attribute of Clubs on the Club type to represent your "child" clubs list. Also a pointer to the "super club" might be usefull.
Here is a previous post discussing multi-value attributes.
Hi,
I am trying to create a (Starcommunity) solution where users can create a club of clubs, a way to collect clubs with common interests. Perhaps the "super club" owner can then send invetation to other club owners to add their club to the super club. And perhaps other club owners can apply for membership in the super club without invetation.
Has anyone created any similar solution and can point me in a good design direction. Or does anyone have a smart idea of how to implement this in the best way?
Thanks!