Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ module.exports = {
['/guide/environments', 'Environments'],
['/guide/functional-catalog', 'Functional catalog'],
['/guide/about', 'About'],
['/guide/roadmap', 'Roadmap'],
]
},
{
Expand Down
33 changes: 33 additions & 0 deletions docs/guide/roadmap.md
Original file line number Diff line number Diff line change
@@ -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