I was using the playground locally and noticed that while the UI doesn't allow me to create two stores with the same name, I could create stores via the API with the same exact name. I then made a call to list stores and validated that there were two different stores with different ids but the same name.
Is there any reason we can't just put a uniqueness constraint on the store name? What use case(s) does having multiple stores with the same name serve?
I was using the playground locally and noticed that while the UI doesn't allow me to create two stores with the same name, I could create stores via the API with the same exact name. I then made a call to list stores and validated that there were two different stores with different ids but the same name.
Is there any reason we can't just put a uniqueness constraint on the store name? What use case(s) does having multiple stores with the same name serve?