-
Notifications
You must be signed in to change notification settings - Fork 9
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
[Persistence] Organization / Unit / Context / etc. Names Should Be Unique #42
Comments
They should be unique. I think there are issues with unique constraints on HSQLDB and I may have relaxed those initially for the sake of progress. HSQLDB is not the production database, it is only for development. I think this needs to remain as an issue to ensure it is addressed, but for now let's not be concerned about it for the sake of progress. |
@Florian-Schoenherr We will address this in a later version. We will be creating a separate backlog so leave this open and remember it for later inclusion. |
Another id I had was to ditch ids completely and have the names be unique. That way people would use: |
Currently creating organizations, units and contexts with the resp. same name is possible.
This can lead to them not being distinguishable from the UI. We could either also show the resp. IDs (but Users having to compare UUIDs is probably not the UX we're aiming for) or constrain the names to have to be unique.
Currently, this is possible:
The text was updated successfully, but these errors were encountered: