vscode-cosmosdb icon indicating copy to clipboard operation
vscode-cosmosdb copied to clipboard

Improvement: Creating Core/NoSQL containers with confusing UX around PK

Open tnaum-ms opened this issue 10 months ago • 0 comments

When a new container is created, a user is being asked for:

  • the container name ✅
  • the first partition key ✅
  • the second partition key ⚠️
    • here, the value from the first partition key is being shown
    • this leads to confusion as it's hard to spot the change of the title of the dialog

Expected behavior:

  • the second partition key value is empty so that the user is more likely to notice that he's being asked to provide the second partition key

https://github.com/user-attachments/assets/1feef785-6703-4fba-9285-4d5189170cd8

tnaum-ms avatar Jun 04 '25 10:06 tnaum-ms