Skip to content

Commit 2ea26d4

Browse files
author
Marcin Kwiatkowski
authored
docs: added roadmap to the docs (#380)
closes #323
1 parent 1ea15a3 commit 2ea26d4

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

docs/.vuepress/config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
{

docs/guide/roadmap.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
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

0 commit comments

Comments
 (0)