shotvibe / shotvibe-ios-client

ShotVibe Client App for iPhone and iPad
1 stars 0 forks source link

Push notification tasks - when a new user joins the ShotVibe service #151

Open omershotvibe opened 10 years ago

omershotvibe commented 10 years ago

All his phone book users that already have the service will get a push notification telling him "john has just joined ShotVibe, let's invite him to one of our album". Then the app will open on the list of albums - user chooses an album, and a message will come up asking "are you sure you want to invite john to this album" - yes/no. After that, john will get a notification that he was added to a new album.

Oblosys commented 10 years ago

@benny-shotvibe Does the server currently support this kind of push notification? I don't see anything about it in https://github.com/shotvibe/shotvibe-web/blob/master/photos_api/device_push.py

Oblosys commented 10 years ago

If we choose to support this, we need to make sure that we don't get push notifications for people that have joined because we invited them to one of our albums. It would be silly if we share an album with someone, and then get a suggestion to share another album with them once they have joined.

omershotvibe commented 10 years ago

@Oblosys , under this issue - when the user will swipe the push notification alerting him about a new user that joined the service - he'll get the list of albums. I don't see any problem with cases like the one you described... in the opposite, I see this case as a great engagment tool. you add a new member, he joins the app, you get a push about it, you can add him now to another album, he get's to see to albums on his main screen, he engaged, and he's happy. please correct me if you see it in another way...

Oblosys commented 10 years ago

I think it's bad behavior, but if it's what you want we can implement it.