add SKILLED_IMPACT_REQUESTS table
- id
- campaign_id
- enum(skills)
- point_of_contact
- welcome_message
- our_contribution
add PROJECT_GOALS table
- id
- goal_title
- description
- skilled_impact_request_id
modify POST /api/campaigns
- add array of skill requests to POST body
modify GET /api/campaigns/:id
- add skill requests for that campaign as an array to the response
- add project goals as array within each skill request
database schema changes:
API changes: