Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert Project/Org relationship to an M2M #2827

Closed
ghickman opened this issue Mar 16, 2023 · 1 comment · Fixed by #3571
Closed

Convert Project/Org relationship to an M2M #2827

ghickman opened this issue Mar 16, 2023 · 1 comment · Fixed by #3571
Assignees
Labels
deck-scrubbing Tech debt or other between-initiative tidy-up work

Comments

@ghickman
Copy link
Contributor

ghickman commented Mar 16, 2023

We expected each project to be owned by a single organisation when we added both objects, however in reality it's possible for two or more orgs to collaborate on a project.

We can model this by converting the existing ForeignKey to a ManyToManyField.

We will also need to remove orgs from the main URL structure. This should be trivial to manage by setting up the apppriate redirect instances on all projects. (done in #3312)

We also need to handle various staff area controls switching to a multiple item selection UI.

@madwort
Copy link
Contributor

madwort commented Oct 18, 2023

@bloodearnest to review this week

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deck-scrubbing Tech debt or other between-initiative tidy-up work
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants