VRMS
VRMS copied to clipboard
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 ou...
Fixes #[2038](https://github.com/hackforla/VRMS/issues/2038) ### What changes did you make and why did you make them ? - Update GitHub Actions workflow to use actions/upload-artifact@v4 since v3 is deprecated and caused workflow...
### Overview Prevent admin and super admin users from revoking their own VRMS Admin access. The **VRMS Admin** toggle should be disabled (grayed out) when users view their own account,...
### Overview The current VRMS permission system (`accessLevel`) relies on hardcoded values / string matching checks (e.g., `is_admin`), which limits flexibility and maintainability. To enhance scalability and streamline permission management,...
### Overview Event check-ins in VRMS are being displayed at incorrect times, potentially due to an issue in the event processing flow. A comprehensive review of the entire check-in flow...
### Overview As part of the broader effort to fix linting errors across the VRMS codebase, we need to assess whether code mods can be used to efficiently resolve certain...
Fixes #2008 ### What changes did you make and why did you make them ? - replaced search query that originally used `useState` hook with `useContext` hook - allows users...
Fixes #1968 ### What changes did you make and why did you make them? "To streamline linting remediation across the VRMS codebase, we need a script that outputs a list...
### Overview Pipelines are failing on simple changes that are not associated with code changes (e.g., updates to README files). Below is the failure message: ``` Current runner version: '2.329.0'...
### Overview When an admin uses the "User Permission Search" feature and navigates into either the "Admins" or "Project Members" search results, edits a user profile, and then clicks "Back...
Fixes [#1704](https://github.com/hackforla/VRMS/issues/1704) ### What changes did you make and why did you make them ? - Changes to the addProject.jsx file - Change to the ChangesModal.jsx - Change to the...