confluentinc / vscode

Confluent for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=confluentinc.vscode-confluent
Apache License 2.0
13 stars 3 forks source link

Comprehensive Schema Registry Experience with CP #360

Open katehollowayconfluent opened 1 month ago

katehollowayconfluent commented 1 month ago

Background

As part of the effort to add Confluent Platform support, we will need to revisit the Schema Registry Selection experience to ensure that it is consistent, easy to use, and discoverable while providing users the information they need about which schema registry is selected.

Confluent Platform has additional settings that will expand the workflow and details needed for Schema Registry and adding the complexity here will catalyze the need for a comprehensively designed experience.

More Details to Come

noeldevelops commented 2 weeks ago

We will need to split off design and dev will go ahead with "wireframes" and iterate until design resources are ready. Per @shouples we have some existing patterns we can reuse for local env SR and expand on that.

shouples commented 1 week ago

For reference, here's the current Kafka cluster quickpick structure:

image

And the incoming Schema Registry quickpick structure:

image

Only major difference is for SR, we're only splitting on local-vs-CCloud (until other connection types are supported), and not separating on environment like we do with the Kafka cluster quickpick.