VSN-1967 : Displaying the list of prepared passengers.
Description
This Merge Request introduces the Prepared Passenger search and listing feature.
It includes endpoint creation, API integration, DTO mapping, and frontend display setup.
Summary of Changes
- feat(params): Defined the search parameters for prepared passengers.
- feat(paths): Added a new filtered search endpoint in the preparation module.
-
feat(search):
- Implemented the API call for prepared passenger search.
- Mapped backend response to the correct
PreparedPassengerDto.
- feat(preparation): Created a custom hook for managing the prepared passenger table.
- feat(listing): Displayed the list of prepared passengers on the frontend interface.
Purpose
This MR connects the backend filtered search logic with the frontend listing component, enabling users to view and filter prepared passengers seamlessly.
Next Steps
- Add pagination and sorting support for prepared passengers.
- Improve error handling and response validation.
Closes VSN-1967