wizeline / project-lab

Proposal Hunt / Project Lab experimental repo
MIT License
5 stars 0 forks source link

Feat 355 add related projects #369

Closed JCoronaWize closed 2 years ago

JCoronaWize commented 2 years ago

What does this PR do?

Adds the related projects Model Includes select input to add related projects Creates and Deletes relations between projects when updating projects in projects Page Adds Related projects section in projects detail's page

Where should the reviewer start?

Check the created the new model: RelatedProjects on schema.prisma Run the project a go to a projects Edit Page to view the new related projectsfield

How should this be manually tested?

  1. Go to a projects edit Page.
  2. Add projects on the related projectsinput, and save
  3. On the Project's details page check that on Related Projects section the information is updated.

Any background context you want to provide?

This a featured meant to allow users to see projects that are related to each other, which relation is created by the project members and/or admin users. This MVP is a feature that would be added to the projects new version using REMIX

What are the relevant tickets?

This is related to #355

Screenshots

Captura de Pantalla 2022-08-11 a la(s) 14 27 31 Captura de Pantalla 2022-08-11 a la(s) 14 28 21

Questions

We could use other UI element instead of Chips if we wish to add more information. Would this feature be added to other sections ? eg: Admins Page

JCoronaWize commented 2 years ago

Removed, thank you