Skip to content
AlexCherniak edited this page Dec 13, 2013 · 13 revisions

GitHub Issues:

Iter1 - Issues

Goals:

  • Load and Save a DataBase.
  • Complete Login.
  • mockup connecton to DataBase.

In this iteration,, we will be saving the user data (UserId from facebook) and his eventlist with each event data that he has to our server in a public static array (the array will be a User which has variable of id, and array of event, and the event class will have the event info).

We will also do the login using facebook javascript sdk.

Clone this wiki locally