szurubooru/TODO
Marcin Kurczewski 57d6d76386 Updated TODO
2014-10-26 11:19:39 +01:00

20 lines
820 B
Text

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)
- posts/listing: add buttons for toggling safety
- users: add user-configurable "about me" (should support Markdown)
- tags: refresh tags.json when editing post
- 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