icortes99 / travel-form-frontend

UI for interaction with the travel forms to Disney. Using Next JS, Chakra and GraphQL
https://travel-form-frontend.vercel.app
1 stars 0 forks source link

Itinerary and passengers pages are not connected with the workflow #1

Closed icortes99 closed 5 months ago

icortes99 commented 6 months ago

Itinerary view is not fetching from LocalStorage, probably it's not saving data either. Additionally, it's not validating the data so when pressing "next" nothing happens.

Passengers view is weird routing once the data is populated. The next button is working so bad but the code looks good. The page must be presented if the info is needed, otherwise, it can be skipped out.

icortes99 commented 5 months ago

Routing is now up to date