Cloudkibo / iOS

iOS Code
0 stars 0 forks source link

Logic to Send Message to Broadcast List #423

Closed sumairasaeed closed 7 years ago

sumairasaeed commented 7 years ago

Work on logic for sending chat message to all the members in broadcast list at a time.

sumairasaeed commented 7 years ago

I have completed client side work on this. Completed UI work and logic for saving and retrieving broadcast list chat from database. Remaining part is to do API call for sending chat message to all members of Broadcast list at once. I will discuss this with @sojharo as we are meeting today if we will need another API for sending chat to all broadcast list members or we can leverage and modify "group chat API for sending chat message" in some way so it can be used both for group chat and broadcast messages

jekram commented 7 years ago

@sumairasaeed Why do we need a new API? Why can we not leverage 1-1 Chat? In Whatsapp does it not go as individual chat?

I prefer status at the end of the day. So we unblock it in real time. vs. I will talk to Sojharo today ?

jekram commented 7 years ago

What is the update here?

sumairasaeed commented 7 years ago

Worked on it. Logic to send chat is completed now. Broadcast messages are now correctly sent to all the members of broadcast list. This is one error in displaying broadcast chat on UI when we click on specific broadcast list . Error is in query. I am trying to fix it.

On Fri, Dec 23, 2016 at 2:04 AM, Cloudkibo notifications@github.com wrote:

What is the update here?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Cloudkibo/iOS/issues/423#issuecomment-268890268, or mute the thread https://github.com/notifications/unsubscribe-auth/AKbhp-FsfV2MQqiHc5SM-cZv6BjdUQk4ks5rKuXugaJpZM4K_yPh .

sumairasaeed commented 7 years ago

This has been completed now.

jekram commented 7 years ago

Thnaks