• 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 Earned

 
Ranch Hand
Posts: 41
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How do we handle the Mileage Earned.

1) These can be a cash amount that the Customer can redeem. Here we will only update the Mileage earned status when the customer books a new itinerary.
2) It can be adjusted in a new Flight booking amount. In this case we need to call FFMS during the price calculation of the Itinerary.

Also there is also a section saying Customer selects awards travel& system verifies mileage availability.

Does it mean only when the customer selects Awards travel he will be awarded the Mileage earned.

Thanks for the replies
 
Ranch Hand
Posts: 446
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I agree with you. The use cases contain lot of vague things.

Make some assumptions like this is what has been supported and these things can be supported by extending the design like ...

This way you can justify your design. This is how I am proceeding with my assignment.
 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
IMO
The mileage earned is not supposed to be updated at the time of booking. This should be updated when the travel takes place - as in real life.

>Customer selects awards travel& system verifies mileage availability.
>Does it mean only when the customer selects Awards travel he will be awarded the Mileage earned.

I think it refers to redemption of award points for free travel rather then the other way.

Rishabh.
 
Time is the best teacher, but unfortunately, it kills all of its students - Robin Williams. tiny ad:
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