Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Json format list #8

Open
shams-ahmed opened this issue Jun 7, 2015 · 19 comments
Open

Json format list #8

shams-ahmed opened this issue Jun 7, 2015 · 19 comments

Comments

@shams-ahmed
Copy link
Member

{
(
product_id : string
uploaded_by : user_link
timestamp : time/date
brand : string
description : string
hashtags : array
image : array
verified : string
style: string
}
}

@shams-ahmed
Copy link
Member Author

@mashtheweb look at either saving data on files or document

@shams-ahmed
Copy link
Member Author

Home page endpoint

  • user calls endpoint asking for there styles list. DONE
  • get user profile DONE
  • find catalogues they like DONE
  • get there document DONE
  • combine them and sort by time stamp DONE
  • RETURN items results DONE

@shams-ahmed
Copy link
Member Author

@mashtheweb let me know what you think, or if you have any questions

@shams-ahmed shams-ahmed added this to the First Release milestone Jun 21, 2015
@shams-ahmed
Copy link
Member Author

image

@mashtheweb
Copy link

Wrote script to create document for Accessories, cant make this dynamic for named collection

@shams-ahmed
Copy link
Member Author

{
"result": "ok",
"data": [
[
{
"items": [
{
"uploaded_by": "user_link",
"timestamp": "1435173053",
"brand": "string",
"description": "string",
"hashtags": "array",
"image": "array",
"verified": "string"
"style" : "top"
},
{
"uploaded_by": "test2",
"timestamp": "1435555555",
"brand": "string",
"description": "string",
"hashtags": "array",
"image": "array",
"verified": "string"
"style" : "shirt"
}
],
"http_code": 200
}

@shams-ahmed
Copy link
Member Author

@mashtheweb whats the update?

@mashtheweb
Copy link

The script now saves into one array, now working how to sort the timestamp
On 5 Jul 2015 11:33 am, "Shams Ahmed" [email protected] wrote:

@mashtheweb https://github.com/mashtheweb whats the update?


Reply to this email directly or view it on GitHub
#8 (comment).

@shams-ahmed
Copy link
Member Author

@mashtheweb is that the home2.script?

@mashtheweb
Copy link

Yes, I need to check the timestamp bit
On 6 Jul 2015 8:31 pm, "Shams Ahmed" [email protected] wrote:

@mashtheweb https://github.com/mashtheweb is that the home2.script?


Reply to this email directly or view it on GitHub
#8 (comment).

@shams-ahmed
Copy link
Member Author

@mashtheweb is this task complete?

@shams-ahmed
Copy link
Member Author

@mashtheweb is progress on this, kind of a blocker for me now?

@mashtheweb
Copy link

Ok. I will check again tonight. It should be working. The old token that I
had worked. I will have to add more timestamps

On Thu, Jul 23, 2015 at 1:13 PM, Shams Ahmed [email protected]
wrote:

@mashtheweb https://github.com/mashtheweb is progress on this, kind of
a blocker for me now?


Reply to this email directly or view it on GitHub
#8 (comment).

@shams-ahmed
Copy link
Member Author

@mashtheweb use the token i sent on facebook

@mashtheweb
Copy link

OK

On Thu, Jul 23, 2015 at 2:50 PM, Shams Ahmed [email protected]
wrote:

@mashtheweb https://github.com/mashtheweb use the token i sent on
facebook


Reply to this email directly or view it on GitHub
#8 (comment).

@shams-ahmed
Copy link
Member Author

i've managed to fixed the issue now. some reason there was hidden character fro mthe request so for dresses is 7 character but it always returned 8

@mashtheweb
Copy link

OK thanks for informing. The error showed that it didn't recognise the
dresses collection.
On 24 Jul 2015 3:29 pm, "Shams Ahmed" [email protected] wrote:

i've managed to fixed the issue now. some reason there was hidden
character fro mthe request so for dresses is 7 character but it always
returned 8


Reply to this email directly or view it on GitHub
#8 (comment).

@shams-ahmed
Copy link
Member Author

i added a product_id field

@mashtheweb
Copy link

OK. Let me know if there is anything else that's needed to be done. I should be available to work on Sunday. If you would like to meet up at lunch or during weekend. Let me know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants