Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
minLevel1
maxLevel7

...

Trips can be categorised using custom_fields field in the trip payload.

...

During reporting an analytics return trips can be filtered out using the field trip.custom_fields.tripCategory.

Reports for measuring TAT, transit times etc can be configured by including or excluding return trips as needed.

...

  1. Forward journey trip is created manually on FT UI

  2. Auto closure of trips on Geo-Fence entry or exit. This needs to be configured in Lego.

  3. tripevent.completed webhook will call Create Return Trip API in the orchestration layer (to be developed)

  4. trip categories:

    • "tripCategory": "RETURN JOURNEY" for return trips. (will be done via API)

Question: How do we enable different views for different legs of trips?

For example the return trip is used for planning of loading function and thus plant users would like to view it separately and filter it based on ETA

2. For manual creation, how do we ensure it is done only for Coke Company and not for any other companies on FT platform

Solution Implementation

Following Orchestration Layer APIs will be created:

...