New concept: “Transfer Group”

We've introduced a new internal concept called 'Transfer Group' when a transfer is initiated. This concept enables TIXNGO to organize and process tickets transfer more intuitively, leading to:

New concept: “Transfer Direction”

We’ve introduced a new internal concept called ‘Transfer Direction’, together with the ‘Transfer Backward’ setting in the V4 Usage Rule, to improve transfer level computation and simplify related mobile processes (e.g. Return Ticket, Edit Transfer Recipient).

Transfer Direction supports two values:

Transfer Level computation

As of TIXNGO V3, the number of transfers allowed for a ticket is determined by the combination of its transfer level (i.e. the number of successful transfers already completed) and the transfer limit, which is defined in the Ticket Usage Rule (also referred to as the "Maximum number of transfers allowed").

By default, after injection, the transfer level of a ticket is 0 (zero).

Forward transfer

Context: Spectator A wants to transfer his ticket to Spectator B.

His ticket is newly injected and its the transfer level is 0 and its transfer limit at 3 via the Usage Rule applied.

Because the transfer level (0) is below the transfer limit (3), the transfer can be initiated

Once accepted by Spectator B accepted the transfer:

Backward transfer

Context: Spectator B wants to return his ticket to Spectator A.

Since the transfer level (1) is below the transfer limit (3), the transfer can be initiated

Once Spectator A accepts the transfer:

Transfer backwardSetting

Description

Transfer Level Change

Example

NEUTRAL

The backward transfer does not count toward the transfer limit.

No change

1 → 1

DECREASE

The backward transfer restores the transfer level to its state prior to the last forward transfer.

−1

1 → 0

INCREASE

The backward transfer counts as a new transfer, like any other transfer.

+1

1 → 2