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

Guest Form Components: Welcome, Expectations, Basic Information #644

Closed johnwroge closed 2 months ago

johnwroge commented 4 months ago

Overview

Create the first three guest application forms for the guest application workflow including the welcome page, guest expectations, and basic info forms. Incorporate with guest application context file to update state. Add routes to context wrapper in main.tsx.

The guest form state is being stored by context and the guest application buttons contain the save form functionality so any additional handle submit functionality is not needed in each application form. The form is being used for updating the context values and allowing button functionality for submission on each step.

Another ticket may be needed for local storage for offline support in the future.

Action Items

Resources/Instructions

533 Section 2 | Guest Application Form

630 Guest Application Stepper- Context Wrapper

610 Guest Application Implementation

Fimga