I will be working on the Get Details of the Trips Detail web page. Trips will now be called Planner. I also consider this an Itinerary.
Use LINQ, possible to use in furture Entity framework, S.P.'s
VS Solution location:
Server/DB:
Databases:
- 1. ORXE - For orders
- 2. Planner - Our new database for planned trips or itinerary
- 3. Trips - Bookable but not yet booked. This is a service call to Travica.
Trips/Planner UI details
A customer can have 0 to many plans saved.
Each plan has a plan details web page. Here is overall details of this page from the top to bottom.
- Trip name
- Booked items in chronological order. These include Flights, Hotel, Cars, other
- Non-booked items. These include Flights, Hotel, Cars, other
- Notes. Customer created notes including URL's.
GET DETAILS
Work on getting details in this order;
- Non-bookable items.
- Booked items.
- Bookable but not currently booked.
Per Mehendra, start with studying the web site for Reception Gateway-Base Purchase for EP4. We will be working on EP1 (January release).
Work backwords from web site widget to get to the service.
Service and service calls also need to be with the following kept in mind