VSN-1977 : Finalizing common interface of : Adding , Reading & Updating a prepared passenger.
Prepared Passengers Table, Hooks, and View Finalization
1. Prepared Passenger Table Hook Customization
- Customized the new prepared passenger hook to support the normalized passenger type.
- Ensured compatibility between table rendering logic and normalized data.
2. Reloader State Definition
- Defined and exported a reloader state to control data refetching from multiple components.
- Enabled coordinated updates across hooks and UI sections.
3. Normalized Duplicated Hook Adaptation
- Adapted the duplicated hook to reflect recent changes made in the preparation store.
- Ensured consistent behavior between normalized and standard preparation logic.
4. Finalizing Prepared Passengers View
- Completed the prepared passengers listing interface.
- Finalized the new, update, and read-only prepared passenger forms.
5. API Context Path Update
- Set the API context path to the remote environment.
- Ensured alignment between frontend requests and updated backend routing.
6. Prepared Passenger Table Hook Adjustment (Reiterated)
- Further refined the prepared passenger table hook for normalized passenger compatibility.
- Improved consistency across table-level interactions.
Closes VSN-1977