-
Notifications
You must be signed in to change notification settings - Fork 1
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
Event Data Model #11
Comments
was it in the pull request? I couldn't find it :( |
No. I had to junk my first copy of the project. And I only noticed the sample JSON array today. Still working on it. |
Based on the sample I found in the project, the event data model would look something like this:
I was going to use I think thats enough for now. |
Alright so:
Hope that answers your questions. Let me know if anything is still unclear. |
Cool. I'll keep working on it. |
Here is preliminary version of the data model: https://github.com/mdewolfe/partyStreamApp/tree/FEATURE_models There is folder called Maybe create a new branch ( Let me know what you think. |
Develop branch created :) I'll look at the |
Seems cool. Can you also add lat/long to the event and photo? You can go ahead and pull-request it into develop :) |
Will do. I will probably do it tomorrow if that's cool. I still have to generate the header files. |
no rush. I still got some updates to do on the API |
yeah this looks good to me. I'll go ahead and merge it in. Also, I was thinking of the notion of using FourSquare. What are your thoughts? It could be used to replace the location storing, or as a compliment feature. IMO it would be nice to have both seeing as how not everyone uses FourSquare. |
@iToto
I am going to use the example JSON array (its some where in one of the files, I forget which) of a list of events as my starting point for modelling the events.
The text was updated successfully, but these errors were encountered: