-
Notifications
You must be signed in to change notification settings - Fork 97
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
Install the Shipment feature #1873
Install the Shipment feature #1873
Conversation
_includes/pbc/all/install-features/202304.0/install-the-shipment-feature.md
Outdated
Show resolved
Hide resolved
_includes/pbc/all/install-features/202304.0/install-the-shipment-feature.md
Outdated
Show resolved
Hide resolved
_includes/pbc/all/install-features/202304.0/install-the-shipment-feature.md
Outdated
Show resolved
Hide resolved
_includes/pbc/all/install-features/202304.0/install-the-shipment-feature.md
Outdated
Show resolved
Hide resolved
_includes/pbc/all/install-features/202304.0/install-the-shipment-feature.md
Outdated
Show resolved
Hide resolved
_includes/pbc/all/install-features/202304.0/install-the-shipment-feature.md
Outdated
Show resolved
Hide resolved
_includes/pbc/all/install-features/202304.0/install-the-shipment-feature.md
Outdated
Show resolved
Hide resolved
1. Fill the `spy_shipment_type`, `spy_shipment_type_store` tables with data. | ||
2. Run the `console publish:trigger-events -r shipment_type` command. | ||
3. Make sure that the `spy_shipment_type_storage` table has been filled with respective data. | ||
4. Make sure that, in your system, storage entries are displayed with `kv:shipment_type:{store}:{shipment_type_id}` mask. |
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.
Shouldn't we add an explanation/descripton of the placeholders ({shipment_type_id}
and {store}
?
4. Make sure that, in your system, storage entries are displayed with `kv:shipment_type:{store}:{shipment_type_id}` mask. | |
4. Make sure that, in your system, storage entries are displayed with `kv:shipment_type:{store}:{shipment_type_id}` mask. The {store} placeholder stands for {add explanation}, and {shipment_type_id} stands for {add explanation}. |
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.
I think it's not necessary because explanations will not bring any additional value. These are standard placeholders for search/storage modules so they are clear for other developers.
_includes/pbc/all/install-features/202304.0/install-the-shipment-feature.md
Outdated
Show resolved
Hide resolved
_includes/pbc/all/install-features/202304.0/install-the-shipment-feature.md
Outdated
Show resolved
Hide resolved
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.
Approved.
Overview