-
Notifications
You must be signed in to change notification settings - Fork 30
/
TODO
76 lines (53 loc) · 2.2 KB
/
TODO
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
* add "visible" field to blog posts to allow drafts
* Posts in Category "Pages" are not shown on normal views
* update documentation
* Refactor(pyflakes/epydoc)/Tests/Document/Readme/Changelog
* get community feedback
-> v0.3
----------------
* feeds
* Update to Flask-SQLAlchemy 0.10 and rewrite tidy_tags to use model_committed event
* Refactor(pyflakes/epydoc)/Tests/Document/Readme/Changelog
-> v0.4
----------------
* be able to rename categories
* Javascript Tag suggestion
* Put hardcoded Messages in config file (localisation?)
* make datetime field explicitly settable, both in the model
and on the compose page through a datetime widget
* set default to now but when updating load saved date
* Refactor(pyflakes/epydoc)/Tests/Document/Readme/Changelog
-> v0.5
----------------
* search (http://pypi.python.org/pypi/Whoosh/)
* Refactor(pyflakes/epydoc)/Tests/Document/Readme/Changelog
-> v0.6
----------------
* On archives page:
* show 5 latest post titles (below even tagcloud).
* Be there a link `more` when clicked ajaxingly loads e.g. the last
20 blog titles and a pagination for even older blog posts.
* statistics (or can I use google statitstsic or how that is called for that?)
* Refactor(pyflakes/epydoc)/Tests/Document/Readme/Changelog
-> v0.7
----------------
* improve performance
** profiling (with google profiling tools) in order to improve performance (archives view esp.)
** caching queries with pure python?
** http://github.com/thadeusb/flask-cache Flask Cache
*** http://beaker.groovie.org/ http://www.sqlalchemy.org/docs/examples.html#examples-caching
* Refactor(pyflakes/epydoc)/Tests/Document/Readme/Changelog
-> v0.8
----------------
* error pages (403...), style them read flask doc howto
* use css3 spalten to make archives page more effectively use horizontal space
(e.g. 3 columns for months, 3 columns for categories, tag cloud and then
recent posts)
* Pingback/Traceback (or does Disqus already do that?) / Look at Zine
* Refactor(pyflakes/epydoc)/Tests/Document/Readme/Changelog
-> v0.9
----------------
* Update markdown2 lib (maybe smartypants? I love real quotation marks)
* Refactor(pyflakes/epydoc)/Tests/Document/Readme/Changelog
* Wait a little
-> v1.0