<br><br><div class="gmail_quote">On Sun, Feb 24, 2008 at 3:41 PM, Austin Che &lt;<a href="mailto:austin@csail.mit.edu">austin@csail.mit.edu</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d"><br>
&gt; 3. The person who invited the user currently isn&#39;t being sent. I think this<br>
&gt; may be important; I&#39;ve added support for it but I have a few questions.<br>
&gt;<br>
&gt; A. Should people need to be logged in to send the message?<br>
<br>
</div> &nbsp; &nbsp;Definitely. Avoid being a spam relay.<br>
<div class="Ih2E3d"></div></blockquote><div><br>&gt;&gt;Excellent point. I should have thought of that before.<br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d"><br>
&gt; B. Should the name of the member be included in the message?<br>
<br>
</div> &nbsp; &nbsp;Yes. That&#39;s much more likely to get a response.<br>
<div class="Ih2E3d"></div></blockquote><div><br>&gt;&gt; Since they&#39;re logged in, I&#39;ll add it. I can use the template to fill in the username of the person sending the message in the text.<br>&nbsp;</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d"><br>
&gt; C. Where should we put the button or label to send the invitation?<br>
<br>
</div> &nbsp; &nbsp;Maybe on the how to join page.</blockquote><div><br>&gt;&gt;Good place for now.<br>&nbsp;<br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br><div class="Ih2E3d">
&gt; D. Should we record the invite and then send a message to the person who<br>
&gt; submitted the invitation when the invitee registers?<br>
<br>
</div> &nbsp; &nbsp;That might be difficult to tell unless you have some unique cookie<br>
 &nbsp; &nbsp;or something for them to accept the invitation. It would be easier<br>
 &nbsp; &nbsp;to do the reverse and have a field on registration that has the<br>
 &nbsp; &nbsp;inviter&#39;s user name. Even better, it should be possible to<br>
 &nbsp; &nbsp;generate a link that when clicked, pre-fills out the registration<br>
 &nbsp; &nbsp;form with various items (such as inviter&#39;s name, maybe the lab, etc.)<br>
<div class="Ih2E3d"></div></blockquote><div><br>&gt;&gt;The email address is unique. I&#39;ll use it for now. If they join with a different email address, we lose. No big deal. <br><br>&gt;&gt;We can also do the same thing that gets done via the email confirm: we put a token in that they can click on to register.<br>
When they click on it, we preload the email address and get the context that allows us to send the thank you message to the inviter.<br>I&#39;ve re-used the MediaWiki code to do this before.&nbsp;</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d"><br>
&gt; E. Should we allow the person submitting the invitation to add an additional<br>
&gt; comment?<br>
<br>
</div> &nbsp; &nbsp;Can&#39;t think of why not.<br>
<div class="Ih2E3d"></div></blockquote><div><br>&gt;&gt;Done.<br><br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d">
<br>
&gt; F. Should we allow for sending invitations to more than one person? We can<br>
&gt; do a whole lab if we want; I&#39;m current;y taking in just one name.<br>
<br>
</div> &nbsp; &nbsp;They probably can just send it to a mailing list.<br>
<div class="Ih2E3d"></div></blockquote><div><br>&gt;&gt;I&#39;&#39;m adding support for 5 addresses. Copy and past. <br>&nbsp;<br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d"><br>
&gt; G. Should we offer to cc: the message sent out to the person sending the<br>
&gt; invitation?<br>
<br>
</div> &nbsp; &nbsp;Sure why not.<br>
<div class="Ih2E3d"></div></blockquote><div><br>&gt;&gt;OK.<br>&nbsp;</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d"><br>

&gt; Recording the invitation isn&#39;t a lot more effort to implement and would make<br>
&gt; for a way to let users know we appreciate their efforts. It also gives us<br>
&gt; quantitative info on who&#39;s being invited and how often the inviation is<br>
&gt; acted upon.<br>
</div></blockquote><div><br>&gt;&gt; Database table is now present for invites.  <br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d"><br>
</div> &nbsp; &nbsp;Might as well record it if possible.<br>
<br>
 &nbsp; &nbsp;I think we need to implement a karma system. &#39;Worthless&#39; numbers<br>
 &nbsp; &nbsp;indicating the value of a member is surprisingly good at<br>
 &nbsp; &nbsp;motivating people to do things in communities. We can do something<br>
 &nbsp; &nbsp;like the weighted sum of:<br>
 &nbsp; &nbsp;- number of invited people<br>
 &nbsp; &nbsp;- total number of edits<br>
 &nbsp; &nbsp;- number of articles created<br>
 &nbsp; &nbsp;- number of emails sent to discuss mailing list<br>
 &nbsp; &nbsp;- etc.<br>
<font color="#888888"></font></blockquote><div><br>&gt;&gt; We need to talk about this. Sounds like a great idea.<br>&nbsp;</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<font color="#888888"><br>
--<br>
Austin Che &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;<a href="mailto:austin@csail.mit.edu">austin@csail.mit.edu</a>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;(617)253-5899<br>
_______________________________________________<br>
OpenWetWare Discussion Mailing List<br>
<a href="mailto:discuss@openwetware.org">discuss@openwetware.org</a><br>
<a href="http://mailman.mit.edu/mailman/listinfo/oww-discuss" target="_blank">http://mailman.mit.edu/mailman/listinfo/oww-discuss</a><br>
</font></blockquote></div><br>