Tech meeting 2022.09.08: Difference between revisions

From Bike Collectives Wiki
No edit summary
Line 3: Line 3:
==Agenda==
==Agenda==


* Darin had a quick question for Godwin about the bikebike.org website
* Darin is trying to add a captcha or similar to the contact form on bikebike.org to reduce spam and make gmail reject us less. 
** We can use Google's ReCAPTCHA, which seems like a well-tested, and reasonably accessible implementation. 
** The easiest way would probably be with [https://github.com/igorkasyanchuk/new_google_recaptcha this gem].  Is there anything that must be done when adding a gem to the project?  (also, how soon can we spin up a test instance on the KVM for changes like this?)
** Or could do it [https://dev.to/morinoko/adding-recaptcha-v3-to-a-rails-app-without-a-gem-46jj without a gem], though that looks a little more involved. 


==Notes==
==Notes==


* Jonathan got started with setting up the new hosting.  Godwin covered the bill.  Darin covered the OCF/payment processor fee we forgot to account for.  Angel will check with OCF to see if there's a better way to do this in the future.
* Jonathan got started with setting up the new hosting.  Godwin covered the bill.  Darin covered the OCF/payment processor fee we forgot to account for.  Angel will check with OCF to see if there's a better way to do this in the future.

Revision as of 00:20, 9 September 2022

Attendees

Agenda

  • Darin is trying to add a captcha or similar to the contact form on bikebike.org to reduce spam and make gmail reject us less.
    • We can use Google's ReCAPTCHA, which seems like a well-tested, and reasonably accessible implementation.
    • The easiest way would probably be with this gem. Is there anything that must be done when adding a gem to the project? (also, how soon can we spin up a test instance on the KVM for changes like this?)
    • Or could do it without a gem, though that looks a little more involved.

Notes

  • Jonathan got started with setting up the new hosting. Godwin covered the bill. Darin covered the OCF/payment processor fee we forgot to account for. Angel will check with OCF to see if there's a better way to do this in the future.