feat : Adding feature of fetching all department uai codes as a new reference column entry in the passengers importation default template.
Merge Request Description
Validation: Rectifying Importation Logic
This validation corrects the logic used in the mass importation process. The update ensures that importation status is displayed line by line, providing clearer visibility into the progress and outcome of each record. This enhances transparency and allows users to identify issues more efficiently.
Validation: Implementing Department Search Feature
This validation introduces a new feature that enables searching for departments via input text. By allowing users to filter and locate departments directly through a search field, the usability of the system is improved and navigation becomes more intuitive.
Validation: Adapting Passenger Template Integration
This validation adapts the integration logic to align with the new form of the prepared passengers default template. The adjustment ensures compatibility with updated data structures and maintains consistency across the system, reducing errors during mass importation.
Validation: Adding Endpoint for Department UUID Retrieval
This validation adds an endpoint that fetches a department UUID based on its department code. This provides a reliable way to map department codes to unique identifiers, supporting downstream processes that require precise referencing.
Validation: Filtering Cities by Department in User Form
This validation implements filtering functionality for cities associated with a department within the user form. By enabling search-based filtering, users can quickly locate relevant cities, improving efficiency and reducing the likelihood of incorrect selections.
Closes VSN-2233