WRI-Cities / static-GTFS-manager

GUI interface for creating, editing, exporting of static GTFS data for a public transit authority
GNU General Public License v3.0
147 stars 46 forks source link

Calendar service_id dropdown in Trips page falsely shows all days operational #152

Closed answerquest closed 4 years ago

answerquest commented 5 years ago

Problem description

Trips page: New trips creation: Calendar service dropdown:
static-gtfs-manager-trips-calendar-dropdown

The information next to the service_id is given for the user to figure out which days of the week this service is operational, and in what time period. Here, it says all the service_ids are operational on all the days of the week.

But in Calendar page, the service_ids are clearly having different days of week flags. static-gtfs-manager-calendar

Expected Action

WK should be "MTWTF" only. SU should be "S" only SA should be another "S" only.

answerquest commented 5 years ago

fixed in latest commit.