Last modification: 2025-04-23 (View source)
This document details the structure and functionality of the “Directory” Airtable base, which serves as the backend for the R-Ladies speaker directory. It utilizes a single table populated by a single form to manage the addition, updating, and deletion of speaker entries.
graph TD
C[Submission Form] --> |form for submissions| A[submissions Table]
A --> |pulls data| D[GitHub Action]
The “Directory” base consists of a single table named “submissions” which stores all the data related to speaker directory entries and requests.
This table is pulled by a GitHub action in the directory repository, which then runs a series of operations munging the data into the necessary format to be displayed on the website.
This table holds all the submitted information for the speaker directory.
Key Fields:
Key Views:
There is a single form associated with the base, which is what community members use to request directory changes.
There are no interfaces in this base.
There are no active automations in this base.