• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

Persisting Itinerary details

 
Ranch Hand
Posts: 295
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

Is there a need for us to persist Itinerary details in the DB?
 
Ranch Hand
Posts: 333
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
well, you will have to persist paid itineraries. But regarding unpaid itineraries.... it's upto you to make a design choice.
 
Steven Wong
Ranch Hand
Posts: 295
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Giju,

thanks for the response. However the requirement doesn't state that the persistent of "paid" itineraries is required, in any of the use cases - or am I missing something from there?
 
Ranch Hand
Posts: 39
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think persistence of paid itineraries will be required, how else will you go about storing details of the itinerary, which you will obviously need later on (at least till the passenger has flown to his destination).

Lokesh
 
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Steven,
To my understanding, both paid and unpaid itineraries needs to be persisted...."How long" and "to what extent" is ur call....for the exam persisting paid itineraries will suffice.Imagine u running a travel agency with 20 agents and an online customer

website. Bulk of ur transactions happen via travel agents. u would definitely want to know how much sale a particular agent(in seats/class/dollar value terms) made this season...this is ur primary business and hence makes sense to persist paid itineraries. It would also help resolving discrepancies, if any.

For intelligence/reporting format, sometimes unpaid itineraries are needed...u would like to track customers vis-a-vis their itineraries and indentify a preference pattern for later marketing activies (newsletters and/or promotions).

where to store is again ur choice....could be db or flat file or an archive db...since the exam restricts ur choice of hardware choice, u might only want to persist the paid itineraries. But whatever u do, u need to mention it explicity in the assumption section. Hope that helps

Thanks
Sankha Das
 
Steven Wong
Ranch Hand
Posts: 295
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Sankha,

Thanks for the suggestions.
 
You didn't tell me he was so big. Unlike this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic