I am looking for some existing references of the UML class diagram that is model for "group function of a webapp system", like facebook group or meetup.com etc.
basically, creating groups, request joining groups, accept , reject, create events in the group, join events..etc.
I just want to see how ppl model that specific part of the web app (group functions), and see some common references of what would be a good way to model that!
I have hand draw a class diagram -
what I am trying to model is:
- User can join 0 to many groups
- Group can have 1 to many users
- Group has 0 to many events
- User can be invited to the event of their group, the user can accept / reject..etc.
- Group can send their event (activity) to other groups and they can also accept / reject .etc.