728 B
728 B
File Upload
Table of contents
Interfaces
interface ManualUpload {}
Core information
Process
- The account goes to
/posts/upload
. - Uploads the file.
- The file gets processed.
- The file gets sent for review to a moderator.
- The moderator then decides to discard the upload or approve for public view.
- ...
Issues
- What happens when one mod approves a file while the other one discards it?
- Unlike DMs the file verification can take very variable amount of time, so there should be separate states for a given upload, like
"pending"
,"approved"
,"rejected"
.