TimetableAPI-Upgrade (#64)

Partial implementation of: #47

The 2022.2.1 release currently live is based off of the TimetableAPI-Upgrade branch.

Partial PIS code matching is now implemented in cases where x number of stops need skipping at the start of a route.

Reviewed-on: #64
This commit is contained in:
Fred Boniface
2024-02-11 15:53:12 +00:00
parent 90baf1b13a
commit c147d9c50c
40 changed files with 717 additions and 505 deletions

View File

@@ -1,7 +1,7 @@
import {
transform,
calculateLength,
} from "../../../../src/utils/translators/ldb/staffStation";
} from "../../../../src/utils/processors/ldb/staffStation";
import { inputs } from "./stationInputs";
import { outputs } from "./stationOutputs";