##// END OF EJS Templates
Updated TODOs
Updated TODOs

File last commit:

r350:5a37bc02 default
r350:5a37bc02 default
Show More
todo.txt
39 lines | 1.7 KiB | text/plain | TextLexer
= Features =
[DONE] Connecting tags to each other
[DONE] Connect posts to the replies (in messages), get rid of the JS reply map
[DONE] Better django admin pages to simplify admin operations
[DONE] Regen script to update all posts
[DONE] Remove jump links from refmaps
[DONE] Ban reasons. Split bans into 2 types "read-only" and "read
denied". Use second only for autoban for spam
[DONE] Clean up tests and make them run ALWAYS
[NOT STARTED] Tree view (JS)
[NOT STARTED] Adding tags to images filename
[NOT STARTED] Federative network for s2s communication
[NOT STARTED] XMPP gate
[NOT STARTED] Bitmessage gate
[NOT STARTED] Notification engine
[NOT STARTED] Javascript disabling engine
[NOT STARTED] Thread autoupdate (JS + API)
[NOT STARTED] Group tags by first letter in all tags list
[NOT STARTED] Show board speed in the lower panel (posts per day)
[NOT STARTED] Character counter in the post field
[NOT STARTED] Use transactions in tests
[NOT STARTED] Save image thumbnails size to the separate field
[NOT STARTED] Whitelist functionality. Permin autoban of an address
[NOT STARTED] Split up post model into post and thread,
and move everything that is used only in 1st post to thread model.
[NOT STARTED] Statistics module. Count views (optional, may result in bad
performance), posts per day/week/month, users (or IPs)
[NOT STARTED] Quote button next to "reply" for posts in thread to include full
post or its part (delimited by N characters) into quote of the new post.
= Bugs =
[DONE] Fix bug with creating threads from tag view
[DONE] Quote characters within quote causes quote parsing to fail
= Testing =
[NOT STARTED] Make tests for every view
[NOT STARTED] Make tests for every model
[NOT STARTED] Make tests for every form