The open-source frontend for any eCommerce. Built with a PWA and headless approach, using a modern JS stack. We have custom integrations with Magento, commercetools, Shopware and Shopify and total coverage is just a matter of time. The API approach also allows you to merge VSF with any third-party tool like CMS, payment gateways or analytics. Newest updates: https://blog.vuestorefront.io. Always Open Source, MIT license.
I've noticed our QA team have no possibility to test current / latest version on the real production usage because of these version are usually not deployed yet. The problem is that we have to do this manually so often nobody does it, unless we have new either RC or stable version.
In order to improve this process, I'd like to introduce something like auto deployments feature:
Merge to develop -> deployment to test
Merge to release branch -> deployment to next
Release on github (that is not RC) -> deployment to demo (or maybe we want to keep it as manual process)
What do you think alinadivante ArturDivante pkarw patzick mkoszutowski ?
To achieve this we can use github webhooks I think.
This is something I need for keeping documentation up-to-date too! every time it's changed/updated, I need an automated notice. having an idea on this, just I don't know when it will ripen though ;)
I've noticed our QA team have no possibility to test current / latest version on the real production usage because of these version are usually not deployed yet. The problem is that we have to do this manually so often nobody does it, unless we have new either RC or stable version.
In order to improve this process, I'd like to introduce something like auto deployments feature:
test
next
demo
(or maybe we want to keep it as manual process)What do you think alinadivante ArturDivante pkarw patzick mkoszutowski ?
To achieve this we can use github webhooks I think.