Updated TODO

This commit is contained in:
Marcin Kurczewski 2014-10-26 01:32:43 +02:00
parent 31c4584e94
commit 57d6d76386

4
TODO
View file

@ -9,8 +9,12 @@ first major release.
- tags: add tag merging - tags: add tag merging
- tags: add tag descriptions - tags: add tag descriptions
- tags: add tag edit snapshots (backed-only) - tags: add tag edit snapshots (backed-only)
- add /history
- fix post notes on scaled posts
- fix image size not being respected
refactors: refactors:
- add enum validation in IValidatables (needs refactors of enums and - add enum validation in IValidatables (needs refactors of enums and
possible disposal of EnumHelper in favor of something more subtle) possible disposal of EnumHelper in favor of something more subtle)
- reduce dependencies - reduce dependencies
- split PostService into PostSearchService and PostEditService