You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[Time Off Tracking List](https://github.com/magento/catalog-storefront/blob/develop/dev/docs/onboarding/Time-Off-Tracking.md)
32
32
* Development:
@@ -42,14 +42,13 @@ This project is licensed under the OSL-3.0 License. See [LICENSE](./LICENSE.md)
42
42
*[Catalog Storefront Service Overview](https://github.com/magento/catalog-storefront/blob/develop/dev/docs/designDocuments/Catalog-Storefront-Service.md)
43
43
*[Plan to Introduce Back Office APIs](https://github.com/magento/catalog-storefront/blob/develop/dev/docs/designDocuments/Plan-to-introduce-back-office-APIs.md)
44
44
*[Product Variants and Type Specific Options](https://github.com/magento/catalog-storefront/blob/develop/dev/docs/designDocuments/Product-variants-and-type-specific-options.md)
45
-
*[Catalog Media Tech Vision](https://github.com/magento/architecture/blob/develop/master/design-documents/media/catalog-images.md)
*[How To Demo "Add Product with Options to Cart"](https://github.com/magento/catalog-storefront/blob/develop/dev/docs/demo/How-To-Demo-"Add-Product-with-Options-to-Cart".md)
Copy file name to clipboardexpand all lines: dev/docs/contribution/How-To-Contribute-To-Project.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -2,21 +2,21 @@ Two main points that is underlie the following instruction:
2
2
1) magento org is a read-only replica of new primary fork visible only to internal teams
3
3
2) sync from that invisible primary fork to magento org happens in eventually consistent way
4
4
5
-
The example would be given for complex task that has a code changes for catalog-storefront and saas-export repos but whatever repo of Storefront project you need to contribute the flow will look same.
5
+
The example would be given for complex task that has a code changes for catalog-storefront and commerce-data-export repos but whatever repo of Storefront project you need to contribute the flow will look same.
6
6
7
7
## Step #1
8
-
Make a fork of catalog-storefront and saas-export repos from magento org to your own organisation.
8
+
Make a fork of catalog-storefront and commerce-data-export repos from magento org to your own organisation.
9
9
## Step #2[optional]
10
10
If you are working together with someone else in a team, please create your story-branch from magento/catalog-storefront/develop branch and push it to your fork.
11
11
For example, you need auto-generated files from proto-scheme, then someone from internal magento team would be able to create a PR to your story-branch.
12
12
## Step #3
13
-
When you ready, create a PR from your fork to magento/catalog-storefront and magento/saas-export repos
13
+
When you ready, create a PR from your fork to magento/catalog-storefront and magento/commerce-data-export repos
14
14
15
15
*Note:* don't forget to link the PRs by providing this information under the _Related Pull Requests_ section
Copy file name to clipboardexpand all lines: dev/docs/home/Home.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ The next data should be exposed in Magento:
72
72
* Category system attributes.
73
73
* Product attributes metadata.
74
74
75
-
[Optional] By introducing extractor API for Magento we have enough control to deduplicate messages even before they were emitted. And do not emit messages if Magento did not really change the data. (Example1: the product has been saved but no properties were changed, such an event should be ignored; Example 2: Magento should not issue a new event if the product changed inventory records only.). This option is available for the Magento data exporter only. See implementation example https://github.com/magento/saas-export/
75
+
[Optional] By introducing extractor API for Magento we have enough control to deduplicate messages even before they were emitted. And do not emit messages if Magento did not really change the data. (Example1: the product has been saved but no properties were changed, such an event should be ignored; Example 2: Magento should not issue a new event if the product changed inventory records only.). This option is available for the Magento data exporter only. See implementation example https://github.com/magento/commerce-data-export
76
76
77
77
In the general case, the messages filtration should happen at the import step.
- expose events "storefront.catalog.category.update", "storefront.catalog.product.update" which publish product ids on different events: product saved, category assigned to product, store created...
Copy file name to clipboardexpand all lines: dev/docs/qa/Storefront-Testing.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ To run tests for the Storefront Application project we use [GitHub App](https://
4
4
5
5
#### Flow:
6
6
- add a comment in PR, e.g. `@magento run all tests` (see [full list](https://github.com/magento/catalog-storefront/blob/develop/dev/docs/development/Running-tests-on-PR.md))
7
-
- Currently, it's configured only for next repos: https://github.com/magento/catalog-storefront, https://github.com/magento/saas-export
7
+
- Currently, it's configured only for next repos: https://github.com/magento/catalog-storefront, https://github.com/magento/commerce-data-export
8
8
GitHub App will ask “Magento Test API” to run tests in PR with [configuration](https://github.com/magento-commerce/engcom-githubapp-pr-mts-builds/blob/master/app/repo-config.js#L652) for SF project
0 commit comments