User Persona data
# Problem to Solve Personas will allow group administrators to modify parts of a user's profile to meet their security and compliance needs. Examples include ensuring their email aligns to their organizations domain, their first and last name easily identify them. # Proposal The basic idea is that a User will have their set of personal information. A Users profile will change based on which part of the site they visit. ```mermaid classDiagram User --> "*" Personas Organization --> "*" Personas ``` There is an open question on how to select which User Persona when collaborating on an open source project on behalf of an Organization.
epic