for a lot of our customers it is desired that members in Umbraco can be grouped.
The most common use case is that multiple persons from one client (company) may access a (secured) portal built in Umbraco. Visually grouping (tree like) is desired as well as the ability to have properties on the level of the group (client).
So far we use content nodes with level customer and user. User is then linked (via code) with the Umbraco member. Although it works syncing data like that never is the best solution.
I'm wondering if someone has the same desires and perhaps even solved the puzzle.
I've heard of people having a similar requirement, but never seen it implemented. What you could do is use some custom database tables to store the group information and a relationship between a member and a company (instead of relying on the Umbraco Content Tree). You'd probably need to create your own back office section for improving the management of this but it would be quite a nice solution.
thanks for the suggestion, We were thinking along the lines of a section indeed but wondering if anyone did come up with a solution at any time.
The member section feels a bit underrated. Members, Membertypes and Membergroups are a very simple setup where the term group is more of a role than a group (since nothing is really grouped). I'd love to see some TLC from HQ there.
Grouping members
Hi
for a lot of our customers it is desired that members in Umbraco can be grouped.
The most common use case is that multiple persons from one client (company) may access a (secured) portal built in Umbraco. Visually grouping (tree like) is desired as well as the ability to have properties on the level of the group (client).
So far we use content nodes with level customer and user. User is then linked (via code) with the Umbraco member. Although it works syncing data like that never is the best solution.
I'm wondering if someone has the same desires and perhaps even solved the puzzle.
Thanks!
Hi Martijn,
I've heard of people having a similar requirement, but never seen it implemented. What you could do is use some custom database tables to store the group information and a relationship between a member and a company (instead of relying on the Umbraco Content Tree). You'd probably need to create your own back office section for improving the management of this but it would be quite a nice solution.
Nik
Hi Nik
thanks for the suggestion, We were thinking along the lines of a section indeed but wondering if anyone did come up with a solution at any time.
The member section feels a bit underrated. Members, Membertypes and Membergroups are a very simple setup where the term group is more of a role than a group (since nothing is really grouped). I'd love to see some TLC from HQ there.
I'll see if we can workout a package for it.
Thanks!
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.