aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
blob: be74a44da9ac82c988a864704e99039631b85773 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
TODO
----
* post filters
* fts
* projects
* readonly-db connection (using `PRAGMA query_only`)
* per-site public/ directories
* history (in `PostModel#update_post`)
* triggers for removing unused `post_tag` and `tag` entries
* configurable dashboard
  (like wordpress, choose modules, columns, layout)
* user password strength
* expires\_at for posts

* save and publish dropdown
* move slug to "advanced" in new blog
* make "new post" split button
* `post_changes` table
* `blog` `pages` and `projects` tables, and `post_type` column

Tabs
----
* Home
* Blog
* Pages
* Projects
* Users

Projects
--------
* webhook support: https://developer.github.com/v3/repos/hooks/#create-a-hook

Editors
-------
* tinymce (http://tinymce.com/)
* ckeditor!!                           <-- best
* ace (https://ace.c9.io/)             <-- best
* codemirror (http://codemirror.net/)