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

Prevent duplicate organization names and duplicate project names within the same organization #324

Closed
clash99 opened this issue Jul 6, 2016 · 6 comments
Assignees
Milestone

Comments

@clash99
Copy link
Contributor

clash99 commented Jul 6, 2016

Should we force unique project names (at least within the same organization)? Right now you can have multiple projects with the same name.

screenshot 2016-07-06 08 54 26

@wonderchook
Copy link
Contributor

Let's enforce a constraint by org. Otherwise I don't think people will be able to know which project is which.

@ian-ross
Copy link
Contributor

ian-ross commented Jul 6, 2016

OK, we can do that easily within the data model.

@ian-ross ian-ross self-assigned this Jul 6, 2016
@seav
Copy link
Contributor

seav commented Jul 6, 2016

unique_together?

@wonderchook wonderchook added this to the Version 0.1 milestone Jul 9, 2016
@wonderchook
Copy link
Contributor

@ian-ross: should we push this off until "later"?

@ian-ross
Copy link
Contributor

Yes. Adding the constraint to the database is easy, but we also need to add messaging in the front end, so let's leave it for now.

@ian-ross ian-ross modified the milestones: Post July Release Sprint, Version 0.1 Jul 12, 2016
@ian-ross ian-ross assigned seav and unassigned ian-ross Jul 25, 2016
@ian-ross
Copy link
Contributor

Same thing goes for organization names: they should be globally unique.

@seav seav changed the title Duplicate project names - question Prevent duplicate organization names and duplicate project names within the same organization Jul 30, 2016
ian-ross added a commit that referenced this issue Aug 9, 2016
Resolve #324: Prevent duplicate org and project names
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants