Entity-Relationship Diagram
This file is used to describe all entities, their properties and how they relate.
User
A user entity is used to...
Fields
username: | The username a user will use to login to his/her account |
---|---|
email: | ... |
Relations
Group: | A user can be part of one group. |
---|
Group
A group of users can have specific roles in the application.
Fields
name: | The group name. This should be... |
---|---|
roles: | An list of roles |