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