gnuherds-app-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: tasks 8833: [BUG]: Send a confirmation-email for donators, if they a


From: Davi Leal
Subject: Re: tasks 8833: [BUG]: Send a confirmation-email for donators, if they are not logged in
Date: Sun, 9 Nov 2008 12:35:25 +0100
User-agent: KMail/1.9.9

Federico Gimenez Nieto wrote:
> > 2. You could begin to help with the 7705 task [3],
> >    the donation-pledge-group feature.
> >
> >      [3] http://savannah.nongnu.org/task/?7705
> >
> >    We could think for example if we should add support to
> >    divide the current description-and-comment section of the
> >    donation-pledge-group to get:
> >      * description section
> >      * one section for each comment, as a blog
> >    although there are more basic functionality pending for
> >    the donation-pledge-group feature.
>
> Ok, if you point me something to carry on i'll begin with that.

Right now, when you donate to a donation-pledge-group, if you are not logged 
the below steps are carried out:

 1. The webapp asks you for your email.

 2. If your email is not yet registered in the data base, then it is
     registered and a confirmation-email is sent to such email address.

 3. If your email is already registered the confirmation-email is _not_ sent.


Problem:

 We must send the confirmation-email for the (3.) case too, to avoid I
 donate using your email :D


Proposal:

  We must add the source code to send the confirmation email in case (3.),
  and cancel the donation if the confirmation does not come back in 48 hours.

  * Send the confirmation email. Maybe at:

       Layer-5__DB_operation/Entity.php
         getEntityId method.

           if ( $E1_Id )
           {
                < Here? I am not sure. >
                return $E1_Id;
           }
           else

  * Will it require data base schema modifications? Yes, to mark such event.

  * Add cron job to cancel not-confirmed donations.

I will follow sending you emails about this 8833 task along the next hours.



Assigned task:

 * http://savannah.nongnu.org/task/?8833
   [BUG]: Send a confirmation-email for donators, if they are not logged in

 * http://savannah.nongnu.org/task/?7705
   [New feature]: pledgebank: donation-pledge-groups, etc.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]