##// END OF EJS Templates
Updated TODO list
neko259 -
r756:8318fa16 2.0 default
parent child Browse files
Show More
@@ -1,28 +1,26 b''
1 1 = Features =
2 [NOT STARTED] Tree view (JS)
3 [NOT STARTED] Adding tags to images filename
4 [NOT STARTED] Federative network for s2s communication
5 [NOT STARTED] XMPP gate
6 [NOT STARTED] Bitmessage gate
7 [NOT STARTED] Notification engine
8 [NOT STARTED] Javascript disabling engine
9 [NOT STARTED] Group tags by first letter in all tags list
10 [NOT STARTED] Character counter in the post field
11 [NOT STARTED] Whitelist functionality. Permin autoban of an address
12 [NOT STARTED] Statistics module. Count views (optional, may result in bad
13 performance), posts per day/week/month, users (or IPs)
14 [NOT STARTED] Quote button next to "reply" for posts in thread to include full
15 post or its part (delimited by N characters) into quote of the new post.
16 [NOT STARTED] Ban confirmation page with reason
17 [NOT STARTED] Post deletion confirmation page
18 [NOT STARTED] Get thread graph image using pygraphviz
19 [NOT STARTED] Subscribing to tag via AJAX
20 [NOT STARTED] Use post and thread caching instead of many parameters to the
21 post view and post urls.
2 * Tree view (JS)
3 * Adding tags to images filename
4 * Federative network for s2s communication
5 * XMPP gate
6 * Bitmessage gate
7 * Notification engine
8 * Group tags by first letter in all tags list
9 * [JS] Character counter in the post field
10 * Statistics module. Count views (optional, may result in bad
11 performance), posts per day/week/month, IPs
12 * Ban confirmation page (or alert) with reason
13 * Post deletion confirmation page (or alert)
14 * Get thread graph image using pygraphviz
15 * Subscribing to tag via AJAX
16 * Use django's native auth framework for administration
17 * Add buttons to insert a named link or a named quote to the markup panel
18 * Add support for "attention posts" that are shown in the header"
22 19
23 20 = Bugs =
21 * Search is very slow and sort order is confusing
24 22
25 23 = Testing =
26 [NOT STARTED] Make tests for every view
27 [NOT STARTED] Make tests for every model
28 [NOT STARTED] Make tests for every form
24 * Make tests for every view
25 * Make tests for every model
26 * Make tests for every form
General Comments 0
You need to be logged in to leave comments. Login now