-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update "New Volunteer Page" to use custom form #68
Comments
Awesome write up @dannyrb - thanks! I'll try to answer the discussion questions as best I can, @jcooter can fill in after.
I think we'll maintain a non-prod/dummy base that we can use for development and store the production api keys in an ENV variable in netlify. Joe and I mulled over if we'd invite each dev to the non-prod base or use a dummy account we all share. We didn't land anywhere yet but I'm leaning towards 1 dummy account and we share the API key but not the base credentials giving us 1 point of contact if we need to refresh the non-prod key?
This is probably necessary to do now that we're growing up a bit. We have folks who manage the airtable base so we can loop them in.
Not that I'm aware of - we have people on the team who are more marketing/PR folks. We can ask them to write it for us. |
also we may want to consider if we want to use netlify's forms or if it's any work to just call it without their builtin form. I say this after looking into using Formik with netlify forms and this was a comment from the maintainer of Formik:
That being said - This is my first foray out with Netlify so I don't have the context to weigh the pros/cons well. |
We're going to need to create a dummy account regardless, because airtable api keys are attached to the user and not the base. I don't have any strong opinion on whether or not we invite individual devs to the non-prod airtable base or use that dummy api key for everything. It might make more sense to have individual dev accounts so that if something weird happens we have a real user associated with the changes?
Yes, with some caveats. Signing up to volunteer sort of inherently implies that they will be receiving communications from their state lead as part of the process. The state leads are organizing their individual groups and matching mask makers with drop off locations, etc. We should give volunteers notice that this is going to happen, but an opt-in isn't necessary. However, I do want to allow volunteers to opt-in to a newsletter to let us send out updates, maybe weekly? We would be tying into sendgrid's marketing APIs for managing this list.
No, but I believe sendgrid will manage templates for us. I haven't looked into the details yet, though. This is also a two-part question: the design elements of the emails, and the content. |
We want: API will expect a POST message with these properties in the body.
Will give 200 when successful will give a 400 error if it's got bad data (shouldn't happen but might) |
Gonna use material UI for components in the form. Formik for form state/validation |
See: https://github.com/RosieSews/masksnow/wiki/New-Volunteer-Page
Improved "New Volunteer" Page
node
Netlify lambda endpointExamples:
Discussion:
The text was updated successfully, but these errors were encountered: