posted 18 years ago
My Thoughts:
The seq. of steps should be:
A. The screen where user can select seat #
Action : user submits the selection
B: The screen with all the flight detail(itinerary confirmation window), [ Though I do not consider this as a 'itinerary confirmation' 'cause user has not confirmed itinerary yet. At this page just itinerary price and flight detail will be displayed ]
Action: user confirms itinerary
c: Final step (All set!!! I am assuming that this is a final screen with two option: "Save itinerary" or "Pay it Now".
In the above mentioned steps the prices should be calculated between steps A and B. Also before calculating the price,we have to check if the user has logged in or not.(this is what I could interpret from 'Prepare Itinerary' use case )
So to me 2 checks (Customer Not Logged In', 'Customer Not Member' ) need to be done before the computation of price.
What is your opinion/comment ?