cmciosu / hemp-db

https://hempdb.vercel.app/
MIT License
1 stars 1 forks source link

Implement more user status/roles #149

Open ColtonMelhase opened 3 weeks ago

ColtonMelhase commented 3 weeks ago

As of now, the only user role is Staff. Implement other roles such as student/researcher, company representative, admin, senior admin. All with varying privileges that correspond with their role.

Apply/update permission checks within the frontend that align with the privilege levels of each role.