findings
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Viewing readonly version of main branch: v44View latest version
Common utility functions.
email.utils.ts
- Email processing utilities (filename parsing, interviewee name extraction)pdfExtractor.ts
- PDF text extraction utilitiesprocess-timing.utils.ts
- Process timing calculations and formatting utilitiesnotion-properties.utils.ts
- Notion property creation and formatting utilitiescreateTotalQuestionsProperty(count)
- Creates number property for total questions countcreateCompletedQuestionsProperty(count)
- Creates number property for completed questions countextractPageIdFromWebhook(webhookBody)
- Extracts page ID from Notion webhook payloadextractFullNameFromPage(page)
- Extracts full name from Notion page Name property
text-redaction.utils.ts
- Text redaction utilities for sensitive informationredactPersonName(text, fullName)
- Redacts person's name from text, replacing with "Respondent"