O1SoftwareNetwork / repairs

0 stars 5 forks source link

Fix/serviceable param #5

Closed aksafan closed 3 months ago

aksafan commented 3 months ago

Added serviceable and non-serviceable enums to wrap query param and properly redirect to EmailSignup or AppointmentSignup forms from the main page.

Now the link looks like http://localhost:3000/signup?type=serviceable for zipcode being in a serviceable range and http://localhost:3000/signup?type=non-serviceable for not-serviceable one.