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...
### Overview Current tests for backend routers are creating MongoMemoryServers for each test suite and testing the functionality of more than just the routers themselves. We need to create new...
Fixes #1890 ### What changes did you make and why did you make them ? - Wrote unit test for `healthCheck.router` - Necessary to check individual functionality of API route...
### Overview Create unit tests for each route on `./backend/routers/events.router.js` ### Action Items - [ ] Create tests for every route described in `./backend/routers/events.router.js`, isolating their functionality from all dependencies...
### Overview The VRMS GitHub project currently has 607 closed issues without feature labels. To accurately track feature development over time and compile a comprehensive list of annual accomplishments for...
### Overview Create unit tests for each route on `./backend/routers/healthCheck.router.js` ### Action Items - [x] Create tests for every route described in `./backend/routers/healthCheck.router.js`, isolating their functionality from all dependencies -...
### Overview Create unit tests for each route on `./backend/routers/auth.router.js` and if necessary, move existing tests to `./backend/test/` to function as integration tests. ### Action Items - [x] Review `./backend/routers/auth.router.js`...
### Overview In the future, HfLA wants to have data on all of the projects, events, and users. Both when they were created and when they were changed. Ideally it...
### Overview In this epic #1107 we are attempting to create a data audit pathway in our backend. We need to research libraries or typical libraries and best practices with...
### Overview Create unit tests for each route on `./backend/routers/projectTeamMembers.router.js` ### Action Items - [x] Create tests for every route described in `./backend/routers/projectTeamMembers.router.js`, isolating their functionality from all dependencies -...