fix: rename Google Sheets tab from "Applications" to "Registrations"

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-02-23 21:16:11 -08:00
parent f3144d10c5
commit 84b6d505bf
1 changed files with 2 additions and 2 deletions

View File

@ -88,13 +88,13 @@ function syncWaitlistSignup({ email, name, involvement }) {
} }
/** /**
* Sync an application to the "Applications" sheet tab. * Sync an application to the "Registrations" sheet tab.
* Columns: Timestamp | App ID | Status | First Name | Last Name | Email | Phone | * Columns: Timestamp | App ID | Status | First Name | Last Name | Email | Phone |
* Country | City | Attendance | Motivation | Contribution | How Heard | * Country | City | Attendance | Motivation | Contribution | How Heard |
* Referral | Scholarship | Scholarship Reason | Weeks/Dates * Referral | Scholarship | Scholarship Reason | Weeks/Dates
*/ */
function syncApplication(app) { function syncApplication(app) {
appendRow('Applications', [ appendRow('Registrations', [
new Date().toISOString(), new Date().toISOString(),
app.id || '', app.id || '',
'pending', 'pending',