ThinkSalat/Trendr

MVP 2 Posts

Closed this issue · 3 comments

  • set up aws bucket
  • set up active storage for post upload and retrieval
  • set up model, api endpoint, controller for posts
  • set up model, api endpoint, controller for postsMedias
  • allow user to upload single photo
  • allow user to upload multiple photos as a photoset
  • allow user to upload gif
  • style post container to allow photosets
  • style navbar for new posts
  • seed data from tumblr's api
  • style post container
  • style post container buttons at bottom (won't do anything until implemented--grey out until then)
  • style new post form
  • Update live link in the wiki to link to the deployed version
  • Remember to remove redux logger and all console logs from the app before deploying
    When logged in with a new account:
  • When trying to post text only, I get a 422 error
  • When posting a photo, I also get 422 error
  • I am unable to see any posts
  • From the demo user, it looks like the post is successful, but there is no information (other than the logger) to indicate I uploaded successfully

The posts and ability to see the uploaded post will be handled in next mvp, which is the main feed. Tumblr actually doesn't have any confirmation, it just redirects to the feed, and usually your last post is on top.

Okay in that case I'll just make sure everything works through posting