aquariumbio / aquarium

The Aquarium Lab Operating System
http://klavinslab.org/aquaverse/
MIT License
58 stars 15 forks source link

add ability to edit a user's permissions (backend: 2pts, frontend placeholder: 4pts) #600

Open gnomicosuw opened 3 years ago

gnomicosuw commented 3 years ago

Right now you can only set a user's permissions when you create the user (admin, manage, run, design, develop) and retire/un-retire the user.

We should add a section in the user profile (admin access only) that allows an admin to edit a user's permissions (i.e., toggle on/off admin, manage, run, design, develop). All of the backend API calls have been in place and fully tested, so this is front-end only.