aboutsummaryrefslogtreecommitdiffstats
path: root/app/javascript
AgeCommit message (Collapse)Author
2017-12-27Refs #5407 @2h; Model implementationZog
- Link PurchaseWindows to VehicleJourneys in the model - Add an autocompletion endpoint
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 #5419; Fix actions policiesZog
Fix actions conditions on VehicleJourney#index
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-26Include StopArea type in select2 text for routes#edit. Refs #5382Alban Peignier
2017-12-26Refs #5409 Add purchase windows to date filters5409-add_purchase_window_to_date_filterscedricnjanga
2017-12-26#5408 Fix VJ tt color affectation5137-timetable-colorcedricnjanga
2017-12-26Refs #5382 @1h; Enable all area types for Stopareas in RoutesZog
Given that the organisation has the matching feature.
2017-12-22Fix FormHelperZog
<!> There is no spec (yet)
2017-12-22And fix the codeZog
2017-12-21Refs #5361 @1H; Make company optional in Lines formZog
And handle the case when it is nil in the views
2017-12-13Refs #5153 Add form validation for VJ creation on journey_pattern select2 ↵cedricnjanga
(required field)
2017-11-27Refs #4941 Fix objectid short version Display on viewscedricnjanga
2017-11-09Fix VJ shift button disable on conditioncedricnjanga
2017-10-30Refs #4792cedricnjanga
UX changes on JourneyPattern view - add the possibility to view JP infos in show mode
2017-10-30Refs #4795cedricnjanga
Show the tools buttons even if editMode = false The only buttons activated (if a vj is selected) are info, timetable and notes We then change the behaviour of the modals depending ont the context (editMode or note)
2017-10-27Refs #4794cedricnjanga
Added some UX changes on VehicleJourney collection route - truncate the id of the VJ and the JP to 10 characters - only show the 3 first timetable in the metas of the VJ - add a link to the time_table#show in the EditTimeTable modal
2017-10-26Refs #4586cedricnjanga
Escape wildcard character on ILIKE search in the different select2s When the reasearch was '%' or '_' the query interpreted those characters as wildcars. Need to escape them to run properly the ransack query
2017-10-25Refs #4781 Add readonly attribute to VJAS when editMode == truecedricnjanga
2017-10-25Refs #4016 disable validate button for duplication of VJ on conditionscedricnjanga
2017-10-16add jest for js test, fix js test errors, remove unused config in ↵Guillaume
config/environement
2017-10-10Add plugins to webpack configcedricnjanga
2017-10-09Working standard webpacker configcedricnjanga
2017-10-06Add vehicle journey appcedricnjanga
2017-10-06Add webpacker gem and migrate the React appscedricnjanga