I 56 Closing Gaps for domestic fares indication of collected points in fare provider api - UnionInternationalCheminsdeFer/OSDM GitHub Wiki

I-56: Closing Gaps for domestic fares - indication of collected points in fare provider api

Description

  • OSDM needs to close gaps for domestic fares in order to proof towards ERA / EU that is a valid solution for all domestic fares
  • The Gap Analysis has discovered a gap on the indication of collected points

Owner

  • CER/UIC Frauke Quik

Business Value

  • OSDM is applicable to all domestic tariffs.
  • Indication of collected points on a fare provider is possible

Business Outcomes

The measurable benefits that the business can anticipate if the epic hypothesis is proven to be correct.

  • indication of collectable points in the offer

Leading Indicators

The early measures that will help predict the business outcome hypothesis. For more on this topic, see the Innovation Accounting advanced topic article.

Nonfunctional Requirements

Nonfunctional requirements (NFRs) associated with the epic.

None

Analyze

Indicate loyalty points earned if offer is bought on offer level as well as on fare level.

LoyaltyPoint:
  type: object
  description: >-
   Lorem ipsum
  properties:
    name:
      type: string
      example: Miles & More
    unit: 
      type: string
      example: Points
    number: 
      type: number
      format: int32
    issuer:
      $ref: "/.../Company"
    type:
      $ref: "/.../LoyaltyPointType"

LoyaltyPointType:
  type: string
  x-extensible-enum:
    - BONUS_POINT
    - STATUS_POINT