From c8aa29a5ed7a713e7600127835be60dc05903911 Mon Sep 17 00:00:00 2001 From: Nicolas Giard Date: Sun, 22 Oct 2017 22:27:04 -0400 Subject: [PATCH] docs: improved milestones list --- README.md | 54 +++++++++++++++++++++++------------------------------- 1 file changed, 23 insertions(+), 31 deletions(-) diff --git a/README.md b/README.md index 6a303be3..a82f014a 100644 --- a/README.md +++ b/README.md @@ -78,37 +78,29 @@ 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. -- :white_check_mark: GraphQL API - - [x] Comments - - [x] Documents - - [x] Files - - [x] Folders - - [x] Groups - - [x] Rights - - [x] Settings - - [x] Tags - - [x] Translations - - [x] Users -- :white_check_mark: Migrate to PostgreSQL + Redis datastore -- :white_check_mark: Telemetry for analytics and crash reporting (Optional and fully anonymized) -- :white_check_mark: Docker support + Auto compile/publish to Docker Hub -- :white_check_mark: Support sub-directory installations (e.g. example.com/wiki) -- :white_check_mark: Make use of all available CPU cores, distributed jobs queue -- :white_check_mark: Modular authentication providers -- :white_check_mark: Shared kernel for both app and configuration manager -- :large_blue_diamond: Themes -- :large_blue_diamond: New Login page -- :large_blue_diamond: Optional Two-Steps Authentication (2FA) -- :white_large_square: History / Revert to previous version -- :white_large_square: Persist system settings to database instead of file-based -- :white_large_square: User Groups + Better permissions management -- :white_large_square: Tags per document / folder -- :white_large_square: Comments / Discussion per document -- :white_large_square: Profile page per user -- :white_large_square: Preview changes directly from the editor, without saving -- :white_large_square: High Availability support (multiple concurrent instances) -- :white_large_square: Insert Link modal in Editor -- :white_large_square: Better simultaneous user editing handling +- [x] GraphQL API +- [x] Migrate to PostgreSQL + Redis datastore +- [x] Telemetry for analytics and crash reporting (Optional and fully anonymized) +- [x] Docker support + Auto compile/publish to Docker Hub +- [x] Support sub-directory installations (e.g. example.com/wiki) +- [x] Make use of all available CPU cores, distributed jobs queue +- [x] Modular authentication providers +- [x] Shared kernel for both app and configuration manager +- [ ] Themes :rocket: +- [ ] New Login page :rocket: +- [ ] Optional Two-Steps Authentication (2FA) :rocket: +- [ ] History / Revert to previous version +- [ ] Persist system settings to database instead of file-based +- [ ] User Groups + Better permissions management +- [ ] Tags per document / folder +- [ ] Comments / Discussion per document +- [ ] Profile page per user +- [ ] Preview changes directly from the editor, without saving +- [ ] High Availability support (multiple concurrent instances) +- [ ] Insert Link modal in Editor +- [ ] Better simultaneous user editing handling + +:rocket: = Currently in development ## Gitter