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

Tasks about Travel Agent

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
For part 2, I found that the use case spec. did not mention about the tasks of travel agent. Does it mean that the role performed for travel agent is the SAME as the customer?

However, for "create profile" use case, the travel agent should create profile of customer rather than himself/herself. For "Pay for Itinerary" use cse, how did the travel agent pay for itinerary using customer's(??) credit card?

Can travel agent be omitted in the class diagram ?

Rgds,
Alexis
 
Ranch Hand
Posts: 153
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am assuming that TA is equivalent to the customer in the system.
So profile will be customer's profile. But Login would be TA's login info.

Actually I am also not sure if we can omit TA in the class diagram. I'd rather keep it as USER so its generic.
 
Beware the other head of science - it bites! Nibble on this message:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic