posit-dev / publisher

MIT License
4 stars 0 forks source link

Renaming Deployment leaves the user in an unexpected state #1753

Closed kgartland-rstudio closed 4 months ago

kgartland-rstudio commented 4 months ago

When you change the Deployment name, we get into an unexpected state where it's unclear what the next steps are. I think we hit an earlier placeholder version of the UI where the Destination is lost and the description is "Get deploying". I saw Julia hit this during user testing during the collaboration section. The Deployment name was "collab_deployment" Here I rename the deployment and we can see it gets into the unexpected state:

https://github.com/posit-dev/publisher/assets/41300090/637619dc-8672-4aca-97de-3046c7fa4ed7

jonkeane commented 4 months ago

1697 won't resolve the underlying bug, but it would lessen the surface area of hitting it

sagerb commented 4 months ago

This is exactly what we designed, however, I understand it to be confusing. I'm not real crazy about the "Let's Get Deployment".

That aside, I believe it is best resolved by implementing #1588.

dotNomad commented 4 months ago

Closing this one as intended behavior. We think that #1697 will help this. If we run into this in future testing or through feedback we could potentially change the language to improve it.