From 69eb527268675c772e3d663224fd2a047b85138e Mon Sep 17 00:00:00 2001 From: Nicolas Giard Date: Sat, 3 Feb 2018 20:12:07 -0500 Subject: [PATCH] docs: updated milestones ***NO_CI*** --- README.md | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 766edf2a..61c8c59f 100644 --- a/README.md +++ b/README.md @@ -101,11 +101,17 @@ Current and upcoming milestones *(major features only, see the [changelog](https - [x] Modular logging providers - [x] New Login page - [x] Two-Factor Authentication (2FA) -- [ ] New Navigation Concept :rocket: +- [x] New Navigation Concept - [ ] Themes :rocket: -- [ ] Modular editors, user-selectable: SimpleMDE (markdown), Monaco (code) or TinyMCE (wysiwyg) -- [ ] Modular content parser :rocket: -- [ ] Modular search engines: PostgreSQL search engine (default) +- [ ] Modular editors :rocket: + - [ ] SimpleMDE (markdown) + - [ ] Monaco (code) +- [ ] Modular content parsers/renderers :rocket: +- [ ] Modular search engines + - [ ] PostgreSQL search engine +- [ ] Modular storage engines :rocket: + - [ ] Git + - [ ] Local Disk - [ ] Multilingual versions of the same page (i18n) - [ ] History / Revert to previous version - [ ] Persist system settings to database instead of file-based @@ -120,6 +126,14 @@ Current and upcoming milestones *(major features only, see the [changelog](https - [ ] Preview changes directly from the editor, without saving - [ ] Diagrams as code (Mermaid module) - [ ] Insert Link modal in Markdown Editor +- [ ] Additional storage engines + - [ ] Dropbox + - [ ] Google Drive + - [ ] Amazon S3 + - [ ] Azure Blob Storage + - [ ] Onedrive + - [ ] Owncloud +- [ ] Modular Editor: TinyMCE (wysiwyg) **TBD Milestone** - [ ] Better simultaneous user editing handling