Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

All our products have been updated on with the releases associated to the Sprint 41.

Chouette

Workbench permission restrictions

The authorized user (owner of a workgroup) can select/restrict available permissions for all users associated to a given Workbench.

This Workbench edit interface is reserved to the Workgroup owners and is available via the Workgroup administration interface.

In this first version, only the permission Referential > Flag a Referential as urgent is managed by this interface.

Optimise GTFS import by sharing Route and Journey Pattern

Chouette creates a Route and a JourneyPattern even if the stop_times aren’t valid. The vehicle_journey isn’t created by GTFS import, using these criteria:

  • trip.route_id

  • trip.direction_id

  • trip.headsign or trip.short_name

  • Ordered stop_times stop_id

Improve GTFS import messages on unknown Stop in a Trip

When Chouette treats a GTFS import with stop_times.txt that never references stops and stops.txt is empty, the import will fail without creating a referential with a new error message :

🇫🇷 Pas d’arrêt spécifié

🇬🇧 No specified stop

Optimise Vehicle Journeys GTFS export

Work in progress to export Vehicle Journey Stops into GTFS Stop Times

Fix GTFS export when preferring Referent Stop Areas

The GTFS export should use the Referent parent when the option "Prefer Referents Stop Areas".

When two Quays have the same Referent and exported with the option “Prefer Referents”, Chouette create now the Referent Stop Place once exported twice as result.

Define Company default language

DRAFT

Chouette will provide a new attribute to define the default language used by a Company. This attribute is present in NeTEx and GTFS formats but isn’t yet managed by Chouette.

This attribute is exported:

  • in GTFS, as agency_lang

  • in NeTEx, as Locale/DefaultLanguage

Display Operation started/ended times

Chouette will display for each kind of operation (import, export, merge, etc) all known information about processing:

  • the operation creation time (by the user, by Chouette or by API),

  • the start and end processing times

  • the processing duration

Security upgrades

  • Rails

  • Puma

  • No labels