hackforla / VRMS

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 outcomes.
GNU Affero General Public License v3.0
39 stars 75 forks source link

Database migration to include project managers on project db entry #1386

Open jbubar opened 1 year ago

jbubar commented 1 year ago

Overview - Work in Progress

We want to display the PM's for the project on the Project page, and the first step is having that information in the backend.

Currently the project manager information (who can change project meeting times) are being kept in the User model (managedProjects array of project IDs) however, it is not in the project model. What we need is to add the User ids into the managedByUsers array on the project model.

Action Items

Resources/Instructions

jbubar commented 1 year ago

Do we still want to do this issue? @Spiteless.

juliagab56 commented 1 year ago

This issue needs to be cleaned up and possibly broken down into two (based on the multiple labels) before we can assign a milestone or move it forward on the board @JackHaeg @jbubar @Spiteless @ExperimentsInHonesty