• 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

old style exam, part 2 requirements clarification

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

I hope this does not breach the rules.. I'm not after any solution, I just want to understand the requirements.

In the background section of my assignment it mentions the company wants an online site for customers. It also mentions that they wish to replace the terminals with something that can support a gui.

Well, to my mind a web app has a gui. So I'm thinking the agents should just use the web app to do their bookings. Then I get the horrible feeling I am being too straightforward and in fact they are wanting a seperate Swing front end thing for the agents. If they do mean this then this gives me issues with the sequence diagrams. How can you add two actors with two different guis into one diagram?

Thoughts anyone?

Lastly, what the hell does "Award Travel" mean? My best guess is it means take the total miles off a recently purchased itinerary and add it into the frequent flyer account total miles.

j
 
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

Originally posted by John Summers:
Lastly, what the hell does "Award Travel" mean? My best guess is it means take the total miles off a recently purchased itinerary and add it into the frequent flyer account total miles.


Trying to think on how to answer the rest of the issue without giving away too much of my own solution - at least this one point, I can think of how to answer without doing so.

You're not quite looking at it the right way - award travel would be your reward for having accrued all those miles from frequent flying, rather than adding the mileage of the itinerary to the frequent flier mileage. (Since most airlines don't grant you the mileage for a flight until after you take it.)

Hope that helps a bit.
 
Ranch Hand
Posts: 34
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I'm doing Part 2 too.

This "update the Frequent Flier Mileage System" requirement is not mentioned anywhere in the assignment, but I think it implicit. After all, it is common that buying flight tickets would increase your miles. However, there are other sources of increasing miles, for example, with some credit card purchases. I would suspect that the Mileage system already is prepared to support different update sources and would need to be upgraded to support one more system.
 
Do not set lab on fire. Or this 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