##// END OF EJS Templates
Updated TODOs
neko259 -
r390:501a128f default
parent child Browse files
Show More
@@ -1,45 +1,48 b''
1 1 = Features =
2 2 [DONE] Connecting tags to each other
3 3 [DONE] Connect posts to the replies (in messages), get rid of the JS reply map
4 4 [DONE] Better django admin pages to simplify admin operations
5 5 [DONE] Regen script to update all posts
6 6 [DONE] Remove jump links from refmaps
7 7 [DONE] Ban reasons. Split bans into 2 types "read-only" and "read
8 8 denied". Use second only for autoban for spam
9 9 [DONE] Clean up tests and make them run ALWAYS
10 10 [DONE] Use transactions in tests
11 11 [DONE] Thread autoupdate (JS + API)
12 12
13 13 [NOT STARTED] Tree view (JS)
14 14 [NOT STARTED] Adding tags to images filename
15 15 [NOT STARTED] Federative network for s2s communication
16 16 [NOT STARTED] XMPP gate
17 17 [NOT STARTED] Bitmessage gate
18 18 [NOT STARTED] Notification engine
19 19 [NOT STARTED] Javascript disabling engine
20 20 [NOT STARTED] Group tags by first letter in all tags list
21 21 [NOT STARTED] Show board speed in the lower panel (posts per day)
22 22 [NOT STARTED] Character counter in the post field
23 23 [NOT STARTED] Save image thumbnails size to the separate field
24 24 [NOT STARTED] Whitelist functionality. Permin autoban of an address
25 25 [NOT STARTED] Split up post model into post and thread,
26 26 and move everything that is used only in 1st post to thread model.
27 27 [NOT STARTED] Statistics module. Count views (optional, may result in bad
28 28 performance), posts per day/week/month, users (or IPs)
29 29 [NOT STARTED] Quote button next to "reply" for posts in thread to include full
30 30 post or its part (delimited by N characters) into quote of the new post.
31 31 [NOT STARTED] Ban confirmation page with reason
32 32 [NOT STARTED] Post deletion confirmation page
33 33 [NOT STARTED] Moderating page. Tags editing and adding
34 34 [NOT STARTED] Get thread graph image using pygraphviz
35 35 [NOT STARTED] Creating post via AJAX without reloading page
36 36 [NOT STARTED] Subscribing to tag via AJAX
37 37
38 38 = Bugs =
39 39 [DONE] Fix bug with creating threads from tag view
40 40 [DONE] Quote characters within quote causes quote parsing to fail
41 41
42 [NOT STARTED] Replies, images, last update time in bottom panel doesn't change when
43 thread updates
44
42 45 = Testing =
43 46 [NOT STARTED] Make tests for every view
44 47 [NOT STARTED] Make tests for every model
45 48 [NOT STARTED] Make tests for every form
General Comments 0
You need to be logged in to leave comments. Login now