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

Create DAO with duplicate name #2669

Open
n13 opened this issue Dec 7, 2024 · 0 comments
Open

Create DAO with duplicate name #2669

n13 opened this issue Dec 7, 2024 · 0 comments

Comments

@n13
Copy link
Contributor

n13 commented Dec 7, 2024

Describe the bug
Creating a DAO with the same name as an existing DAO causes problems because they share the same URL

To Reproduce
Steps to reproduce the behavior:

  1. Create DAO page
  2. Create a DAO with the same name as an existing DAO (not case sensitive)
  3. On the main page, click on the new DAO to see the detail page

Current behavior
Detail page shows the old DAO with the same name

Expected behavior
Detail page shows the new DAO with the same name

Fix Suggestions
We may need to enforce a unique title - I think currently though this functionality is mainly used by DAOs who have to start over.
We definitely need to enforce a unique short URL, both when creating a new DAO, and when changing the short URL.

Screenshots
VIDEO 1

limited_size.mp4

VIDEO 2

video.mp4

Additional context
We need to either prevent people from creating a DAO with the same title as an existing DAO, or else, create a new short URL to make sure short URLs are unique.

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

1 participant