Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Msi 2035 storepickup #2036

Merged
merged 8 commits into from
Mar 13, 2019
Merged

Msi 2035 storepickup #2036

merged 8 commits into from
Mar 13, 2019

Conversation

michaelwylde
Copy link
Contributor

Created base modules for In Store Pickup - 2035

Description

Base modules to be used for In Store Pickup

Fixed Issues (if relevant)

  1. Create basic Modules for In Store Pickup functionality #2035: Create basic Modules for In Store Pickup functionality

@magento-cicd2
Copy link

magento-cicd2 commented Feb 11, 2019

CLA assistant check
All committers have signed the CLA.

@@ -0,0 +1,25 @@
# InventoryInStorePickupApi module

The `InventoryInStorePickupApi` module provides Inventory Management service contracts.
Copy link
Contributor

Choose a reason for hiding this comment

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

provides service contracts for In-Store Pickup functionality

## Extensibility

The `InventoryInStorePickupApi` module contains extension points and APIs that 3rd-party developers
can use to provide custom inventory source selection algorithm functionality.
Copy link
Contributor

Choose a reason for hiding this comment

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

to provide custom inventory source selection algorithm functionality.

instead of " custom inventory source selection algorithm functionality."

it should be something like - customization of In Store Pickup functionality

@@ -0,0 +1,24 @@
# InventoryInStorePickupAdminUi module

The `InventoryInStorePickupAdminUi` module provides Inventory Management service contracts.
Copy link
Contributor

Choose a reason for hiding this comment

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

Should be rephrased to something like "... extends the Magento Admin UI to add Inventory In Store Pickup functionality."

@@ -0,0 +1,17 @@
# InventoryInStorePickup module

The `InventoryInStorePickup` module provides Inventory Management service contracts.
Copy link
Contributor

Choose a reason for hiding this comment

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

provides service contracts for In-Store Pickup functionality

"description": "N/A",
"require": {
"php": "~7.1.3||~7.2.0",
"magento/framework": "*"
Copy link
Member

Choose a reason for hiding this comment

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

please add the dependences.

"magento/module-inventory-in-store-pickup-api": "*", "magento/module-backend": "*", "magento/module-directory": "*", "magento/module-ui": "*"

Copy link
Contributor Author

@michaelwylde michaelwylde Feb 15, 2019

Choose a reason for hiding this comment

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

@TadeuRodrigues Test fails due to:

3) Magento\Test\Integrity\DependencyTest::testRedundant
Redundant dependencies found!
Module Magento\InventoryInStorePickup: hard [Magento\InventoryInStorePickupApi] 
Module Magento\InventoryInStorePickupAdminUi: hard [Magento\Backend, Magento\Directory, Magento\InventoryInStorePickupApi, Magento\Ui]

Copy link
Member

Choose a reason for hiding this comment

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

I'm checking.

@ishakhsuvarov ishakhsuvarov changed the base branch from 2.3-develop to store-pickup March 13, 2019 16:43
@ishakhsuvarov
Copy link
Contributor

Hi @michaelwylde

We are looking to continue development of the Store Pickup feature in a separate branch for now, so I have updated this Pull Request with latest 2.3-develop and changed the base branch. Please let me know if you have any questions or concerns on this.

@ishakhsuvarov ishakhsuvarov merged commit e4c4cdc into store-pickup Mar 13, 2019
@ghost
Copy link

ghost commented Mar 13, 2019

Hi @michaelwylde, thank you for your contribution!
Please, complete Contribution Survey, it will take less than a minute.
Your feedback will help us to improve contribution process.

@ishakhsuvarov ishakhsuvarov removed this from the Store Pickup Support milestone Sep 10, 2019
ishakhsuvarov added a commit that referenced this pull request Nov 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants