• 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
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Ambiguity - Use Cases

 
Ranch Hand
Posts: 202
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
At the end of Prepare Itinerary it is stated that after the customer has selected flights, seats and confirmed the itinerary, the pay for itinerary use case is executed. The Pay for itinerary use case however says, that other use cases send priced itinerary.

The million dollar question is when is the itinerary priced?

Also, please note that the Price Itinerary use case says that the prepare Itinerary use case sends the prepared itinerary as input. ?

Any body having same sort of confusion ?
 
Ranch Hand
Posts: 38
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

If you look at the basic flow of the Prepare Itinerary use case, the system prices the itinerary AFTER the customer selects seats and BEFORE the customer confirms the itinerary.

The Use Case diagram should give you a clue. Notice that the Price Itinerary is included in the Prepare Itinerary.

I hope that helps.
 
Ranch Hand
Posts: 124
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The last line of the Basic flow in 'Prepare Itenary Use Cases' says:

System sends the priced itinerary to Pay for Itinerary Use Case



I think the above statement should clarify your question.
 
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
Bear in mind that there is supposed to be some ambiguity. Part of the assignment is deciding how to handle that ambiguity and documenting the assumptions you've made on that basis.

In this case, though, the provided information's not quite so unclear, depending on your reading - just look at every bit of information they provide from as many angles as you can, document what you think is unclear, and make sure that you can reason through what you decide to do based on those assumptions and ambiguities.
 
Muhammad Asif
Ranch Hand
Posts: 202
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Theodore Casser:
Bear in mind that there is supposed to be some ambiguity. Part of the assignment is deciding how to handle that ambiguity and documenting the assumptions you've made on that basis.

In this case, though, the provided information's not quite so unclear, depending on your reading - just look at every bit of information they provide from as many angles as you can, document what you think is unclear, and make sure that you can reason through what you decide to do based on those assumptions and ambiguities.



Thanks a lot for the detailed response. I really like the way you explain things
 
"To do good, you actually have to do something." -- Yvon Chouinard
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic