Skip to content

Instantly share code, notes, and snippets.

@sector-f
Last active July 18, 2018 10:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sector-f/26e184a8f64b9f70e93827008b0a3220 to your computer and use it in GitHub Desktop.
Save sector-f/26e184a8f64b9f70e93827008b0a3220 to your computer and use it in GitHub Desktop.

To-Do

  • Implement board categories
  • Implement image uploads
  • Add optional Name field to posts
  • Make sure an error is returned if you try to reply to a post that isn't an OP (i.e. if posts.reply_to IS NOT NULL then error)
  • Maybe write a SQL script thing to fill up an empty DB with some fixed test data
  • Change all returned error messages to JSON; probably just struct ApiError { status: u32, message: String }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment