I’ve added a button in the issue column. I think I’ll keep the email column. It’s useful.
Next I need to think about what the (email) button needs to do. Definitely not send email, at least not yet. Rather, it should construct a message and call the email client with the proposed contents of the email. So for now, this isn’t really a remote operation. It would need to run on a machine with an email client. My idea is that with the email open in the client, I could add some information and then send the message. The email will be different for different types of issues. Craig > On Nov 16, 2015, at 10:51 AM, Sam Ruby <[email protected]> wrote: > > On Mon, Nov 16, 2015 at 12:55 PM, Craig L Russell > <[email protected]> wrote: >> >> I’ll take a look now at adding buttons. > > Cool. The document.scan line is not currently extracting the email > address. You will need this. I find it is easiest to make that > change, verify that it works, before moving on. Adding a line > containing "_td email" in the table will show the email address. Once > it is working, you can remove the line. > > For sending email, you might want to look at "launch_email_client" in > the following code: > > https://github.com/rubys/whimsy-agenda/blob/master/views/buttons/email.js.rb > > - Sam Ruby Craig L Russell Architect, Oracle http://db.apache.org/jdo 408 276-5638 mailto:[email protected] P.S. A good JDO? O, Gasp!
