Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 545 Bytes

2022-12-12-refactor-first-run-wizard-client.md

File metadata and controls

11 lines (11 loc) · 545 Bytes
title issue author author_email author_github
Refactor First Run Wizard client
NEXT-24068
Frederik Schmitt
f.schmitt@shopware.com
fschmtt

Core

  • Added Shopware\Core\Framework\Store\Services\FirstRunWizardService as a domain layer between the FirstRunWizardController and the FirstRunWizardClient
  • Changed Shopware\Core\Framework\Store\Services\FirstRunWizardClient to only be responsible for HTTP communication
  • Changed Shopware\Core\Framework\Store\Api\FirstRunWizardController to use the new FirstRunWizardService