In the Admin section, we need to finish the CRUD management UIs for Users, Roles, Registration-Keys.
The Users UI is almost done, but requires some modification for the REST API changes to API-tokens.
Roles and Registration-Keys don't have any Modals for Add, View, Edit and Delete yet.
We also have to think about how we want to add/remove users to/from roles.
And how do we show API tokens of other users?
-> This is very helpful for admins to get tokens of deploy users (e.g. Live) without having to login as that user.
In the Admin section, we need to finish the CRUD management UIs for Users, Roles, Registration-Keys.
The Users UI is almost done, but requires some modification for the REST API changes to API-tokens.
Roles and Registration-Keys don't have any Modals for Add, View, Edit and Delete yet.
We also have to think about how we want to add/remove users to/from roles.
And how do we show API tokens of other users?
-> This is very helpful for admins to get tokens of deploy users (e.g. Live) without having to login as that user.