Updated TODO
This commit is contained in:
parent
5d0cc93c7f
commit
f6d785d2b3
1 changed files with 17 additions and 10 deletions
27
TODO
27
TODO
|
@ -2,11 +2,6 @@ This is transient file that lists functionalities to be implemented before
|
||||||
first major release.
|
first major release.
|
||||||
|
|
||||||
everything related to posts:
|
everything related to posts:
|
||||||
- post list
|
|
||||||
- fav count
|
|
||||||
- score
|
|
||||||
- comment count
|
|
||||||
|
|
||||||
- single post view
|
- single post view
|
||||||
- post content
|
- post content
|
||||||
- post tags
|
- post tags
|
||||||
|
@ -35,6 +30,8 @@ everything related to posts:
|
||||||
- thumb
|
- thumb
|
||||||
- relations
|
- relations
|
||||||
- ability to loop video posts
|
- ability to loop video posts
|
||||||
|
- post edit history (think
|
||||||
|
http://konachan.com/history?search=post%3A188614)
|
||||||
- relations
|
- relations
|
||||||
- previous and next post (difficult)
|
- previous and next post (difficult)
|
||||||
- remember last search
|
- remember last search
|
||||||
|
@ -55,6 +52,11 @@ everything related to posts:
|
||||||
- ability to paste many urls in post upload
|
- ability to paste many urls in post upload
|
||||||
|
|
||||||
- post listing
|
- post listing
|
||||||
|
- better thumbnail loading
|
||||||
|
- content type indicators (try to use CSS)
|
||||||
|
- fav count
|
||||||
|
- score
|
||||||
|
- comment count
|
||||||
- regard safety settings
|
- regard safety settings
|
||||||
- add warning if no posts were found
|
- add warning if no posts were found
|
||||||
- search filters
|
- search filters
|
||||||
|
@ -89,6 +91,7 @@ everything related to posts:
|
||||||
- order:commentdate
|
- order:commentdate
|
||||||
- order:favdate
|
- order:favdate
|
||||||
- order:filesize
|
- order:filesize
|
||||||
|
- order:random (at least unstable version)
|
||||||
- safe/sketchy/unsafe buttons and top navigation search goes to post
|
- safe/sketchy/unsafe buttons and top navigation search goes to post
|
||||||
list presenter
|
list presenter
|
||||||
|
|
||||||
|
@ -97,17 +100,21 @@ everything related to users:
|
||||||
- show link to user's uploads
|
- show link to user's uploads
|
||||||
- show link to user's favs
|
- show link to user's favs
|
||||||
- show link to user's liked posts
|
- show link to user's liked posts
|
||||||
|
- better avatar loading
|
||||||
|
|
||||||
everything related to tags:
|
everything related to tags:
|
||||||
|
- tag listing
|
||||||
- tag autocompletion (difficult)
|
- tag autocompletion (difficult)
|
||||||
- time of last tag usage
|
- time of last tag usage
|
||||||
- time of tag addition
|
- time of tag addition
|
||||||
- mass tag
|
- mass tag
|
||||||
- tag merging
|
- tag merging
|
||||||
- manual tag relations
|
- editing tags
|
||||||
- manual tag aliases
|
- tag relations
|
||||||
- tag categories (from config.ini)
|
- tag aliases
|
||||||
- tag descriptions
|
- tag categories (from config.ini)
|
||||||
|
- tag descriptions
|
||||||
|
- tag edit history
|
||||||
|
|
||||||
everything related to comments:
|
everything related to comments:
|
||||||
- adding comments
|
- adding comments
|
||||||
|
@ -141,7 +148,7 @@ refactors:
|
||||||
|
|
||||||
miscellaneous:
|
miscellaneous:
|
||||||
- add customizable favicon
|
- add customizable favicon
|
||||||
- add add customizable logo
|
- add customizable logo
|
||||||
- add log engine and log everything that should be logged
|
- add log engine and log everything that should be logged
|
||||||
- I don't think browsing online logs is very necessary
|
- I don't think browsing online logs is very necessary
|
||||||
- add help, api documentation
|
- add help, api documentation
|
||||||
|
|
Loading…
Reference in a new issue