Add notes for continuation of work

Signed-off-by: Fred Boniface <fred@fjla.uk>
This commit is contained in:
Fred Boniface 2023-12-01 21:43:08 +00:00
parent f91609e0d2
commit 6166c83d5a
1 changed files with 3 additions and 1 deletions

View File

@ -54,7 +54,9 @@ export async function findByTrainUid(uid: string, date: Date | string = new Date
let services = filterServices(result) as Service[] let services = filterServices(result) as Service[]
// Next up is the public stops filter, followed by the PIS filter. // Next up is the public stops filter, the resulting array is used for a PIS search
// I can probably write a function that both builds the public stop array and returns
// a PIS object - or null.
} }
// Internal Functions: // Internal Functions: