szurubooru/TODO

21 lines
820 B
Text
Raw Normal View History

2014-09-19 10:23:34 +02:00
This is transient file that lists functionalities to be implemented before
first major release.
2014-10-17 21:18:17 +02:00
- 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)
2014-10-26 01:32:43 +02:00
- add /history
- fix post notes on scaled posts
- fix image size not being respected
2014-09-28 23:54:32 +02:00
2014-09-19 10:23:34 +02:00
refactors:
- add enum validation in IValidatables (needs refactors of enums and
possible disposal of EnumHelper in favor of something more subtle)
2014-09-26 15:35:35 +02:00
- reduce dependencies
2014-10-26 01:32:43 +02:00
- split PostService into PostSearchService and PostEditService