Closed leonardohervert closed 2 years ago
And I would say we can just separate the seed, and make sure we are importing it on the main seed. But I would leave modifying the CI for a separate PR or task, since for now we will be able to run it manually on prod only once.
I already create both files, please check if I am right
@jackbravo @leonardohervert let's keep in mind that we should be aware of modifying CI/CD before the next prod release or not forget to seed manually once deployed. Otherwise, users may feel that the feature is either incomplete or buggy.
What does this PR do?
Implement the "Looking for" field, to add the required or necessary disciplines in the project, this PR adds the schema, seeds.
Where should the reviewer start?
app/pages/projects/[projectId]/index.tsx app/disciplines/queries/getDisciplines.ts app/projects/components/ProjectForm.tsx app/projects/mutations/updateProject.ts app/projects/mutations/createProject.ts app/projects/mutations/deleteProject.ts
How should this be manually tested?
Screenshots
Checklist
Issue #21