PartyStream / partyStreamApp

The Party Stream iOS App
0 stars 1 forks source link

View Event #3

Open iToto opened 11 years ago

iToto commented 11 years ago

User should be able to view events that he is part of

mdewolfe commented 11 years ago

Before viewing an event, creating (#2), or listing events (#1), a distinct data model should be created, and how events should be stored on disk (in memory DB, peristent data store, CoreData vs some custom thing).

iToto commented 11 years ago

I haven't thought of that yet. But am thinking maybe persistent would be best? That way u cache pictures and speed up load load times.

mdewolfe commented 11 years ago

Using core data to build the event models would also make it easier to filter, andante in general.

mdewolfe commented 11 years ago

I'll get some UML diagrams done over the next couple of days.

iToto commented 11 years ago

sounds good :+1:

iToto commented 11 years ago

By the way, I was planning on using the AFNetworking for the network requests. Have a look and let me know what you think.

mdewolfe commented 11 years ago

@iToto

I opened a new issue for this: #7.

mdewolfe commented 11 years ago

@iToto I may have jumped the gun on the data models. I think Sunday will be more realistic.

iToto commented 11 years ago

good for me, I usually only get work done on weekend anyways lol