Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Airtable and Netlify Functions are currently used for building the "Initiatives" page for the part that saves user posted comments into Airtable. User posted comments are sent from the client side to the server endpoint written in Netlify function. The . When the “Post a comment” button is clicked, it makes a POST request to Netlify. Netlify is hosting a live JS webapp on our behalf, which is a “comments.js” handler written in as a Netlify function. This Netlify function then calls Airtable API to save the comment and sends an email with the comment content to a moderatorinto Airtable. In a root folder of the project, there is a netlify.toml containing Netlify routing specifications.

What Triggers Netlify Re-deploy

...