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

### Dependency: - [x] #1724 ### Overview Review all components in`./src/components/editMeetingTimes.jsx` and replace all standard HTML components with applicable MUI components. ### Action Items - [ ] Review components in:`./src/components/editMeetingTimes.jsx`...

role: Front End
Dependency - Icebox
size: 0.25pt
complexity: small
feature: refactor to MUI

### Overview Devs on this team have differing eslint configurations. VRMS should standardize linting so that only relevant changes show up in commits, standardizing things like: `import {foo} from './foo'`...

role: devops
size: 2pt
feature: Infrastructure
complexity: medium

Fixes #1671 ### What changes did you make and why did you make them ? - the task required the change of regular html elements for their MUI equivalents, if...

### Overview Review all components in`./src/components/admin/dashboard/index.js` and replace all standard HTML components with applicable MUI components. ### Action Items - [x] Review components in:`./src/components/admin/dashboard/index.js` and search for any standard HTML...

role: Front End
size: 0.25pt
feature: refactor to MUI

### Overview When the user encounters an error in the /admin page on the email field, the buttons are bumped down to display the error state We can prevent this...

role: Front End
p-feature: Login
size: 0.5pt

### Overview The auth component is imported in multiple locations protecting components that should only be accessed when the user is logged in. This can be more easily handled with...

role: Front End
p-feature: Login
size: 2pt

### Overview Per stakeholder (Bonnie) - the VRMS API that is used by the HfLA website appears to be publishing Zoom links for each event stored on VRMS. For security...

role: Back End
size: 1pt
p-feature: API

Fixes #1639 ### Overview Switching off Create React App to Vite is recommended, and allows us to get a hold of security vulnerabilities and use tools like ESLint without as...

### Overview Upon loading the home screen, we are hit with a `POST https://dev.vrms.io/api/auth/me 401` error in the console. Please attempt to resolve. ### Action Items - [ ] Check...

role: Front End
role: Back End
p-feature: Login
size: 1pt

### Overview The TitledBox children have been accidently moved outside of the component, rendering them differently than before: ### Action Items - [ ] Move children back within TitledBox regardless...

role: Front End
size: 0.5pt
p-feature: Project Details