-
Notifications
You must be signed in to change notification settings - Fork 30
/
TODO
83 lines (62 loc) · 2.69 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
77
78
79
80
81
82
83
* feeds
* pyRSS2Gen
* feedburner?
* make feed settings customizable (put in settings.py instead of directly into atom.xml)
* add rfc3339.py to used libraries in redme http://henry.precheur.org/projects/rfc3339
* rename in setup.py to v0.4
* Refactor(pyflakes/epydoc)/Tests/Document/Readme/Changelog
-> v0.4
* get community feedback
* submit: http://flask.poweredsites.org/ or http://flask.pocoo.org/community/poweredby/
----------------
* 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
* This has a lot of implications especially the id of the posts
cannot be used as a relative time measurement. Views that rely on
that should be rewritten to rely on the date. Test should be added
before that, where id and date give different relative time measurement.
* rename in setup.py to v0.5
* Refactor(pyflakes/epydoc)/Tests/Document/Readme/Changelog
-> v0.5
----------------
* Update to Flask-SQLAlchemy 0.10 and rewrite tidy_tags to use model_committed event
* search (http://pypi.python.org/pypi/Whoosh/)
* put search field on archives page
* rename in setup.py to v0.6
* Refactor(pyflakes/epydoc)/Tests/Document/Readme/Changelog
-> v0.6
----------------
* statistics (or can I use google statitstsic or how that is called for that?)
* or use cherokee logger? add to documentation
* clean css
* be able to rename categories
* rename in setup.py to v0.7
* 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
* rename in setup.py to v0.8
* 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
* rename in setup.py to v0.9
* 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, maybe bugs appear
* rename in setup.py to v1.0
-> v1.0