Resolve VSN-2329 "Feature/implement batch circuit creation and auto-select establishments"
- Updated
CircuitDataFromMapand state management to support multiple circuit groups (circuitBatches). - Refactored
MapsControlBarto group map selections and trigger batch creation. - Modified
CreateCircuitFromMapModalto handle multiple circuit forms simultaneously using FormikFieldArray. - Integrated
fetchEstablishmentUuidsByPassengerUuidin the passenger store. - Updated
PassengerIconSelectorto automatically fetch and display the corresponding establishment when a passenger is selected. - Triggered
fetchCircuitPassengerSummaryupon successful batch creation to synchronize the sidebar.
Closes VSN-2329