Context:
Request creation is an integral part of the Covaid system and is the fundamental driver for organization and volunteer experience
Things to keep in mind:
- Whenever we are designing new workflows for request creation, accessibility should be the top priority
- Security and privacy - How can we collect the data we need but only that? Who do we share the data with?
Request Data Model
personal_info (About requester)
- Name
- Email
- Phone
- Languages
- Contact option (Text, Phone, Email)
request_info (What the request entails)
- List of resources requested
- Details
admin_info (Org-relevant)
- Internal admin note
- Admin assigned/tracking
- Last modifed
location_info (Coordinates)
status (Where request is in matching life-cycle)
association (ID of mutual aid group tracking)
time_posted
delete (flag for soft-delete)
Primary Workflow: "E2E"

Step 1:

Step 2:
