HashtagSell / posting-api

API for storage and retrieval of posting details for Hashtagsell
0 stars 0 forks source link

Save username with post. Lookup all users posts. #7

Closed that1guy closed 9 years ago

that1guy commented 9 years ago

Two issues here:

  1. When I write example JSON obj to database the username is not stored in the database. Appears to be missing.
    {
      "heading": "a heading for the posting",
      "body": "body of the posting",
      "expires": "2015/01/31",
      "username": "brozeph"  <----Not in database
    }
  1. When a user logs in to the app I need to lookup all that users items for sale. This doesn't seem possible at this moment unless I'm misreading something.
brozeph commented 9 years ago

Good catch, I am actually working on that now - it's in my local changes :smile_cat:

that1guy commented 9 years ago

That's because you're awesome!! Okay..

brozeph commented 9 years ago

Verified fix