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

Fix Duplicate Queue Name Issue #159

Open
Soumit915 opened this issue Sep 5, 2021 · 2 comments
Open

Fix Duplicate Queue Name Issue #159

Soumit915 opened this issue Sep 5, 2021 · 2 comments

Comments

@Soumit915
Copy link

image

I see the name of the queue changes and becomes capitalised in the pop-up of the qr-code. I think there might be miss-understanding arising with the name of the queue, when there are alike names like 'MyQ1' and 'Myq1'. Even, when the queue remains empty this thing happens. This might lead to confusion to the users as to which queue is the one they are wanting. I have attached the screenshots of the case below.

image
image

The above two queues are different but the same name is getting displayed. We should refrain from using duplicate queue-names irrespective of the case of the letters, as mentioned by @maaverik . So, it will be better if check if there arises duplicate queue-name irrespective of the case than just only checking duplicate queue names with case-sensitive. Like in the above example while going to make a queue of name 'Myq1' should not be allowed as there exists a queue name 'MyQ1'

Hope you understand. Please revert back for queries

@daltonfury42
Copy link
Collaborator

Is this because of us manipulating the case at frontend side?

https://github.com/SimplQ/simplQ-frontend/search?q=getSentenceCaseText

Yes, we should add a check.

@Soumit915
Copy link
Author

@daltonfury42 yes, absolutely.

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

No branches or pull requests

2 participants