• 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
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Mileage Account...

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
When a flight is awarded, the specs don't tell anything about if I have to substract the mileage account with the value of the awarded flight.

Shouldn't the Frequent Flyer database be accessed in read-only mode?

Thanks.
 
Ranch Hand
Posts: 1906
3
Hibernate Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
That falls in the category of something you need to decide on your own, and document what you decide to design. The only guide I can give is that you should consider what they're asking for and create your design accordingly.
 
Ranch Hand
Posts: 60
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Honestly, do we really need to get to the level of detail concerning whether or not to subtract miles in the mileage system? Or even to read the database in a read-only mode...?

Some of this stuff is not specified at all so then do we make some general assumptions like: "the mileage system recognizes that an award travel itenerary is completed at the end of the transaction and that it, internally, settles the mileage account"? This seems a little crazy to me but perhaps it's the best solution?

Theodore maybe you can shed some light?

-jason
 
This tiny ad is suggesting that maybe she should go play in traffic.
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic