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

Projects should be required to have a unique name #39

Open
rosieyohannan opened this issue Nov 1, 2018 · 3 comments
Open

Projects should be required to have a unique name #39

rosieyohannan opened this issue Nov 1, 2018 · 3 comments
Labels

Comments

@rosieyohannan
Copy link
Contributor

Currently it is possible to have multiple projects with exactly the same name, this makes searching and keeping track of projects difficult.

@pwaller
Copy link
Contributor

pwaller commented Nov 5, 2018

Some thoughts:

  • We need a plan for how to deal with pre-existing collisions.
  • Ideally it should be enforced by the database. That will help in avoiding a TOCTOU bug.

@rosieyohannan
Copy link
Contributor Author

reco v0.7.0

@rosieyohannan
Copy link
Contributor Author

rosieyohannan commented Nov 13, 2018

Here's some words for the error message:

You have already created a project with this name, please try again with a unique name. For a list of your existing projects, please run reco project list.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants