From f7eb76a9d41a893c594b0437d88767b5f39a8b1e Mon Sep 17 00:00:00 2001 From: Marcin Kurczewski Date: Tue, 11 Nov 2014 14:12:32 +0100 Subject: [PATCH] Removed TODO --- TODO | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 TODO diff --git a/TODO b/TODO deleted file mode 100644 index b27efd21..00000000 --- a/TODO +++ /dev/null @@ -1,13 +0,0 @@ -This is transient file that lists functionalities to be implemented before -first major release. - -- autocomplete: don't show items that are already used in tag list (unsure) -- posts/upload: ability to paste many urls (unsure) -- users: add user-configurable "about me" (should support Markdown) -- tags: add tag descriptions - -refactors: - - add enum validation in IValidatables (needs refactors of enums and - possible disposal of EnumHelper in favor of something more subtle) - - reduce dependencies - - split PostService into PostSearchService and PostEditService