aboutsummaryrefslogtreecommitdiffstats
path: root/app/javascript/vehicle_journeys/reducers
AgeCommit message (Collapse)Author
2018-05-14Refs #6998: Fix JS specs6998-fix-jest-specsZog
2018-05-03Refs #6884; Allow for overnight stops6864-fix-schedules-editorZog
As long as one arrives after 11pm and leaves before 1am
2018-04-26Refs #6829; Fix Purchase Windows assignment in VJs editor6829-fix-vjs-editorZog
2018-04-25Refs #6620; Do not show the 'chrono' on the last stopZog
2018-04-25Refs #6620; Show 'chrono' icon in computed journeysZog
2018-04-25Refs #6472; Add Constraint Zone exclusions to journeys6472-itls-exclusionsZog
along with the React interface
2018-04-23Refs #6664; Fix journeys creation6664-fix-journeys-creationZog
2018-04-10Refs #6459; Use first stop's TZ as base TZ for schedules computationZog
2018-03-14Merge pull request #348 from af83/6036-fix-journeys-editorAlban Peignier
Fix the journeys time editor. Refs #6036
2018-02-27Refs #6008; Use same time for arrival & departure in 1st and last stops6008-no-transition-time-for-journeys-start-and-endZog
2018-02-27Refs #6063; Fix the journeys time editor6036-fix-journeys-editorZog
2018-02-21Refs #5942; Apply users TZ when computing a schedule5942-apply-user-tzZog
2018-02-21Refs #5944; Skip automated times calculation when no start time is set5944-skip-schedule-calculation-when-no-time-is-setZog
2018-02-12Refs #5899 @1h; Use waiting_time in schedules computation5899-use-waiting-time-in-schedulesZog
2018-02-02Refs #5825 @1h; Fix info window behaviour on VJs editorZog
2018-02-01Refs #5798 @3h; Show return journeys on the journeys' editor.Zog
2018-01-29Refs #5750; Add a validation on VehicleJourneysZog
Ensure a time is set for all non-commercial stops
2018-01-17Refs #5623; Show journey departure time inputs when JP is prefilled5623-fix-schedule-when-jp-is-prefilledZog
2018-01-17Refs #5614 @0.5h; Fix schedule computation when departure minutes are not set5614-fix-schedule-computationZog
2018-01-11Refs #5535; Fix specsZog
2018-01-11Refs #5535; set day offsets when neededZog
2018-01-11Refs #5535; Apply timezones during schedule calculationZog
2018-01-11:fire: logZog
2018-01-11Refs #5535; Don't generate time for disabled stopsZog
2018-01-11Refs #5551; Fix bug when the user reopens the modal5551-handle-custom-fields-in-vjs-editorZog
2018-01-11Refs #5551 @0.5h; Implement the custom fields in the creation modalZog
And Refactor the component in the process
2018-01-11Refs #5551 @1.5h; Implement Custom fields editionZog
RBD: implement the same in the creation modal
2018-01-11Merge pull request #225 from af83/5535-compute-vehicle-journeys-timesLuc Donnet
5535 compute vehicle journeys times
2018-01-10Refs #5535 @2H; Automatically fill VJs tilmes when possibleZog
2018-01-09Refs #5502 @4h; Don't use Ajax in JP selector in VJs editor5502-remove-search-from-selectsZog
When the number of possible values is low (<10), display the values right away, don't use an Ajax query
2017-12-28Refs #5435 @0.5h; Fix Company select in VehicleJourney edition modalZog
2017-12-28Add empty purchase_windows attribute when vehicleJourney is created in JS. ↵Alban Peignier
Refs #5407
2017-12-27Refs #5407 @4h; First UI implementationZog
- Add most of the react code - And the specs where possible Still remains: - Link PurchaseWindows to VehicleJourneys in the model - Add an autocompletion endpoint
2017-12-27Refs #5376 @1h; Change the behaviour of the inputs on VehicleJourney#indexZog
We don't block user actions anymore. Instead, when the departure time is set prior to the arrival time, we shift the arrival time accordingly (and reversed when the user sets the arrival time)
2017-12-13Refs #5153 Add form validation for VJ creation on journey_pattern select2 ↵cedricnjanga
(required field)
2017-10-06Add vehicle journey appcedricnjanga