Im struggling with some of the constraints on the Private MembersData collection. The fact that you cant add roles dynamically and cant add your own fields makes it almost not relevant for my needs.
I do like its advantages though, so I was thinking about creating a wrapper of my own in a form of another collection with a reference to the PrivateMembersData table. Then im thinking I could enjoy both worlds.
I do want to hear what people here think about this and what kind of issues do you see in doing this.
P.S. I did not invent this, in the Django framework you wrap the frameworkâs User model with your own to enjoy both worlds.