From 686bfd371014f044e4ee758cc3921779df58d618 Mon Sep 17 00:00:00 2001 From: Nicolas Giard Date: Sun, 24 Sep 2017 23:31:30 -0400 Subject: [PATCH] docs: updated 2.0 milestones [ci skip] --- README.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7932929f..c1c06c31 100644 --- a/README.md +++ b/README.md @@ -60,12 +60,20 @@ Current and upcoming milestones *(major features only, see the [changelog](https ### 1.0.9 - Stable ![Progress](http://progressed.io/bar/100) +**Note**: As 2.0 is under development, no new features are being developed in the 1.0 branch. + - [x] Persian (farsi) locale is now available (thanks to @ashkang) -- [x] Added Support for right-to-left languages +- [x] Added support for right-to-left languages - [x] Fix: Browser locale files not generated properly (ported from dev branch) ### 2.0.0 - Dev -![Progress](http://progressed.io/bar/25) +![Progress](http://progressed.io/bar/30) + +**Goals**: + - Decouple front-end and back-end completely. + - All operations and queries will be made via GraphQL API. + - New fully responsive layout, with better customization capabilities. + - Full localization support, especially for non-latin languages. **Breaking Changes**: MongoDB is being phased out in favor of PostgreSQL + Redis. An upgrade tool will be provided to migrate existing data to the new system. @@ -78,13 +86,14 @@ Current and upcoming milestones *(major features only, see the [changelog](https - [x] Rights - [x] Settings - [x] Tags + - [x] Translations - [x] Users - [x] Migrate to PostgreSQL + Redis datastore - [ ] New Login page - [ ] History / Revert to previous version - [ ] Optional Two-Steps Authentication (2FA) - [x] Docker support + Auto compile/publish to Docker Hub -- [ ] Support sub-directory installations (e.g. example.com/wiki) +- [x] Support sub-directory installations (e.g. example.com/wiki) - [ ] Persist system settings to database instead of file-based - [ ] User Groups + Better permissions management - [x] Make use of all available CPU cores, distributed jobs queue