I am designing a website for tech events, which needs to have both an admin display
and a public / user display
. Admins of course can manage events, users
etc. Users can save events, register, share events
. E.g in the public / user navigation
I have tickets, reminders,
etc.
Now I can“t decide if all the users features
has to be present in the admin display
as well, or only the admin / managing features
? What is best practice
and why?