Volunteer Relationship Management System: This is an ambitious project to create a system that will help us measure our human capital development, reduce repetitive tasks and processes, and improve outcomes.
GNU Affero General Public License v3.0
40
stars
79
forks
source link
1486 - Giving the capability for admin to change user access level for any user #1750
What changes did you make and why did you make them ?
Provided a toggle in the edit users screen granting an admin the capability to change the access level of a user
refactored CSS files to avoid code repitition
added restrictions on the model layer allowing accessLevel to be either of the 2 strings "user" and "admin"
Screenshots of Proposed Changes Of The Website
Visuals before changes are applied
![image](https://github.com/user-attachments/assets/c6659cea-6da9-4a3c-a555-47361bcd586e)
Visuals after changes are applied
![image](https://github.com/user-attachments/assets/da6b4341-d1b2-442f-b365-68ee2ddc4e26)
Fixes #1486
What changes did you make and why did you make them ?
Screenshots of Proposed Changes Of The Website
Visuals before changes are applied
![image](https://github.com/user-attachments/assets/c6659cea-6da9-4a3c-a555-47361bcd586e)Visuals after changes are applied
![image](https://github.com/user-attachments/assets/da6b4341-d1b2-442f-b365-68ee2ddc4e26)