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

Problem with Road Location Search Software

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dears
I'm working as a Developer in a software firm. I've assigned to
design a software for a cab firm.
This softawre is basically required for a cab base station.
Suppose a customer has called the base to hire a taxi from any perticular point to go somewhere within the city. The incharge of the station want to know the shortest possible way from a starting point of the cab to the destination.
How can we map this problem in programming logic?
Please somebody guide me for this perticular task. I'll be very thankful.
Hassan Ali Raza
Developer
silent_warrior@altavista.com
 
Ranch Hand
Posts: 188
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
First of all, instead of thinking in programming logic, you should think more abstract like its problem domain. Sit down with your cab firm and ask them what they want. Scribble your requirements down and then write them out in Use Cases.
Then, from each "quite" complete" Use Case, find out which you perceive to be high risk for this project. Sort it out and do a cimple Domain model for this. If you want it quick....desgin Interaction diagram for the identified Use Case. Then move on to Clas Diagram.
As you do these steps above....you would have better question in terms of focused rather than a general one above.
PS: Are you of south eastern ethnic background?

------------------
Thank you.
- Simon See
simon-ivy@usa.net
-after office hours-
necro-mani-cide
 
reply
    Bookmark Topic Watch Topic
  • New Topic