Browse Source

docs: updated milestones

***NO_CI***
Nicolas Giard 7 years ago
parent
commit
69eb527268
1 changed files with 18 additions and 4 deletions
  1. 18 4
      README.md

+ 18 - 4
README.md

@@ -101,11 +101,17 @@ Current and upcoming milestones *(major features only, see the [changelog](https
 - [x] Modular logging providers
 - [x] Modular logging providers
 - [x] New Login page
 - [x] New Login page
 - [x] Two-Factor Authentication (2FA)
 - [x] Two-Factor Authentication (2FA)
-- [ ] New Navigation Concept :rocket:
+- [x] New Navigation Concept
 - [ ] Themes :rocket:
 - [ ] 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)
 - [ ] Multilingual versions of the same page (i18n)
 - [ ] History / Revert to previous version
 - [ ] History / Revert to previous version
 - [ ] Persist system settings to database instead of file-based
 - [ ] 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
 - [ ] Preview changes directly from the editor, without saving
 - [ ] Diagrams as code (Mermaid module)
 - [ ] Diagrams as code (Mermaid module)
 - [ ] Insert Link modal in Markdown Editor
 - [ ] 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**
 **TBD Milestone**
 - [ ] Better simultaneous user editing handling
 - [ ] Better simultaneous user editing handling