Skip Navigation

Digital Connect Check-In 24.02 Release Notes

Release Identification

Release VersionType (Version, Update, or Patch)DateApproved byDescription of Change
24.02Version23 Feb 2024Piotr GorskiSoftware updated

 

Features

Digital Connect Check-In introduces new features and enhancements in the following areas:

  • [CSSDC-2925] /dcci/seats/seatmap ACS Path PADIS Codes
  • [CSSDC-2927] Improve Columns Mapping in Seatmap
  • Support BP Reprint for NST Passengers
  • [CSSDC-2932] Checkin - Priority List Enhancement

​​​Defects

The following Digital Connect Check-In defects have been fixed for this release.

  • Infant Title is Missing after Adding the Infant on DW - Case ID : 07742398

The following sections explain more details about the new items.

[CSSDC-2925] /dcci/seats/seatmap ACS Path PADIS Codes

PADIS codes returned by ACS_FlightSeatMap on a column level caused Digital Connect Check-In seat status to be BLOCKED as they were hardcoded. Digital Connect Check-In has enhanced the current behavior with a configurable logic. 

Prerequisites

N/A

Limitations

N/A

Configuration

Property NameDescriptionExample
Value
Data
Type
se.adapter.s4ci.seatMap.columnPadisBlockedCodesList of ACS_FlightSeatMap column's PADIS codes that are meant to be translated to the BLOCKED seat status.O,V,C,BKList<String>

[CSSDC-2927] Improve Columns Mapping in Seatmap

Digital Connect Check-In has improved the column mapping in seatmap (ACS path) so that the location of WINDOW and AISLE characteristic are populated correctly. 
 

Prerequisites

N/A

Limitations

N/A

Configuration

Property NameDescriptionExample
Value
Data
Type
se.adapter.seatmap.enhancedColumnMapping.enabledWhen enabled, a new and improved algorithm is used to populate the column definitions based on the SSCI OS response.FalseBoolean

Support BP Reprint for NST Passengers

Digital Connect Check-In has enhanced the handling of the boarding passes for passengers with NST (No Seat) edit code. Before this enhancement Digital Connect Check-In did not support boarding pass print and reprint when a passenger had NST edit code. Now, post the enhancement, when calling /dcci/passenger/details with outputFormat reprint or /dcci/passenger/boardingpass such boarding pass is returned.
 

Prerequisites

N/A

Limitations

N/A

Configuration

Property NameDescriptionExample
Value
Data
Type
s4ci.feature.boardingPass.noSeatPassenger.enabledDetermines whether the boarding pass reprint is enabled for NST passengersFalseBoolean

[CSSDC-2932] Checkin - Priority List Enhancement

When /dcci/passenger/checkin is called and there are not enough seats on a given flight, Digital Connect Check-In can place passengers on the priority list for the first flight. 
The priority code is fetched from Digital Connect Check-In's configuration based on passenger's:

  1. Edit codes
  2. Tier level
  3. Booking class

Additionally Digital Connect Check-In has implemented a new step to get current priority code from CKI /v3/cki/passenger/details. 
Now, the algorithm looks as follows

  1. Current CKI priorityCode
  2. Edit codes
  3. Tier level
  4. Booking class

Prerequisites

N/A

Limitations

N/A

Configuration

Property NameDescriptionExample
Value
Data
Type
s4ci.checkin.priorityList.ssciPriorityCode.enabledDetermines whether the priority code should be extracted directly from CKI passenger details origin flight response.FalseBoolean
s4ci.checkin.priorityList.mapping.ssciPriorityOrderDefines mapping between priority codes and its order (importance). Used to calculate priorityCode based on SSCI priority code while adding passengers to priority list. Map<String, Integer>

Infant Title is Missing after Adding the Infant on DW - Case ID : 07742398

Customer Tracking #:

N/A

Sabre Tracking #:

CSSDC-2936

Description:

Title for the unbooked infant passenger was missing in the response from /dcci/passenger/details.
Unbooked infant is the infant not present in the PNR but added by CKI service.

Resolution:

Implemented change to return prefix element with title for the unbooked infant.

Programs/Modules Affected:

/dcci/passenger/details