PASS-Web

Release notes on tasks that apply to PASS-Web (G2).

Version Type Description ID
21.3.1.0 CORR The issue of comments associated with locations not being displayed when users selected a location with comments from the list of Landmarks while booking a trip has been fixed. TI-18357
21.11.0.0 ENH
The following updates have been made in support of a new feature that prevents duplicate trips from being booked:
  • Updates were made to various PassInfoServer methods.
  • The following context properties were added:

    • PASS/PassInfoServer/CreateTrip/DuplicatePrevention/Enable - When enabled, performs a series of checks to prevent new booking requests that would be considered a duplicate of an already existing trip. Default is Off.
    • PASS/PassInfoServer/CreateTrip/DuplicatePrevention/ThresholdRadius- Any location that lies between the booked trip location and this threshold will be considered as the same location. Default is 100m.
    • PASS/PassInfoServer/CreateTrip/DuplicatePrevention/RequiredClearance - A specific comparison between the requested time of a trip. Default is 120 minutes. For example, with a required clearance of 120 minutes, a user has a trip from A to B with a requested pick-up of 8:00am, and a 60 minute travel time (arrival at 9:00am). If the user requests another trip with a pick-up time of 10:30 from A to B this would not be considered a duplicate based on the comparison of the requested pick-up time, despite the new trip only being within 90 minutes of the original trip's calculated drop-off time.
    • PASS/PassInfoServer/CreateTrip/DuplicatePrevention/CheckUnscheduledTrips -To check unscheduled trip. Default is Enabled.
    • PASS/PassInfoServer/CreateTrip/DuplicatePrevention/CheckScheduledTrips - To check scheduled trip. Default is Enabled.

MODTE-137
21.20.0.0 CORR

Fixed PASS-Web dead lock issues caused by Schedule Server dead lock.

MODTE-822
21.20.0.0 CORR

Fixed Pass-Web dead lock issues.

MODTE-749