From 5c9762f18e50174c03d1e7b5ac789fc7413d40f1 Mon Sep 17 00:00:00 2001 From: Nicolas Giard Date: Sun, 13 Aug 2017 19:55:19 -0400 Subject: [PATCH] docs: updated 2.0 milestones --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 278795f8..a34e06f0 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,15 @@ Current and upcoming milestones *(major features only, see the [changelog](https **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. - [ ] GraphQL API + - [ ] Comments + - [ ] Documents + - [ ] Files + - [ ] Folders + - [x] Groups + - [ ] Rights + - [ ] Settings + - [ ] Tags + - [x] Users - [x] Migrate to PostgreSQL + Redis datastore - [ ] History / Revert to previous version - [ ] Optional Two-Steps Authentication (2FA) @@ -80,7 +89,7 @@ Current and upcoming milestones *(major features only, see the [changelog](https - [ ] Support sub-directory installations (e.g. example.com/wiki) - [ ] Persist system settings to database instead of file-based - [ ] User Groups + Better permissions management -- [ ] Make use of all available CPU cores, distributed jobs queue +- [x] Make use of all available CPU cores, distributed jobs queue - [ ] Tags per document / folder - [ ] Comments / Discussion per document - [ ] Profile page per user