openhatch

Issue731

Title Duplicate projects should be dealt with gracefully
Milestone Priority bug
Waiting On Status unread
Superseder Nosy List MarkTraceur, paulproteus
Assigned To Keywords

Created on 2012-05-13.18:51:13 by MarkTraceur, last changed 2012-05-13.18:51:13 by MarkTraceur.

Messages
msg3232 (view) Author: MarkTraceur Date: 2012-05-13.18:51:11
Steps to reproduce:

1. Create project "new_project", add in details.
2. Create another project, same name, add different details.
3. Go to /+projects/new_project

Expected behavior:

Either A) Before step 2 succeeds, warn user that the project name is taken and
refuse to submit the new project before creating or B) Somehow make the project
name unique without user input, making any URL to the second project something
like /+projects/new_project_(1)

This is not currently a huge problem, but if two projects with the same name (or
a fork of an existing project) come to the site, the second one is going to be
irritated that their project's URL doesn't work.
History
Date User Action Args
2012-05-13 18:51:13MarkTraceurcreate