diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 3e4911718..105e1f6ac 100755 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -58,6 +58,7 @@ module.exports = { ['/guide/environments', 'Environments'], ['/guide/functional-catalog', 'Functional catalog'], ['/guide/about', 'About'], + ['/guide/roadmap', 'Roadmap'], ] }, { diff --git a/docs/guide/roadmap.md b/docs/guide/roadmap.md new file mode 100644 index 000000000..d8d0abb94 --- /dev/null +++ b/docs/guide/roadmap.md @@ -0,0 +1,33 @@ +# Roadmap + +The current goal is to release a stable 1.0.0 version by the end of February. Details below. + +## January 2022 + +- finish multi-store functionality +- performance improvements + - analysis + - improve the speed of communication with Magento + - Redis Caching + - CDNs +- Design QA & improvements + +## February 2022 + +- performance improvements + - meet web core vitals or at least 80 score +- Unit & integration tests for crucial functionalities +- quality assurance +- user acceptance tests +- load tests + +### Milestone: Release stable 1.0.0 version by the end of February + +## March 2022 + +- Accessibility tests & improvements +- extensibility + - improve docs + - add the possibility to add plugins + - add the possibility to install external extensions + - theming