By macired on
Hey guys,
I'm very new in Drupal Development. I have a project in which I have to create a group under a group (not subgroup). Let me give an overview of that I want to do.
In a user profile page, he/she can create an project, this is where I want to create the top level group of that project. The group under the project group is the list of people(users) that are part of the project.
Summarily:Every project is part of a Group. In addition, every project has a group under it.
Anyone, have an idea how to do that?
Thanks!
Edited by WorldFallz: moved to a more appropriate forum.
Comments
You do realize you can let
You do realize you can let people join groups (or assign people to groups) and that makes them members of the group/project. You can also list the people in a group.
But how?
How can I be able to create a group of projects. A new projects will be automatically added to this group. AND, another group under EVERY SINGLE project that will have the list of the people that join the project. Also, I want the group under every project to have some specific fields that will tell how the user accepted to join the project. I mean by how the user joins the project, by specifying if the user will be an active contributor or just a member that will be notify for new ideas about the project or ........
Thanks