>>>> "Lukas" == Lukas Renggli
<renggli(a)iam.unibe.ch> writes:
Lukas> Do you need the model to be adaptive, so that end users can define
Lukas> questions and model the flow on the fly? Or are the questions and
Lukas> flow hard-coded?
Questions and flow are hard-coded.
Basically, I'm replacing the "booking engine" at
geekcruises.com. Go to
any
cruise, pick "book now", check the check box, and submit.
You'll be in the Perl code that I'm replacing after that. It's safe to paw
through there, all the way to the end, because nothing gets recorded until the
last "book it" hit.
The cabin types depend on the cruise number from the initial request. The
number of detailed passenger infos depends on the number of people given
earlier. And so on. So, the views have to be somewhat dynamic based on
previous questions, and I'm also hitting the database for a few of the things
so I don't want to have to do that repeatedly for the same web hit for the
same query.
--
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn(a)stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See
PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!