aaronpriven / actium

Programs used for schedules and other information at AC Transit
Other
1 stars 1 forks source link

Make sure non-public timepoints are not publicized #37

Open aaronpriven opened 6 years ago

aaronpriven commented 6 years ago

Add a new boolean field in the Places table that marks a timepoint as non-public. Exclude that timepoint from lists of timepoints. If a schedule begins or ends with a non-public timepoint, remove all stops before the first public timepoint or after the last public timepoint.

aaronpriven commented 6 years ago

Made the field in FileMaker, but that's the easy part.

aaronpriven commented 4 years ago

Turns out the Xhea stop data has an is_public field that should avoid the need for manually designating non-public timepoints or stops, but nothing in the Xhea::ToSkeds program reads the stop data at the moment.