Skip to content

feat: Enhance project creation UX with improved option descriptions and spinner support#900

Merged
Soner (shyim) merged 2 commits intomainfrom
feat/improve-project-create-ux
Mar 9, 2026
Merged

feat: Enhance project creation UX with improved option descriptions and spinner support#900
Soner (shyim) merged 2 commits intomainfrom
feat/improve-project-create-ux

Conversation

@shyim
Copy link
Copy Markdown
Member

No description provided.

Copilot AI review requested due to automatic review settings March 9, 2026 04:46
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR improves the project creation UX in shopware-cli by enhancing option descriptions in the interactive form, adding a spinner while running composer install, and showing "Access your shop" information after creation. It also pre-populates .env.local with APP_ENV=dev when Docker is selected and refactors runComposerInstall to support both spinner and non-spinner modes.

Changes:

  • Improved interactive option labels (e.g., "Local Docker Setup""Install Shopware with local Docker setup", "AMQP Queue Support""AMQP queue support (for background jobs and messaging)", etc.) and reordered docker/git options so Docker appears first.
  • Refactored runComposerInstall to accept a showSpinner bool parameter, adding a spinner for interactive non-verbose mode and extracting the local-composer path into the else branch.
  • Added a new "Access your shop" section to the post-creation output displaying URLs and default credentials, and writes APP_ENV=dev to .env.local when Docker is selected.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread cmd/project/project_create.go Outdated
Comment thread cmd/project/project_create.go Outdated
Comment thread cmd/project/project_create.go Outdated
…nd enhancing error reporting during dependency installation
@shyim Soner (shyim) merged commit 69de705 into main Mar 9, 2026
3 checks passed
@shyim Soner (shyim) deleted the feat/improve-project-create-ux branch March 9, 2026 05:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants