<p>Looks good. Do you have access to pony?</p>
<p><blockquote type="cite">On May 22, 2010 5:18 PM, "Daniel Farina" <<a href="mailto:drfarina@acm.org">drfarina@acm.org</a>> wrote:<br><br>Hello list,<br>
<br>
I'm new to hanging out at noisebridge and have been looking for a<br>
small starter project to contribute. I think there is a small way we<br>
could improve noisegate slightly, for the purposes of convenience.<br>
<br>
As the situation currently stands, the touch screen's QR-code will<br>
encode the current week's key. The key for the following week is<br>
listed textually, but not encoded into the QR-code. At Monday, 00:00,<br>
there is a switchover from the once-valid key to the new key. The goal<br>
is to allow a user to scan the QR-code and get the current week and<br>
next-week key automatically, giving them some time to re-scan again<br>
the following week at any time to renew their credentials without<br>
having to worry about the key switchover on Monday.<br>
<br>
The existing HTTP GET request that causes the gate to open looks like this:<br>
<br>
  <a href="http://pony.noisebridge.net/gate/?key=[key]" target="_blank">http://pony.noisebridge.net/gate/?key=[key]</a><br>
<br>
I want to extend this interface to look like this:<br>
<br>
  <a href="http://pony.noisebridge.net/gate/?key=[key1][,key2]" target="_blank">http://pony.noisebridge.net/gate/?key=[key1][,key2]</a><br>
<br>
Upon receiving up to two keys, the gate program will try key1 and<br>
key2, respectively. If either match, the gate is opened.<br>
Bonus/optional feature: if key2 matches, but not key1, a reminder<br>
message can be presented to the user to re-scan soon.<br>
<br>
Finally, the QR-code can be extended to encode both the current week's<br>
and next week's keys in this format.<br>
<br>
Thoughts, objections, advice? I also would find helpful some<br>
information about who is the closest thing to a current maintainer for<br>
this system, where code is, and so on...<br>
<br>
Thanks,<br>
fdr<br>
_______________________________________________<br>
Noisebridge-discuss mailing list<br>
<a href="mailto:Noisebridge-discuss@lists.noisebridge.net">Noisebridge-discuss@lists.noisebridge.net</a><br>
<a href="https://www.noisebridge.net/mailman/listinfo/noisebridge-discuss" target="_blank">https://www.noisebridge.net/mailman/listinfo/noisebridge-discuss</a><br>
</blockquote></p>