Updated Roadmap (markdown)
parent
6ecac94042
commit
a63e76f201
1 changed files with 4 additions and 0 deletions
|
@ -24,6 +24,10 @@
|
|||
- 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
|
||||
- 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
|
||||
- Search capabilities:
|
||||
- Containing tag X
|
||||
|
|
Loading…
Reference in a new issue