Skip to content

Commit

Permalink
Export de ressources BO : colonnes supplémentaires (#3620)
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineAugusti authored Nov 21, 2023
1 parent 8ca8fbc commit c1efa63
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,10 @@ defmodule TransportWeb.Backoffice.PageController do
coalesce(legal_owners.noms, d.legal_owner_company_siren::varchar) representants_legaux,
case when d.is_active and d.archived_at is null then 'actif' when not d.is_active then 'supprimé' when d.archived_at is not null then 'archivé' end statut_datagouv,
r.title titre_ressource,
r.type type_ressource,
r.is_community_resource est_ressource_communautaire,
r.format format_ressource,
r.format in ('gtfs-rt', 'gbfs', 'SIRI', 'SIRI Lite') est_temps_reel_ressource,
case when r.url like 'https://static.data.gouv.fr%' then 'manuelle' else 'automatique' end methode_maj,
rh.inserted_at derniere_maj,
case when mv.validator = 'GTFS transport-validator' then mv.max_error else mv.result->>'errors_count' end validation_errors,
Expand Down

0 comments on commit c1efa63

Please sign in to comment.