packlink-dev / ecommerce_module_core

Core library for e-commerces (PS, Woo, Magento, etc) modules
Apache License 2.0
3 stars 4 forks source link

UI Redesign - Base infrastructure, Login and Register flow #40

Closed logeecom closed 4 years ago

logeecom commented 4 years ago

This PR contains the following

Please note that there are some JS controllers and CSS added from the old UI. This will be updated once the proper flow is implemented.

nanojover commented 4 years ago

Codacy Here is an overview of what got changed by this pull request:


Issues
======
+ Solved 9
- Added 286

Complexity increasing per file
==============================
- tests/Infrastructure/Common/TestComponents/TestRegistrationInfoService.php  1
- src/BusinessLogic/Controllers/RegistrationController.php  4
- src/DemoUI/src/Controllers/DefaultWarehouseController.php  1
- src/DemoUI/src/Controllers/ShippingMethodsController.php  1
- src/BusinessLogic/Resources/js/TranslationService.js  3
- src/BusinessLogic/Controllers/LoginController.php  3
- src/DemoUI/src/Controllers/CountryController.php  2
- src/BusinessLogic/Resources/js/RegisterModalController.js  4
- src/DemoUI/src/Controllers/DashboardController.php  1
- src/DemoUI/src/Controllers/RegistrationController.php  1
- src/BusinessLogic/Registration/RegistrationInfo.php  4
- src/BusinessLogic/Resources/js/ModalService.js  6
- src/BusinessLogic/Resources/js/FooterController.js  1
- src/DemoUI/Lib/Composer.php  4
- src/DemoUI/src/Controllers/Models/Request.php  2
- cssCompile.php  2
- tests/BusinessLogic/Controllers/RegistrationControllerTest.php  1
- src/DemoUI/src/Controllers/AutoConfigureController.php  1
- src/BusinessLogic/Language/TranslationService.php  5
- src/DemoUI/src/Controllers/ModuleStateController.php  1
- src/DemoUI/src/Services/Integration/UrlService.php  2
- src/DemoUI/src/Controllers/DefaultParcelController.php  1
- tests/BusinessLogic/Language/TranslationServiceTest.php  1
- src/DemoUI/src/Repository/SessionRepository.php  2
- src/BusinessLogic/Resources/js/RegisterController.js  5
- src/BusinessLogic/Language/Translator.php  2
- src/DemoUI/src/Controllers/OrderStateMappingController.php  1
- tests/BusinessLogic/Controllers/ModuleStateControllerTest.php  1
- src/DemoUI/src/Controllers/LoginController.php  2
- src/DemoUI/src/Services/BusinessLogic/CarrierService.php  1
- src/BusinessLogic/Resources/js/ValidationService.js  3
- src/BusinessLogic/Resources/js/LoginController.js  2
- src/DemoUI/src/Controllers/ResolverController.php  6
- tests/BusinessLogic/Language/TestTranslationService.php  1
- src/DemoUI/src/Services/BusinessLogic/ConfigurationService.php  2
- src/BusinessLogic/Controllers/ModuleStateController.php  3
- src/BusinessLogic/Resources/js/OnboardingController.js  1
- src/DemoUI/src/Controllers/ShippingCountriesController.php  1
- src/DemoUI/src/Services/BusinessLogic/ShopOrderService.php  2
- src/DemoUI/src/Bootstrap.php  1
- src/DemoUI/src/Controllers/DebugController.php  1
- src/DemoUI/src/Services/Infrastructure/LoggerService.php  1

Complexity decreasing per file
==============================
+ src/BusinessLogic/Resources/js/StateController.js  -2
+ src/BusinessLogic/Resources/js/UtilityService.js  -2
+ src/BusinessLogic/Resources/js/TemplateService.js  -2

Clones removed
==============
+ src/BusinessLogic/Resources/js/UtilityService.js  -1
+ src/BusinessLogic/Resources/LocationPicker/js/LocationPicker.js  -1

See the complete overview on Codacy