-
Notifications
You must be signed in to change notification settings - Fork 822
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
Enhancement: Don't allow multiple campaigns with the same name #5464
Comments
Do we want to allow campaigns with the same name and instead attribute a date as part of their title? I know its a bit finicky, but I can see a use for multiple campaigns with the same name (even if we wouldn't do it ourselves) |
Yup possibly, or just a incremental numbering after the title as in the files area and most computers handling duplications. |
Wouldn't it make more sense to suffix a campaign name with |
Eventually there will be more fields for which a user can distinguish the difference between campaigns (due date, date created, permissions) so I think a suffix would work good as the most basic step. A message notifying the user that the given name already exists before providing the suggested suffixed name would make a nice addition. "That name is already taken. You could use... " |
Acceptance criteria
Set-on-form-submission is fine.
There is no indication that there is already a campaign with the same name.
Tasks
Related
Pull requests
The text was updated successfully, but these errors were encountered: