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

Make a simple page to send gcm messages via topics #33

Closed
ShikherVerma opened this issue Sep 26, 2015 · 3 comments
Closed

Make a simple page to send gcm messages via topics #33

ShikherVerma opened this issue Sep 26, 2015 · 3 comments
Assignees
Milestone

Comments

@ShikherVerma
Copy link
Owner

Make a simple web page from where the mnp desk people can send gcm messages to app:
Type :
Event timing and venue change
Event result send
Notification

everything can be done as simple drop down boxes.

@ShikherVerma
Copy link
Owner Author

@ShikherVerma
Copy link
Owner Author

on selecting event timing and venue change there should be boxes to enter new start and end timing and drop down menu to change venue by selecting one of the venues already in the app

on selecting event result option there should be a table of 2 columns , one with number input of position and other with name input of participants. The position column should not be filled from before because there can be tie also.

on notification option there should be a box to enter notification string. that it. ;)

@ShikherVerma
Copy link
Owner Author

so the format of the gcm message json that it send will be :
{
"to": "/topics/foo-bar",
"data": {
"type":"notification"
"message": "This is a GCM Topic Message!",
}
}

{
"to": "/topics/foo-bar",
"data": {
"type":"eventdetailchange"
"event":"bla bla event"
"timing": "20:00-23:00",
"venue": "oat"
}
}

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

@ShikherVerma ShikherVerma changed the title Make a simple page to send gcm messages Make a simple page to send gcm messages via topics Sep 26, 2015
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