wizeline / project-lab

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

Feat - #348 - change role field to be related to disciplines table #360

Closed juanan0309 closed 2 years ago

juanan0309 commented 2 years ago

What does this PR do?

This PR modifies the Create, Edit and Join Project forms, so the Role field is no longer an open string field but a field related to the Disciplines table values, the user must can only select options from the list provided.

It also migrate most of the old role values to the new structure so the users don't have to re-enter this info, however, there are some cases where certain users will have to do it as we can't relate the current value to the Disciplines records.

Last but not least, I added the Owner and Stakeholder option to the Disciplines table.

Where should the reviewer start?

In any of the form listed above

How should this be manually tested?

What are the relevant tickets?

348

Screenshots

image image

Checklist