Northeastern-Electric-Racing / FinishLine

Our project management dashboard, v5
https://finishlinebyner.com
GNU Affero General Public License v3.0
26 stars 8 forks source link

[Onboarding] - Add onboardingText and contacts to organization model #3002

Closed Aaryan1203 closed 1 week ago

Aaryan1203 commented 1 week ago

Desired Changes

We need to be able to change the text for the onboarding block and the contacts for the questions block on our onboarding home page. In order to do that, we will need to add those two fields to the organization model and create a migration.

The two fields should be onboardingText which is an optional string and contacts which is an array of strings

In order to create a migration, you will need to run yarn prisma:migrate

Screenshots (as needed)

No response