From 4174cc05d5752388ebd24b1a7d00400decf5e89b Mon Sep 17 00:00:00 2001 From: Marcin Kurczewski Date: Mon, 6 Oct 2014 19:48:52 +0200 Subject: [PATCH] Updated TODO --- TODO | 52 +++++++++++++++++++++++++++++++++++++++------------- 1 file changed, 39 insertions(+), 13 deletions(-) diff --git a/TODO b/TODO index 211fdc3f..4089b68b 100644 --- a/TODO +++ b/TODO @@ -19,20 +19,46 @@ everything related to posts: - post notes should be visible in post edit history. (move post snapshot factory methods to PostService) +everything related to users: + - fav tags / searches + - listing + - adding + - removing + everything related to tags: - - automatic tag removal - - tag refresh when editing post - - tag listing - - time of last tag usage - - time of tag addition - - mass tag - - tag merging - - editing tags - - tag relations - - tag aliases - - tag categories (from config.ini) - - tag descriptions - - tag edit history + - automatic removal of unused tags in backend + - tags.json refresh when editing post + - basic tags + - listing + - sort alphabetically + - sort by time of addition + - mass tag + - merging + - tag editing + - name + - category (from config.ini) + - description + - related tags + - aliases + - take care of recursion + - listing + - sort alphabetically + - sort by time of addition + - adding + - removing + - editing + - from + - to (allow multiple) + - implications - when entering child tag, add parent tag + - take care of recursion + - listing + - sort alphabetically + - sort by time of addition + - adding + - removing + - editing + - source tag + - target tags (allow multiple) refactors: - add enum validation in IValidatables (needs refactors of enums and