From 57d6d763862cdf5555182b90539470d230c1e98e Mon Sep 17 00:00:00 2001 From: Marcin Kurczewski Date: Sun, 26 Oct 2014 01:32:43 +0200 Subject: [PATCH] Updated TODO --- TODO | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TODO b/TODO index 4a712a26..31f68d10 100644 --- a/TODO +++ b/TODO @@ -9,8 +9,12 @@ first major release. - tags: add tag merging - tags: add tag descriptions - tags: add tag edit snapshots (backed-only) +- add /history +- fix post notes on scaled posts +- fix image size not being respected 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