O1SoftwareNetwork / repairs

0 stars 5 forks source link

Complete Schedule Form #11

Open jaygabe opened 3 months ago

jaygabe commented 3 months ago

If you look at our current Schedule Form component inside the signup/components/Schedule.tsx file, you'll see that we have boilerplate code, but the form actually needs to be built. Refer to the ServicableSignup component and the database schema for how this Schedule form should be built. Types are in the Servicable Signup file and schema is in the database schema.

jaygabe commented 3 months ago

image