Updated Roadmap (markdown)

Marcin Kurczewski 2013-10-01 14:04:44 -07:00
parent 6ecac94042
commit a63e76f201

@ -24,6 +24,10 @@
- Content type changes UI behaviour (it's senseless to upload file with content type set to youtube) - Content type changes UI behaviour (it's senseless to upload file with content type set to youtube)
- Implementation details - youtube can be stored as files as well, just plaintext containing URL/ID - Implementation details - youtube can be stored as files as well, just plaintext containing URL/ID
- Image gets unique file name so that it can be hotlinked by registered users, but it's url cannot be guessed by unregistered ones (accessing nsfw post by `/post/30065d2112f85177a20b81d2c4dd08fe.jpg` vs `/post/244.jpg`) - Image gets unique file name so that it can be hotlinked by registered users, but it's url cannot be guessed by unregistered ones (accessing nsfw post by `/post/30065d2112f85177a20b81d2c4dd08fe.jpg` vs `/post/244.jpg`)
- Implementation detail: configurable secret salt concatenated to random suffix
- Ensure no other post exists with that name.
- Editing posts
- Pretty much same as above. Try to avoid duplicated code between post adding and editing, especially for validation stuff.
- Browsing posts - Browsing posts
- Search capabilities: - Search capabilities:
- Containing tag X - Containing tag X