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