Updated TODO

This commit is contained in:
Marcin Kurczewski 2014-09-26 15:35:35 +02:00
parent 0d8ae5334d
commit d7d2e23e30

16
TODO
View file

@ -4,7 +4,7 @@ first major release.
everything related to posts: everything related to posts:
- single post view - single post view
- fav - fav
- score (see notes about scoring) - score
- editing - editing
- ability to loop video posts - ability to loop video posts
- post edit history (think - post edit history (think
@ -18,8 +18,6 @@ everything related to posts:
- hiding posts - hiding posts
- link to iqdb and/or tineye - link to iqdb and/or tineye
- auto feature
- random post - random post
- regard safety settings - regard safety settings
@ -96,7 +94,7 @@ everything related to comments:
- deleting - deleting
- editing - editing
- markdown - markdown
- score (see notes about scoring) - score
refactors: refactors:
- add enum validation in IValidatables (needs refactors of enums and - add enum validation in IValidatables (needs refactors of enums and
@ -117,6 +115,7 @@ refactors:
inject them using posts' lazy loaders. inject them using posts' lazy loaders.
- make view proxies less greedy, e.g. favs should be fetched only in post - make view proxies less greedy, e.g. favs should be fetched only in post
view, not for each of 40 posts in post list. (same goes to other things) view, not for each of 40 posts in post list. (same goes to other things)
- reduce dependencies
miscellaneous: miscellaneous:
- fix mouse trap hotkeys when leaving page - fix mouse trap hotkeys when leaving page
@ -137,14 +136,7 @@ miscellaneous:
http://svn.apache.org/repos/asf/httpd/httpd/trunk/README http://svn.apache.org/repos/asf/httpd/httpd/trunk/README
- add spinner to forms such as registration, user query, login, settings - add spinner to forms such as registration, user query, login, settings
etc. make sure the code isn't too duplicated. etc. make sure the code isn't too duplicated.
- add 404 pages
notes about scoring:
- anonymous users should be able to score posts
- anonymous users should be able to revoke and correct their scores
- it should be difficult to score post repeatedly (add protection in local
storage, anything more is probably an overkill)
- scored of authorized users should be persisted into database so it can be
searched for with special:liked and special:disliked
some day: some day:
- configure mails and ensure it works with gmail - configure mails and ensure it works with gmail