forked from Code-4-Community/scaffolding
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Motivation:
Ensure that all questions and fields from the PandaDoc form correctly map to our database columns so information is stored consistently.
Acceptance Criteria:
- Create a mapping layer that matches PandaDoc question keys to backend fields.
- Handle optional fields gracefully (e.g. missing or blank responses).
- Write sample mapping JSON or constants file (e.g., fieldMap.js or fieldMap.py).
- Unit tests confirm accurate mapping of fields to DB schema.