PASS-App

Release notes on tasks that apply to PASS-App.

Version Type Description ID
19.14.0.0 CORR The issue of the Client Home field being empty when users attempt to book a trip using a recent booking that has the Client Home data saved has been fixed. TI-18476
19.16.0.0 ENH Users are now able to delete their account if Auto-Enrollment is enabled. They will be informed that the action is irreversible and prompted to enter their current password to confirm the deletion. TI-18722
19.25.0.0 ENH

Updated the description of context property: Notification/Delivery/Push Notification/APN/UseDevelopmentServer to clarify that Trapeze6 must be restarted whenever a change is made.

MODTE-530
19.25.0.0 ENH
The following changes were made to the Imminent Arrival banner map for PASS-Web G3 and PASS App:
  • Removed the TimeSpan extended datatype from the imminent arrival Trapeze 6 properties (context properties) SearchAheadSeconds and SearchBehindSeconds. These properties represent values in seconds, as is directly specified by their name. With the TimeSpan datatype, they display in Trapeze6 as minutes or even hours, which is misleading and confusing.
  • Added the following Trapeze6 property (context property): PASS > PassInfoServerAsync > ImminentArrivals > IncludeActiveTrips. If enabled, trips will continue to be treated as “imminent arrivals” until the trip is completed, or it is removed based on the SearchBehindSeconds property.

  • Updated how the SearchBehindSeconds Trapeze6 property (context property) is used to compare against the trip. If IncludeActiveTrips is enabled, then SearchBehindSeconds property will be compared against a trip’s drop-off time, otherwise it is compared against the trip’s pick-up time. The description of the property has also been updated to reflect the change.

  • If a trip’s status is “completed” then vehicle location information will no longer be returned as a part of the imminent arrival.

MODTE-39