VRMS icon indicating copy to clipboard operation
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...

Results 401 VRMS issues
Sort by recently updated
recently updated
newest added

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,...

role: Front End
size: 1pt
complexity: medium
p-feature: User Permissions

### 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,...

role: Back End
role: devops
Research
size: 3pt
complexity: large
p-feature: User Permissions

### 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...

role: Back End
Bug
p-feature: Events
p-feature: Check In
size: 3pt
complexity: large

### 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...

role: Front End
role: Back End
feature: ESLint Warnings
size: 2pt
complexity: medium

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...

ready for 2nd review

### 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'...

role: devops
feature: Github Actions
size: 1pt
complexity: medium

### 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...

role: Front End
role: Back End
ready for dev lead
draft
size: 1pt
complexity: large
p-feature: User Permissions

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...