Skip to content

[UX improvement] confirmation vs error #4836

@kristenwomack

Description

@kristenwomack

The UX here is a confusing. It gives an error message, but the action indicated was successful.

Scenario:

  • azd init -t <template-name>
  • notification that you're not in an empty directory and asks "continue initializing app here?"
  • when selecting no the response is ERROR: confirmation declined which feels indicated that the action I took (answering no) just failed when in fact the intention succeeded

Image

Potential solution:
Provide a positive confirmation that the action of selecting no was successful and you can cd to your intended directory or mkdir for the new app you're initializing.

Brainstorm of potential messages with @SophCarp:

  • SUCCESS: confirmation declined; app was not initialized
  • SUCCESS: current directory is not initialized
  • SUCCESS: confirmation declined
  • SUCCESS: app was not initialized

cc: @rajeshkamal5050

Metadata

Metadata

Assignees

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions