As a user
I want to see a loading page while the AI generates the data for my trip
so that I know the loading still takes time and everything is fine with my browser
Description
Acceptance Criteria
[ ] After clicking the Generate button on the idea generator page, the screen displays information that a new trip is being generated
[ ] When the fetch is done, the information disappears and the user gets redirected to the "Trip Details" page of the new trip
Tasks
[ ] Create branch feature/loading-screen
[ ] Decide what should be displayed as loading screen
[ ] Create the loading page
[ ] Integrate display of loading page into the handleSubmit function of the form
[ ] Make sure that the user gets redirected as soon as the data fetching is completed
Value Proposition
As a user I want to see a loading page while the AI generates the data for my trip so that I know the loading still takes time and everything is fine with my browser
Description
Acceptance Criteria
Generate
button on the idea generator page, the screen displays information that a new trip is being generatedTasks
feature/loading-screen