Skip to content

Commit

Permalink
Merge branch 'feature/sdk-5434-bpc-steps-validation' of github.com:sp…
Browse files Browse the repository at this point in the history
…ryker/spryker-docs into feature/sdk-5434-bpc-steps-validation
  • Loading branch information
sergeyspryker committed Jan 12, 2024
2 parents cf4ed5f + e0805a7 commit 39749fa
Show file tree
Hide file tree
Showing 62 changed files with 10,657 additions and 291 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build changelog
on:
push:
tags:
- "11.2023"
- "12.2023"

jobs:
release:
Expand Down Expand Up @@ -31,8 +31,8 @@ jobs:
}
]
}'
fromTag: "10.2023"
toTag: "11.2023"
fromTag: "11.2023"
toTag: "12.2023"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down
1 change: 1 addition & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
/docs/scos/dev/front-end-development/*/oryx/building-applications/styling/* @tobi-or-not-tobi @andriitserkovnyi @tolerants
/docs/scos/dev/front-end-development/*/oryx/building-applications/styling/oryx-icon-system.md @supproduction @tobi-or-not-tobi @andriitserkovnyi
/docs/scos/dev/front-end-development/*/oryx/building-applications/styling/oryx-design-tokens.md @tolerants @tobi-or-not-tobi @andriitserkovnyi
/docs/scos/dev/front-end-development/*/oryx/getting-started/oryx-packages.md @tolerants @tobi-or-not-tobi @andriitserkovnyi
/docs/scos/dev/set-up-spryker-locally/* @andriitserkovnyi
/docs/pbc/all/dynamic-multistore/*/base-shop/dynamic-multistore-feature-overview.md @andriichekanov @a-sabaa
/docs/pbc/all/warehouse-management-system/*/unified-commerce/ @andriispryker @andriitserkovnyi
Expand Down
2 changes: 1 addition & 1 deletion _data/sidebars/acp_user_sidebar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ entries:
url: /docs/acp/user/develop-an-app/code-snippets/translation-json-file.html
- title: Set up the message broker
url: /docs/acp/user/develop-an-app/set-up-the-message-broker.html
- title: Debug an app with xdebug
- title: Debug an app with XDebug
url: /docs/acp/user/develop-an-app/debug-an-app-with-xdebug.html
- title: App manifest
url: /docs/acp/user/app-manifest.html
Expand Down
21 changes: 21 additions & 0 deletions _data/sidebars/pbc_all_sidebar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3549,6 +3549,27 @@ entries:
url: /docs/pbc/all/service-point-management/unified-commerce/service-points-customer-account-management-feature-overview.html
- title: Service Points + Order Management feature overview
url: /docs/pbc/all/service-point-management/unified-commerce/service-points-order-management-feature.html
- title: Click & Collect domains
url: /docs/pbc/all/service-point-management/unified-commerce/click-collect-domains/click-collect-domains.html
nested:
- title: Marketplace Merchant Product Offer Service Point subdomain
url: /docs/pbc/all/service-point-management/unified-commerce/click-collect-domains/click-collect-marketplace-merchant-product-offer-service-point-availability-subdomain.html
- title: Product Offer Service Point Availability subdomain
url: /docs/pbc/all/service-point-management/unified-commerce/click-collect-domains/click-collect-product-offer-service-point-availability-subdomain.html
- title: Product Offer Service Point subdomain
url: /docs/pbc/all/service-point-management/unified-commerce/click-collect-domains/click-collect-product-offer-service-point-subdomain.html
- title: Product Offer Shipment Type Availability subdomain
url: /docs/pbc/all/service-point-management/unified-commerce/click-collect-domains/click-collect-product-offer-shipment-type-availability-subdomain.html
- title: Product Offer Shipment Type subdomain
url: /docs/pbc/all/service-point-management/unified-commerce/click-collect-domains/click-collect-product-offer-shipment-type-subdomain.html
- title: Service Point Cart subdomain
url: /docs/pbc/all/service-point-management/unified-commerce/click-collect-domains/click-collect-service-point-cart-subdomain.html
- title: Service Points domain
url: /docs/pbc/all/service-point-management/unified-commerce/click-collect-domains/click-collect-service-points-domain.html
- title: Shipment Type Service Point subdomain
url: /docs/pbc/all/service-point-management/unified-commerce/click-collect-domains/click-collect-shipment-type-service-point-subdomain.html
- title: Shipment Types domain
url: /docs/pbc/all/service-point-management/unified-commerce/click-collect-domains/click-collect-shipment-types-domain.html
- title: Enable Click & Collect
url: /docs/pbc/all/service-point-management/unified-commerce/enable-click-collect.html
- title: Install features
Expand Down
8 changes: 7 additions & 1 deletion _data/sidebars/scos_dev_sidebar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1607,7 +1607,7 @@ entries:
- title: Set up
url: /docs/scos/dev/front-end-development/oryx/getting-started/set-up-oryx.html
- title: Technology
url: /docs/scos/dev/front-end-development/oryx/getting-started/oryx-technology.html
url: /docs/scos/dev/front-end-development/oryx/getting-started/oryx-technology.html
- title: Boilerplate
url: /docs/scos/dev/front-end-development/oryx/getting-started/oryx-boilerplate.html
- title: Packages
Expand Down Expand Up @@ -2965,6 +2965,10 @@ entries:
url: /docs/scos/dev/guidelines/testing-guidelines/executing-tests/execute-tests.html
- title: Test console commands
url: /docs/scos/dev/guidelines/testing-guidelines/executing-tests/test-console-commands.html
- title: Test Glue API
url: /docs/scos/dev/guidelines/testing-guidelines/executing-tests/test-glue-api.html
- title: Test Glue Backend API
url: /docs/scos/dev/guidelines/testing-guidelines/executing-tests/test-glue-backend-api.html
- title: Test the asynchronous API
url: /docs/scos/dev/guidelines/testing-guidelines/executing-tests/test-the-asynchronous-api.html
- title: Test the publish and synchronization process
Expand Down Expand Up @@ -3159,6 +3163,8 @@ entries:
url: /docs/scos/dev/updating-spryker/switch-demo-shop-version.html
- title: Troubleshooting updates
url: /docs/scos/dev/updating-spryker/troubleshooting-updates.html
- title: Example modules
url: /docs/scos/dev/example-modules.html
- title: Code contribution guide
url: /docs/scos/dev/code-contribution-guide.html
...
18 changes: 9 additions & 9 deletions _data/sidebars/scu_dev_sidebar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,30 +6,30 @@ entries:
url: /docs/scu/dev/spryker-code-upgrader.html
- title: Spryker CI
url: /docs/scu/dev/spryker-ci.html
- title: How the SCU works
- title: How the Upgrader works
url: /docs/scu/dev/how-the-spryker-code-upgrader-works.html
- title: SCU in a development workflow
url: /docs/scu/dev/spryker-code-upgrader-in-a-development-workflow.html
- title: Onboard to the SCU
- title: Onboard to SCU
url: /docs/scu/dev/onboard-to-spryker-code-upgrader/onboard-to-spryker-code-upgrader.html
nested:
- title: Prepare a project for the SCU
- title: Prepare a project for SCU
url: /docs/scu/dev/onboard-to-spryker-code-upgrader/prepare-a-project-for-spryker-code-upgrader.html
- title: Connect the Spryker CI to a GitHub managed project
- title: Connect Spryker CI to a GitHub managed project
url: /docs/scu/dev/onboard-to-spryker-code-upgrader/connect-spryker-ci-to-a-github-managed-project.html
- title: Connect the Spryker CI to a project self-hosted with GitLab
- title: Connect Spryker CI to a project self-hosted with GitLab
url: /docs/scu/dev/onboard-to-spryker-code-upgrader/connect-spryker-ci-to-a-project-self-hosted-with-gitlab.html
- title: Connect the Spryker CI to a Azure managed project
- title: Connect Spryker CI to a Azure managed project
url: /docs/scu/dev/onboard-to-spryker-code-upgrader/connect-spryker-ci-to-a-azure-managed-project.html
- title: Connect the Spryker CI to a GitLab managed project
- title: Connect Spryker CI to a GitLab managed project
url: /docs/scu/dev/onboard-to-spryker-code-upgrader/connect-spryker-ci-to-a-gitlab-managed-project.html
- title: Select target branch for PRs
url: /docs/scu/dev/select-target-branch-for-prs.html
- title: Invite users to Spryker CI
url: /docs/scu/dev/invite-users-to-spryker-ci.html
- title: Configure the SCU
- title: Configure SCU
url: /docs/scu/dev/configure-spryker-code-upgrader.html
- title: Run the SCU
- title: Run SCU
url: /docs/scu/dev/run-spryker-code-upgrader.html
- title: Change default branch
url: /docs/scu/dev/change-default-branch.html
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
| RESOURCE | ATTRIBUTE | TYPE | DESCRIPTION |
| --- | --- | --- | --- |
| shipment-methods | name | String | The name of the shipment method. |
| shipment-methods | id | String | The unique identifier of the shipment method. |
| shipment-methods | name | String | The name of the shipment method. |
| shipment-methods | carrierName | String | The name of the carrier. |
| shipment-methods | deliveryTime | Integer | The estimated delivery time. |
| shipment-methods | defaultGrossPrice | Integer | Default gross price, in cents. |
| shipment-methods | defaultNetPrice | Integer | Default net price, in cents. |
| shipment-methods | currencyIsoCode | String | The ISO 4217 code of the currency in which the prices are specified. |
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
| shipments | Items | Array | A list of items in the shipment. |
| shipments | requestedDeliveryDate | Date | The desired delivery date. |
| shipments | shippingAddress | Object | The address to which this shipment will be delivered. |
| shipments | shippingAddress.id | String | The unique identifier of a customer address. |
| shipments | shippingAddress.salutation | String | The salutation to use when addressing the customer. |
| shipments | shippingAddress.firstName | String | The customer's first name. |
| shipments | shippingAddress.lastName | String | The customer's last name. |
| shipments | shippingAddress.address1 | String | The 1st line of the customer's address. |
| shipments | shippingAddress.address2 | String | The 2nd line of the customer's address. |
| shipments | shippingAddress.address3 | String | The 3rd line of the customer's address. |
| shipments | shippingAddress.zipCode | String | The ZIP code. |
| shipments | shippingAddress.city | String | The name of the city. |
| shipments | shippingAddress.country | String | The name of the country. |
| shipments | shippingAddress.iso2Code | String | Specifies an ISO 2 Country Code to use. |
| shipments | shippingAddress.company | String | Specifies the customer's company. |
| shipments | shippingAddress.phone | String | Specifies the customer's phone number. |
| shipments | shippingAddress.isDefaultShipping | Boolean | If true, it is the default shipping address of the customer. |
| shipments | shippingAddress.isDefaultBilling | Boolean | If true, it is the default billing address of the customer. |
| shipments | shippingAddress.idCompanyBusinessUnitAddress | String | The unique identifier of a business unit address used for this shipment. |
| shipments | selectedShipmentMethod | Object | Describes the shipment method for the shipment. |
| shipments | selectedShipmentMethod.id | String | The unique identifier of the shipment method. |
| shipments | selectedShipmentMethod.name | String | The name of the shipment method. |
| shipments | selectedShipmentMethod.carrierName | String | The name of the shipment method provider. |
| shipments | selectedShipmentMethod.price | String | The price of the shipment method. |
| shipments | selectedShipmentMethod.taxRate | String | The tax rate for this shipment method. |
| shipments | selectedShipmentMethod.deliveryTime | String | The estimated delivery time provided by the shipment method provider. |
| shipments | selectedShipmentMethod.currencyIsoCode | String | The ISO 4217 code of the currency in which the price is specified. |
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class CollectorDependencyProvider extends SprykerCollectorDependencyProvider
}
```

### Data Setup
### Data setup

You should now be able to manage navigation menus from Zed UI, and the collectors should also be able to export the navigation menus to the KV storage. This is a good time to implement an installer in your project to install a selection of frequently used navigation menus. <!--Check out our Demoshop implementation for examples and ideas.-->

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class CollectorDependencyProvider extends SprykerCollectorDependencyProvider
}
```

### Data Setup
### Data setup

You should now be able to manage navigation menus from Zed UI, and the collectors should also be able to export the navigation menus to the KV storage. This is a good time to implement an installer in your project to install a selection of frequently used navigation menus. <!--Check out our Demoshop implementation for examples and ideas.-->

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class CollectorDependencyProvider extends SprykerCollectorDependencyProvider
}
```

### Data Setup
### Data setup

You should now be able to manage navigation menus from Zed UI, and the collectors should also be able to export the navigation menus to the KV storage. This is a good time to implement an installer in your project to install a selection of frequently used navigation menus. <!--Check out our Demoshop implementation for examples and ideas.-->

Expand Down
Loading

0 comments on commit 39749fa

Please sign in to comment.