Skip to content

Instantly share code, notes, and snippets.

@slicksammy
Created October 23, 2025 12:21
Show Gist options
  • Select an option

  • Save slicksammy/83bf6dc6568ccefbc09dfacb7cbc09de to your computer and use it in GitHub Desktop.

Select an option

Save slicksammy/83bf6dc6568ccefbc09dfacb7cbc09de to your computer and use it in GitHub Desktop.
Forms
We are working with fintechs who have high touch / risky applications. The goal of our software is streamline this process for them while also making it a much better experience for the customer.
For now the focus is on forms. Forms can include a static/predefined section, an ai-generated section or both.
Forms
- static_form_part (json)
- ai_generated_form_part (json)
- ai_generated_sections (json)
- final_form (json)
- intake_q_id (uuid)
- timestamps
- organization_id
- merchant_id
Form Answers
- intake_q_id
- draft_data
- timestamps
- organization_id
- merchant_id
Form Submissions # at points in time we need to "bind" the forms
- intake_q_id
- forms_combined #all of the questions we asked (json)
- form_answers_combined # all of the answers we received (json)
- organization_id
- merchant_id
- timestamps
- submitted_at
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment