Skip to content

feature/VSN-1999 : Implementing deletion of a specific prepared passenger as a testing asset.

yassine.elazami a demandé de fusionner feature/VSN-1999 vers develop

Merge Request Description

This merge request introduces several changes related to the deletion of prepared passengers and the integration of supporting functionalities. Each validation is described semantically below.


Feature: Preparation Flag Transmission

A new mechanism has been added to ensure that preparation flags are properly transmitted across components. This enhances consistency in handling passenger preparation states.


Refactor: Migrating Deletion Call Outside

The deletion API call for prepared passengers has been moved outside the table action component. This refactor improves separation of concerns and makes the deletion logic more reusable.


Refactor: Method Invocation

The deletion method is now invoked within a more suitable component. This adjustment ensures better alignment with component responsibilities and improves maintainability.


Feature: Deletion Method Integration

The deletion method has been integrated into the system, enabling prepared passenger records to be removed through a standardized process.


Feature: Defining a New Deletion Signature

A new method signature has been defined for the prepared passenger deletion action. This provides clarity and flexibility for future extensions of the deletion functionality.


Feature: New Endpoint Defined

A dedicated API endpoint has been introduced to handle prepared passenger deletions. This endpoint centralizes the deletion logic and ensures consistent backend handling.


Style: Adding Deletion Option

A deletion option has been added to the user interface, including a tooltip to guide users. This improves usability by making the deletion functionality accessible and clear.


Merge: Integration from Develop Branch

Recent changes from the develop branch have been merged to ensure compatibility and alignment with ongoing development efforts.


Closes VSN-1999

Rapports de requête de fusion