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

add result row to db table #32

Closed
ShikherVerma opened this issue Sep 26, 2015 · 1 comment
Closed

add result row to db table #32

ShikherVerma opened this issue Sep 26, 2015 · 1 comment

Comments

@ShikherVerma
Copy link
Owner

on receiving gcm message of result the result should be added to table. after #34

@ShikherVerma
Copy link
Owner Author

after doing #34
Step 1 is to show a notification that result has being announced. and send a request to data provider to add the result string to events table.

{
"to": "/topics/foo-bar",
"data": {
"type":"result"
"event":"bla bla event"
"result":"1-contestentx,1-contestenty,2-contestentz,3-contestentd"
}
}

step 2 is to add a string column in db and add a function to add this string in data provider singleton

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