diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2025-03-23 18:50:57 +0100 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2025-03-23 18:50:57 +0100 |
commit | 164253d1a96f676be3d96faa70006a71b72322d6 (patch) | |
tree | 58a94d574d6f951843edb9d3d4cfdd9d216675ba /lib | |
parent | f5eab80bbebaefc3804a84e638353391daf4e6bc (diff) |
dbris is almost ready for production
Agenda:
* geolocation
* traewelling sync
* check whether cancelled trains / stops are handled appropriately
* switch manual journey entry to dbris once sufficient station data has been
gathered
* switch default to dbris at some time in the future
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Travelynx/Controller/Account.pm | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/lib/Travelynx/Controller/Account.pm b/lib/Travelynx/Controller/Account.pm index 43b0683..b8bd2f4 100644 --- a/lib/Travelynx/Controller/Account.pm +++ b/lib/Travelynx/Controller/Account.pm @@ -1070,12 +1070,10 @@ sub backend_form { $backend->{homepage} = 'https://www.bahn.de'; } elsif ( $backend->{dbris} ) { - $type = 'DBRIS'; - $backend->{longname} = 'Deutsche Bahn: bahn.de'; + $type = 'DBRIS'; + $backend->{longname} + = 'Deutsche Bahn: bahn.de (UNFERTIG / BETA-TEST – Fehler und fehlerhafte Daten sind möglich)'; $backend->{homepage} = 'https://www.bahn.de'; - - # not ready for production yet - $type = undef; } elsif ( $backend->{hafas} ) { |