Skip to content

Commit

Permalink
chore: release version 1.0.0-rc.4 (#192)
Browse files Browse the repository at this point in the history
* fix: fixed user password reset and resolved other minor issues (#170)

* fix(theme): does not display add to wishlist when not user not authenticated

* fix(theme): add zoom to gallery

* chore: fixed the gitflow GitHub action

* refactor(api-client): updated the requestPasswordResetEmail to add customQuery

* feat(api-client): add the resetPassword method

* feat(composables): add the useForgotPasswordFactory

* refactor(composables): add initial logic for resetting the password

* refactor(api-client): fixed customQuery implementation

* refactor(composables): fixed Magento method application

* refactor(composables): applied forgotPasswordGetters.ts rules for isPasswordChanged

* feat(theme): created page for resetting user password

* fix(composables): fixed useUser not being correctly updated

fixes #159

* fix(theme): add Ui notification on user data update

fixes #161
fixes #160

* fix(theme): fixed onSSR to onBeforeMount

* fix: add shipping provider to basket (#171)

* fix: set shipping provider to cart

* fix: query full cart from M2

* fix: remove console log

* fix: set cart id for logged in customer (#172)

* fix(theme): fixed Product display and search result display (#175)

* fix(theme): fixed wishlist icon appearing in search result

fixes #173

* fix(theme): fixed not showing loader in Product.vue page

* fix(theme): fixed not showing loader in Product.vue page

* fix(theme): separated GroupedProduct as a component

fixes #174

* fix(theme): added canAddToCart prop to BundleProductSelector.vue

* fix(composables): fixed name as undefined

* fix(composables): fixed name as undefined

* docs: update base information in docs (#176)

* docs: added api-extraction

* docs: fixed api-extraction

* docs: fixed api-extraction

* docs: updated about page

* docs: fixed docs building

* refactor(api-client): updated graphql queries

* refactor(theme): add PM2 for server control

* refactor: updated dependencies and fixed theme bugs (#178)

* chore(eslint): updated dependencies

- updated **eslint-plugin-unicorn** to **36.0.0**

* chore(eslint-import): updated dependencies

- updated **eslint-import-resolver-typescript** to **2.5.0**
- updated **eslint-plugin-import** to **2.24.2**

* chore(eslint-typescript): updated dependencies

- updated **@typescript-eslint/eslint-plugin** to **4.31.1**
- updated **@typescript-eslint/parser** to **4.31.1**

* chore(eslint-vue): updated dependencies

- updated **eslint-plugin-vue** to **7.17.0**

* chore(api-client): updated dependencies

- updated **@apollo/client** to **3.4.11**
- updated **graphql** to **15.5.3**
- updated **graphql-tools** to **8.2.0**
- updated **node-fetch** to **3.0.0**
- updated **typescript** to **4.4.3**

* chore(theme): updated dependencies

- updated **core-js** to **3.17.3**
- updated **vee-validate** to **3.4.13**
- updated **babel-jest** to **27.2.0**
- updated **cypress** to **8.4.0**
- updated **jest** to **27.2.0**
- updated **npm-check-updates** to **11.8.5**
- updated **typescript** to **4.4.3**

* chore: updated dependencies

- updated **@babel/core** to **7.15.5**
- updated **@graphql-codegen/cli** to **2.2.0**
- updated **@graphql-codegen/typescript** to **2.2.2**
- updated **@graphql-codegen/typescript-operations** to **2.1.4**
- updated **@types/node** to **16.9.2**
- updated **@typescript-eslint/parser** to **4.31.1**
- updated **husky** to **7.0.2**
- updated **jest** to **27.2.0**
- updated **npm-check-updates** to **11.8.5**
- updated **vue-eslint-parser** to **7.11.0**

* feat(theme): add new environment variables and configuration

* refactor(theme): fixed missing composables state

* feat(theme): added wishlist control on bottom menu

* docs: updated docs for how to create new store

* chore: update docs-deployment.yaml

* chore: update docs-deployment.yaml

* refactor(theme): updated theme Core Web Vitals

* docs: update documentation deployment

* docs: update documentation deployment

* refactor(theme): fixed performance build

* docs: fixed Dockerfile image

* docs: updated Dockerfile to node 14

* docs: added yarn to the Dockerfile

* docs: update Dockerfile build command

* docs: add new nuxt tips and tricks to documentation

* feat!: new changes to GraphQL and `theme` components (#180)

* chore: updated dependencies and devDependencies

- updated **@rollup/plugin-node-resolve** to **13.0.5**
- updated **@types/node** to **16.9.6**
- updated **@typescript-eslint/parser** to **4.31.2**
- updated **jest** to **27.2.1**
- updated **jest-localstorage-mock** to **2.4.18**
- updated **rollup** to **2.57.0**

* chore(eslint-jest): updated dependencies and devDependencies

- updated **eslint-plugin-jest** to **24.4.2**

* chore(eslint-typescript): updated dependencies and devDependencies

- updated  **@typescript-eslint/eslint-plugin** to **4.31.2**
- updated **@typescript-eslint/parser** to **4.31.2**

* chore(eslint-vue): updated dependencies and devDependencies

- updated  **eslint-plugin-vue** to **7.18.0**

* chore(api-client): updated dependencies and devDependencies

- updated **@apollo/client** to **3.4.13**
- updated **@vue-storefront/core** to **2.4.2**
- updated **graphql** to **15.6.0**

* chore(composables): updated dependencies and devDependencies

- updated @vue-storefront/core** to **2.4.2**
- updated jsdom** to **17.0.0**
- updated jsdom-global** to **3.0.2**
- updated vue-template-compiler** to **2.6.x**

* chore(theme): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.2**
- updated **@vue-storefront/middleware** to **2.4.2**
- updated **@vue-storefront/nuxt** to **2.4.2**
- updated **@vue-storefront/nuxt-theme** to **2.4.2**
- updated **core-js** to **3.18.0**
- updated **pm2** to **5.1.2**
- updated **babel-jest** to **27.2.1**
- updated **cypress** to **8.4.1**
- updated **jest** to **27.2.1**
- updated **jest-localstorage-mock** to **2.4.18**

* refactor(composables): moved getters to root folder

* refactor(theme): removed TS typing from Page.vue

* refactor!(api-client): removed fragments and applied single queries / mutations

- all the fragments needed to be removed due to Magento GraphQL server does not support it and causing problematic errors, reporting `null` and `undefined` values, because it wont recognize the fragment.
- Added single queries / mutations with higher complexity, requiring a change in the Magento configuration or the usage of custom Caravel module to configure the GraphQL server

BREAKING CHANGE: removal of the fragments, require changes in the Magento server

* feat(composables): created the useUpsellProducts composable

* feat(composables): created the useRelatedProducts composable

* refactor(composables): removed the multiple queries search from useProduct composable

* chore(composables): fixed file imports in the getters and exports in index.ts

* feat(theme): created the RelatedProducts.vue component

* feat(theme): created the UpsellProducts.vue component

* chore: fixed yarn.lock file

* refactor(theme): fixed PostCSS calc

* refactor(composables): added base test files

* refactor(composables): added missing loggers

* refactor(composables): extracted generators

* refactor(theme): removed lang="ts"

* refactor(composables): updated logger result

* feat(theme): created CategorySidebarMenu.vue component

* refactor(composables): updated getters

* chore(api-client): updated API schema

* feat(theme): created useRoute composable

* doc: added information about the Magento GraphQL module

* feat: added `useCustomQuery` & `useCustomMutation` (#183)

* feat(api-client): created `customQuery` api method

* feat(api-client): created `customMutation` api method

* feat(api-client): exported `customQuery` & `customMutation` api methods

* feat(composables): created `useCustomMutation` composable

* feat(composables): created `useCustomQuery` composable

* feat(composables): added `useCustomQuery` & `useCustomMutation` types

* docs: updated api-reference

* docs: added docs for `useCustomQuery`

* refactor(composables): fixed `useCustomQuery` & `useCustomMutation` factories

* refactor(composables): fixed composables exporters

* refactor(composables): fixed `useCustomQuery` & `useCustomMutation` loggers

* refactor(composables): fixed api-extractor-data exporter

* chore: updated README.md

* docs: added base composables docs

* docs: added composables docs to config.js

* docs: added demo link

* fix(theme): load addresses on remove (#189)

* refactor(composables): update `load` method of `useCart` composable (#182)

* refactor(composables): do not create empty cart on M2 side, clean up load method

* refactor(composables): overwrite useCartFactory for new param

* chore: updated README.md

* docs: updated honorable mentions

* chore: remove gitflow action

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Bogdan Podlesnii <bogdan.podlesnii@gmail.com>
  • Loading branch information
3 people authored Oct 5, 2021
1 parent 998809c commit 03126d1
Show file tree
Hide file tree
Showing 351 changed files with 17,169 additions and 8,012 deletions.
1 change: 1 addition & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"contributions": [
"code",
"maintenance",
"doc",
"projectManagement"
]
},
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/docs-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
registry: registry.storefrontcloud.io
username: ${{ secrets.DOCS_CLOUD_USERNAME }}
password: ${{ secrets.DOCS_CLOUD_PASSWORD }}
workdir: docs
dockerfile: ../.vuestorefrontcloud/docker/docs/Dockerfile
workdir: .
dockerfile: ./.vuestorefrontcloud/docker/docs/Dockerfile
buildoptions: "--compress"

deploy:
Expand All @@ -46,10 +46,10 @@ jobs:
id: deployment
with:
token: "${{ github.token }}"
target_url: https://docs.europe-west1.gcp.storefrontcloud.io/v2
target_url: https://docs.europe-west1.gcp.storefrontcloud.io/magento
environment: production
initial_status: in_progress
- name: Deploy on docs.europe-west1.gcp.storefrontcloud.io/magento2
- name: Deploy on docs.europe-west1.gcp.storefrontcloud.io/magento
run: |
if curl -s -H 'X-User-Id: ${{ secrets.DOCS_CLOUD_USERNAME }}' -H 'X-Api-Key: ${{ secrets.DOCS_CLOUD_PASSWORD }}' -H 'Content-Type: application/json' -X POST -d '{"code":"docs","region":"europe-west1.gcp","additionalApps":{"apps":[{"name":"docs-v2-magento2","tag":"${{ steps.get_version.outputs.VERSION }}","image":"registry.storefrontcloud.io/docs-storefrontcloud-io/v2-magento2","path":"/magento","port":"80"}]}}' https://farmer.storefrontcloud.io/instances | grep -q '{"code":200,"result":"Instance updated!"}'; then
echo "Instance updated"
Expand All @@ -62,7 +62,7 @@ jobs:
uses: chrnorm/deployment-status@releases/v1
with:
token: "${{ github.token }}"
target_url: https://docs.europe-west1.gcp.storefrontcloud.io/v2
target_url: https://docs.europe-west1.gcp.storefrontcloud.io/magento
state: "success"
description: Congratulations! The deploy is done.
deployment_id: ${{ steps.deployment.outputs.deployment_id }}
Expand All @@ -71,7 +71,7 @@ jobs:
uses: chrnorm/deployment-status@releases/v1
with:
token: "${{ github.token }}"
target_url: https://docs.europe-west1.gcp.storefrontcloud.io/v2
target_url: https://docs.europe-west1.gcp.storefrontcloud.io/magento
description: Unfortunately, the instance hasn't been updated.
state: "failure"
deployment_id: ${{ steps.deployment.outputs.deployment_id }}
55 changes: 0 additions & 55 deletions .github/workflows/gitflow.yml

This file was deleted.

7 changes: 4 additions & 3 deletions .vuestorefrontcloud/docker/docs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
FROM node:12 AS build
FROM node:14 AS build

WORKDIR /var/www

COPY . .

RUN npm install \
RUN cd docs \
&& npm install \
&& sed -i "s/base: '\/',/base: '\/magento\/',/g" ./.vuepress/config.js \
&& cat ./.vuepress/config.js \
&& npm run build

FROM nginx

COPY --from=build /var/www/.vuepress/dist /usr/share/nginx/html/magento
COPY --from=build /var/www/docs/.vuepress/dist /usr/share/nginx/html/magento
2 changes: 1 addition & 1 deletion .vuestorefrontcloud/docker/docs/build-docker.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TAG=`git rev-parse HEAD`
docker build --progress plain -t registry.storefrontcloud.io/docs-storefrontcloud-io/v2-magento2:${TAG:0:8} -f Dockerfile ../../../docs
docker build --progress plain -t registry.storefrontcloud.io/docs-storefrontcloud-io/v2-magento2:${TAG:0:8} -f Dockerfile ../../../
# docker push registry.storefrontcloud.io/docs-storefrontcloud-io/v2-magento2:${TAG:0:8}
39 changes: 34 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
## Vue Storefront 2 integration with Magento

This project is a Magento 2 integration for Vue Storefront 2.
This integration developed by superheroes from [Caravel](https://github.com/caravelx) and [Leonex](https://www.leonex.de/) ❤️
This integration developed by superheroes from [Caravel](https://github.com/caravelx) ❤️
<div align="center">
<img src="https://user-images.githubusercontent.com/1626923/127100067-98eda368-94e3-47dd-b824-842d38dc8550.png" height="80px"/>  <img src="https://user-images.githubusercontent.com/1626923/127100001-7607c515-474d-449d-b9df-1c710f966f0a.png" height="80px"/>
<img src="https://user-images.githubusercontent.com/1626923/127100067-98eda368-94e3-47dd-b824-842d38dc8550.png" height="80px"/>
</div>
------
<hr />

<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-12-orange.svg?style=flat-square)](#contributors-)
Expand All @@ -27,9 +27,37 @@ vsf init <project_name> && cd <project_name> && yarn && yarn dev
## How to start if you want to contribute?

Want to contribute? Ping us on `magento2-vsf2` channel on [our Discord](http://discord.vuestorefront.io)!

### Requirements:
- NodeJS v14 or later
- Magento >= v2.4.2 instance for GraphQL endpoint
- Yarn
- Magento >= v2.4.3 instance for GraphQL endpoint
- Change Magento GraphQL Query Complexity and Depth values

::: warning Don't forget to change the Magento GraphQL Query Complexity and Depth values
Magento 2 by default has a lower value for the complexity of 300, and a higher value for the depth of 20. [Magento 2 - Issue #32427](https://github.com/magento/magento2/issues/32427#issuecomment-860478483)

The changes are required, due to the size of the queries and mutations in the `api-client` implementation.

To do this changes, you can use the [Magento 2 module](https://github.com/caravelx/module-graphql-config), which adds a configuration panel to your admin, or do this changes manually.
:::

To install the Magento 2 GraphQL Config module, on your Magento installation execute:

```bash
composer require caravelx/module-graphql-config

php bin/magento module:enable Caravel_GraphQlConfig

php bin/magento setup:upgrade

php bin/magento setup:di:compile

php bin/magento setup:static-content:deploy
```

Find more information about the module [GraphQl Custom Config](https://github.com/caravelx/module-graphql-config)

### Steps
1. Fork the repo
2. Clone your fork of the repo
Expand Down Expand Up @@ -70,6 +98,7 @@ If you have any questions about this integration we will be happy to answer them
### Honorable Mentions
- [Cyberfuze](https://cyberfuze.com/)
- [Leonex](https://www.leonex.de/)
Thanks go to these wonderful people 🙌:
Expand All @@ -78,7 +107,7 @@ Thanks go to these wonderful people 🙌:
<!-- markdownlint-disable -->
<table>
<tr>
<td align="center"><a href="https://github.com/bloodf"><img src="https://avatars.githubusercontent.com/u/1626923?v=4?s=80" width="80px;" alt=""/><br /><sub><b>Heitor Ramon Ribeiro</b></sub></a><br /><a href="https://github.com/vuestorefront/magento2/commits?author=bloodf" title="Code">💻</a> <a href="#maintenance-bloodf" title="Maintenance">🚧</a> <a href="#projectManagement-bloodf" title="Project Management">📆</a></td>
<td align="center"><a href="https://github.com/bloodf"><img src="https://avatars.githubusercontent.com/u/1626923?v=4?s=80" width="80px;" alt=""/><br /><sub><b>Heitor Ramon Ribeiro</b></sub></a><br /><a href="https://github.com/vuestorefront/magento2/commits?author=bloodf" title="Code">💻</a> <a href="#maintenance-bloodf" title="Maintenance">🚧</a> <a href="https://github.com/vuestorefront/magento2/commits?author=bloodf" title="Documentation">📖</a> <a href="#projectManagement-bloodf" title="Project Management">📆</a></td>
<td align="center"><a href="https://github.com/alefbarbeli"><img src="https://avatars.githubusercontent.com/u/7727647?v=4?s=80" width="80px;" alt=""/><br /><sub><b>Alef Barbeli</b></sub></a><br /><a href="https://github.com/vuestorefront/magento2/commits?author=alefbarbeli" title="Code">💻</a> <a href="https://github.com/vuestorefront/magento2/commits?author=alefbarbeli" title="Documentation">📖</a></td>
<td align="center"><a href="https://github.com/domideimel"><img src="https://avatars.githubusercontent.com/u/32941053?v=4?s=80" width="80px;" alt=""/><br /><sub><b>Dominik Deimel</b></sub></a><br /><a href="https://github.com/vuestorefront/magento2/commits?author=domideimel" title="Code">💻</a> <a href="https://github.com/vuestorefront/magento2/commits?author=domideimel" title="Documentation">📖</a></td>
<td align="center"><a href="https://github.com/LiorLindvor"><img src="https://avatars.githubusercontent.com/u/6757942?v=4?s=80" width="80px;" alt=""/><br /><sub><b>Lior Lindvor</b></sub></a><br /><a href="https://github.com/vuestorefront/magento2/commits?author=LiorLindvor" title="Code">💻</a></td>
Expand Down
45 changes: 45 additions & 0 deletions api-extractor.base.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
"projectFolder": ".",
"compiler": {
"tsconfigFilePath": "<projectFolder>/tsconfig.base.json"
},
"docModel": {
"enabled": true
},
"dtsRollup": {
"enabled": true
},
"tsdocMetadata": {
"enabled": false
},
"apiReport": {
"enabled": false
},
"messages": {
"compilerMessageReporting": {
"default": {
"logLevel": "warning"
}
},
"extractorMessageReporting": {
"default": {
"logLevel": "none",
"addToApiReportFile": false
},
"ae-extra-release-tag": {
"logLevel": "none",
"addToApiReportFile": false
},
"ae-forgotten-export": {
"logLevel": "none"
}
},
"tsdocMessageReporting": {
"default": {
"logLevel": "none",
"addToApiReportFile": false
}
}
}
}
2 changes: 2 additions & 0 deletions codegen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ generates:
- "typescript"
- "typescript-operations"
config:
preResolveTypes: true
flattenGeneratedTypes: true
skipTypename: true
declarationKind: 'interface'
61 changes: 55 additions & 6 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,31 @@ module.exports = {
}))
}))
},
/**
* Ref:https://v1.vuepress.vuejs.org/plugin/
*/
plugins: [
'@vuepress/plugin-back-to-top',
[
'@vuepress/plugin-medium-zoom',
{
// This selector excludes images from the "Integrations" page
selector: 'main :not(.tile-image) > img'
}
],
'@vuepress/active-header-links',
'@vuepress/search'
],
themeConfig: {
repo: 'https://github.com/vuestorefront/magento2/',
editLinks: true,
docsDir: 'docs',
docsBranch: 'develop',
editLinkText: 'Edit this page',
nav: [
{ text: 'Vue Storefront', link: 'https://vuestorefront.io/' },
{ text: 'Core Documentation', link: 'https://docs.vuestorefront.io/v2/' },
//{ text: 'Demo', link: 'https://vsf-next-demo.storefrontcloud.io' },
{ text: 'Demo', link: 'http://m2-vsf.caravelx.com/' },
{ text: 'GitHub', link: 'https://github.com/vuestorefront/magento2'},
{ text: 'Roadmap', link: 'https://github.com/vuestorefront/magento2/projects/5'}
],
Expand All @@ -34,31 +54,60 @@ module.exports = {
collapsable: false,
children: [
['/', 'Introduction'],
['/guide/getting-started', 'Getting started'],
['/guide/configuration', 'Configuration'],
['/guide/about', 'About'],
]
},
{
title: 'Composables',
title: 'Creating a Storefront',
collapsable: false,
children: [
['/guide/creating-a-store', 'Creating a Store'],
['/guide/configuration', 'Configuration'],
]
},
{
title: 'Composables',
children: [
['/guide/composables/use-addresses', 'useAddresses'],
['/guide/composables/use-billing', 'useBilling'],
['/guide/composables/use-cart', 'useCart'],
['/guide/composables/use-category', 'useCategory'],
['/guide/composables/use-category-search', 'useCategorySearch'],
['/guide/composables/use-config', 'useConfig'],
['/guide/composables/use-content', 'useContent'],
['/guide/composables/use-country-search', 'useCountrySearch'],
['/guide/composables/use-custom-mutation', 'useCustomMutation'],
['/guide/composables/use-custom-query', 'useCustomQuery'],
['/guide/composables/use-external-checkout', 'useExternalCheckout'],
['/guide/composables/use-facet', 'useFacet'],
['/guide/composables/use-forgot-password', 'useForgotPassword'],
['/guide/composables/use-get-shipping-methods', 'useGetShippingMethods'],
['/guide/composables/use-guest-user', 'useGuestUser'],
['/guide/composables/use-make-oder', 'useMakeOrder'],
['/guide/composables/use-menu-category', 'useMenuCategory'],
['/guide/composables/use-page', 'usePage'],
['/guide/composables/use-newsletter', 'useNewsletter'],
['/guide/composables/use-payment-provider', 'usePaymentProvider'],
['/guide/composables/use-product', 'useProduct'],
['/guide/composables/use-router', 'useRouter'],
['/guide/composables/use-related-products', 'useRelatedProducts'],
['/guide/composables/use-review', 'useReview'],
['/guide/composables/use-upsell-products', 'useUpsellProducts'],
['/guide/composables/use-url-resolver', 'useUrlResolver'],
['/guide/composables/use-wishlist', 'useWishlist'],
]
},
{
title: 'Reference',
children: [
['/api-reference/', 'API Reference'],
]
},
{
title: 'Nuxt Tips & Tricks',
children: [
['/improvements/optimization/', 'Optimization'],
['/improvements/security/', 'Security'],
['/improvements/logging/', 'Logging'],
['/improvements/analytics/', 'Analytics'],
]
}
]
Expand Down
35 changes: 27 additions & 8 deletions docs/.vuepress/styles/index.styl
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,8 +1,27 @@
/**
* Custom Styles here.
*
* ref:https://v1.vuepress.vuejs.org/config/#index-styl
*/

.home .hero img
max-width 450px!important

.site-name {
display: none !important;
}

.badge {
margin-top: 4px;
background-color: #22c34b;
}

.badge.info {
background-color: #22c34b !important;
}

.multiselect__tag {
background: #22c34b !important;
}

.custom-block.tip {
border-color: #22c34b;
background-color: #f0f7f2;
}

a code {
color: $accentColor !important;
font-weight: bold;
}
2 changes: 1 addition & 1 deletion docs/.vuepress/styles/palette.styl
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* ref:https://v1.vuepress.vuejs.org/zh/config/#palette-styl
*/

$accentColor = #3eaf7c
$accentColor = #22c34b
$textColor = #2c3e50
$borderColor = #eaecef
$codeBgColor = #282c34
Loading

0 comments on commit 03126d1

Please sign in to comment.