EveryonesInvited / website

0 stars 0 forks source link

Create GET request to retrieve approved rows from Airtable #7

Open Jbarget opened 3 years ago

LDNCWRB commented 3 years ago

Hi Justen - Questions: 2 potential approaches:

    1. AirTable Base holds 1 table with all submissions (to which we post) -> app will pull data from approved row by using airTable formulas (filtering, no duplication)

    2. Base holds 2 tables, 1 with all submission (to which we post)  -> upon approval, duplication of record to dedicated "Approved" table -> app will pull from approved table (no filtering, duplication, separation of concerns )

What do you think is most interesting set up for scalability of the solution?

Jbarget commented 3 years ago

Ah great question love it! for simplicity for the admins of the site (charlotte) i think we're gonna keep everything in one table so option 1