Giter Site home page Giter Site logo

meeba's People

Contributors

espiegel avatar

Watchers

 avatar

meeba's Issues

obtain regID at sign in

we need a regID(=registration ID) to use GCM ( = google cloud messaging) 
in order to be able to send and recieve push notifications later.

http://developer.android.com/google/gcm/index.html

Original issue reported on code.google.com by maxagi.tau on 8 Nov 2013 at 5:29

UserFunctions

/getUserByEmail/:email  -  User getUserByEmail(String email)

/createUser (POST: email,name,phone,rid) - User createUser(String email, String 
name, String phone, String rid)
    returns success, user

/getEventsByUser/:uid  -  List<Event> getEventsByUser(int uid)

/getUsersByPhones/ (POST: phones[])  -  List<User> 
getUsersByPhones(List<String> phones)


/createEvent (POST)  -  Event createEvent(int uid, String where, String when, 
List<String> emails)

/acceptInvite  -  void acceptInvite(int uid, int eid)

/declineInvite  -  void declineInvite(int uid, int eid)

/getUsersOfEvent/:eid  - List<User> getUsersOfEvent(int eid)

-----------------
- SERVER TABLES -
-----------------

USER
int uid, String email, String name, String phone, String rid


EVENT
int eid, int host_uid, String where, String when


INVITE
int eid, int uid, int status

----------------
- JAVA OBJECTS -
----------------
User
int uid, String email, String name, String phone, String rid

Event
int eid, int host_uid, String where, String when

Original issue reported on code.google.com by [email protected] on 7 Nov 2013 at 1:23

Use Event object instead of multiple strings/int in bundle

in InvitationActivity, EventPageActivity and GcmIntentService instead of 
passing around multiple values in various bundles etc..

just pass a serializeable event object instead that holds all that data (when, 
where, eid, hostname, etc....)

Original issue reported on code.google.com by [email protected] on 19 Nov 2013 at 2:49

UserFunctions tests not passing

when i run the  userFunction tests i get in the log :

JSON STRING = No database selected
No of type java.lang.String cannot be converted to JSONObject

after every userFunction call
and they return null

Original issue reported on code.google.com by maxagi.tau on 10 Nov 2013 at 10:26

Create UserFunctions

/getUserByEmail/:email  -  User getUserByEmail(String email)

/createUser (POST: email,name,phone,rid) - User createUser(String email, String 
name, String phone, String rid)
    returns success, user

/getEventsByUser/:uid  -  List<Event> getEventsByUser(int uid)

/getUsersByPhones/ (POST: phones[])  -  List<User> 
getUsersByPhones(List<String> phones)


/createEvent (POST)  -  Event createEvent(int uid, String where, String when, 
List<String> emails)

/acceptInvite  -  void acceptInvite(int uid, int eid)

/declineInvite  -  void declineInvite(int uid, int eid)

-----------------
- SERVER TABLES -
-----------------

USER

int uid, String email, String name, String phone, String rid


EVENT

int eid, int host_uid, String where, String when


INVITE

int eid, int uid, int status


JA

Original issue reported on code.google.com by [email protected] on 7 Nov 2013 at 1:13

login screen improvement #1


after the  user clicks sign in, check the db to see if the user exists (by 
using getUserByMail method).
if not, ask and register him in the db(using CreateNewUser)
otherwise , move on to next screen.

Original issue reported on code.google.com by maxagi.tau on 7 Nov 2013 at 8:58

Create the Login Activity

We need a login activity just like in our mockups. We will use google sign-in 
to login into the application.

Original issue reported on code.google.com by [email protected] on 4 Nov 2013 at 11:39

user can register without entering phone number

if user clicks cancel on the phone-number dialog , the registration completes 
without his phone number , this is not good...
should also add a check to see if  he didn't enter nothing ..

Original issue reported on code.google.com by maxagi.tau on 19 Nov 2013 at 4:11

Setup the webserver

We will use a Ubuntu instance from Amazon Web Services.

Server code will be written using Spring framework and Hibernate.

Original issue reported on code.google.com by [email protected] on 4 Nov 2013 at 11:35

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.