MohaStranger / sheel-ma3aya

Automatically exported from code.google.com/p/sheel-ma3aya
0 stars 0 forks source link

HS42T1 (Send SMS for confirmation) #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Send SMS for confirmation.

Original issue reported on code.google.com by hossam.a...@gmail.com on 4 Nov 2011 at 12:38

GoogleCodeExporter commented 9 years ago
User story: As a registered user, I should be able to send a semi-automated SMS 
for my matching registered user.

Original comment by hossam.a...@gmail.com on 4 Nov 2011 at 12:18

GoogleCodeExporter commented 9 years ago
Opps... the user story of this task is:

As a system, I should send a confirmation pdf to both emails/ send SMS to both 
phones after they confirm the transaction.

Original comment by hossam.a...@gmail.com on 4 Nov 2011 at 12:19

GoogleCodeExporter commented 9 years ago
Started.

Original comment by hossam.a...@gmail.com on 11 Nov 2011 at 5:33

GoogleCodeExporter commented 9 years ago
CC'ing Salma.

Original comment by hossam.a...@gmail.com on 11 Nov 2011 at 5:38

GoogleCodeExporter commented 9 years ago
Sending SMS as confirmation:

The possible solutions are:

1- Sending SMS from the server.

This is the most convenient way of doing it. However, after a lot of searching 
I found out that:

i) The services on the web including SMS Gateway ..etc are not for free.
ii) Using the Gmail to do SMTP to be able to send SMS to the mobiles is 
restricted in the GAE. I have tried it so many times.

2- Keep sniffing from the server at the client side.

I found it too expensive to do. It is like killing the app efficiency and 
making the user paying a lot o money to listen to the confirmation reply.

So, based on these givens, I decided not to make the SMS confirmation part, and 
felt that confirmation just by e-mail is suffice.

Original comment by hossam.a...@gmail.com on 18 Nov 2011 at 6:29

GoogleCodeExporter commented 9 years ago
Sprint 2 task:

I will do it that once the the offer is fully confirmed, the last one has 
confirmed the offer, will send an SMS for the other companion informing him 
about the details of the transaction.

Original comment by hossam.a...@gmail.com on 9 Dec 2011 at 6:25

GoogleCodeExporter commented 9 years ago

Original comment by hossam.a...@gmail.com on 9 Dec 2011 at 6:35

GoogleCodeExporter commented 9 years ago

Original comment by hossam.a...@gmail.com on 9 Dec 2011 at 6:36

GoogleCodeExporter commented 9 years ago
Issue 7 has been merged into this issue.

Original comment by hossam.a...@gmail.com on 9 Dec 2011 at 6:36

GoogleCodeExporter commented 9 years ago
Started.

Original comment by hossam.a...@gmail.com on 21 Dec 2011 at 12:18

GoogleCodeExporter commented 9 years ago
Done and tested on the emulator and the galaxy tab.

I should note that the template will not be displayed on the galaxy tab since 
it is a limitation on Android 2.2.

Original comment by hossam.a...@gmail.com on 22 Dec 2011 at 7:45