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

Feature: Allow Users to Create Custom IDs for Domains #2689

Open
arvindh123 opened this issue Feb 10, 2025 · 0 comments · May be fixed by #2696
Open

Feature: Allow Users to Create Custom IDs for Domains #2689

arvindh123 opened this issue Feb 10, 2025 · 0 comments · May be fixed by #2696
Assignees

Comments

@arvindh123
Copy link
Contributor

arvindh123 commented Feb 10, 2025

Is your feature request related to a problem? Please describe.

No

Describe the feature you are requesting, as well as the possible use case(s) for it.

Allow Users to Create Custom IDs for Domains.
Constraints for custom ID

  1. The ID must be exactly 36 characters long, same length of UUID.
  2. It should consist of alphanumeric characters (letters and numbers), including undersocre ().
    2.1 Dashes or underscores cannot appear at the beginning or end of the domainname(e.g.,domainname
    , _domainname are invalid).
    2.2 No consecutive underscores (e.g., domain__name is invalid).
    2.3 No spaces or other special characters (e.g., @, !, #).
  3. Start and end: The domainame should start and end with an alphanumeric character (letters or numbers).
  4. The ID should be case-insensitive (e.g., "domainID" and "domainid" should be treated the same).
  5. The ID must be unique within the system.

Indicate the importance of this feature to you.

Must-have

Anything else?

No response

@github-project-automation github-project-automation bot moved this to ⛏ Backlog in SuperMQ Feb 10, 2025
@arvindh123 arvindh123 moved this from ⛏ Backlog to 🚧 In Progress in SuperMQ Feb 10, 2025
@felixgateru felixgateru linked a pull request Feb 10, 2025 that will close this issue
@felixgateru felixgateru moved this from 🚧 In Progress to 🩺 Review and testing in SuperMQ Feb 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🩺 Review and testing
Development

Successfully merging a pull request may close this issue.

2 participants