File tree Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ module.exports = {
5858 [ '/guide/environments' , 'Environments' ] ,
5959 [ '/guide/functional-catalog' , 'Functional catalog' ] ,
6060 [ '/guide/about' , 'About' ] ,
61+ [ '/guide/roadmap' , 'Roadmap' ] ,
6162 ]
6263 } ,
6364 {
Original file line number Diff line number Diff line change 1+ # Roadmap
2+
3+ The current goal is to release a stable 1.0.0 version by the end of February. Details below.
4+
5+ ## January 2022
6+
7+ - finish multi-store functionality
8+ - performance improvements
9+ - analysis
10+ - improve the speed of communication with Magento
11+ - Redis Caching
12+ - CDNs
13+ - Design QA & improvements
14+
15+ ## February 2022
16+
17+ - performance improvements
18+ - meet web core vitals or at least 80 score
19+ - Unit & integration tests for crucial functionalities
20+ - quality assurance
21+ - user acceptance tests
22+ - load tests
23+
24+ ### Milestone: Release stable 1.0.0 version by the end of February
25+
26+ ## March 2022
27+
28+ - Accessibility tests & improvements
29+ - extensibility
30+ - improve docs
31+ - add the possibility to add plugins
32+ - add the possibility to install external extensions
33+ - theming
You can’t perform that action at this time.
0 commit comments