hackforla / HomeUniteUs

We're working with community non-profits who have a Host Home or empty bedrooms initiative to develop a workflow management tool to make the process scalable (across all providers), reduce institutional bias, and effectively capture data.
https://homeunite.us/
GNU General Public License v2.0
35 stars 21 forks source link

Other Pets component #682

Open erikguntner opened 3 weeks ago

erikguntner commented 3 weeks ago

Overview

Implement the "Pets" component for the Intake profile.

Screenshot 2024-04-23 at 5 46 15 PM

You'll have to work off the feat/generated-profile branch so make sure to check it out and pull in the most up-to-date changes.

Action Items

Resources/Instructions

The AdditionalGuestsField could be a good reference to how to approach building this, but you will have to make some tweaks. You may have to define the data as an array of object so here is some info from Formik on how to handle that.