-
Notifications
You must be signed in to change notification settings - Fork 96
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
FRW-8766 Order matrix performance improvement IG. #2750
base: master
Are you sure you want to change the base?
FRW-8766 Order matrix performance improvement IG. #2750
Conversation
@@ -1205,6 +1212,112 @@ Make sure that, on the following Storefront pages, even if the `display` propert | |||
|
|||
{% endinfo_block %} | |||
|
|||
## Install order matrix feature | |||
|
|||
Follow the steps below to install the Order Matrix feature. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don not have Order matrix feature
, please make it part of Order management feature.
|
||
| PLUGIN | SPECIFICATION | PREREQUISITES | NAMESPACE | | ||
|--------------------|----------------------------------------------------------------------------|---------------|------------------------------------------------| | ||
| OrderMatrixConsole | A console command write whole order matrix statistics to a separate table. | | Spryker\Zed\OrderMatrix\Communication\Console | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| OrderMatrixConsole | A console command write whole order matrix statistics to a separate table. | | Spryker\Zed\OrderMatrix\Communication\Console | | |
| OrderMatrixConsole | A console command writes whole order matrix statistics to a separate table. | | Spryker\Zed\OrderMatrix\Communication\Console | |
|
||
Set up the following behaviors. | ||
|
||
#### Set up an order matrix console command |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It could be not the only one plugin in the table, please get rid of this line.
} | ||
``` | ||
|
||
2. Adjust the scheduler configuration: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be part of Setup configuration
section.
@@ -1205,6 +1235,84 @@ Make sure that, on the following Storefront pages, even if the `display` propert | |||
|
|||
{% endinfo_block %} | |||
|
|||
Follow the steps below to install the Order Matrix feature. | |||
|
|||
#### 1) Set up Order Matrix behavior. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- It's not the first step.
Overview
IG ticket: