Just to verify if my though process is correct.
I have the following domain:
- Employee
- Has many LogEntries
- Has many FuelStops
- Has many Mutations
The user inherits from the Administration.Account entity which inherits from System.User. To create Employees I am currently copying the whole flow of the Administration/User management/Admin folder to my own module (see image). This works but seems very inefficient to me.
Is there a way to use the Administration user management while injecting your own entity? Or maybe something else which makes it possible not to copy all the microflows/ pages from the administration to my own module.
SideNote: Is it a good idea to create a how-to on how to manage users best in the documentation. It took me longer then necessary to get the hang of users...