From 6166c83d5ac4f36312784f1142562272870916ca Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Fri, 1 Dec 2023 21:43:08 +0000 Subject: [PATCH] Add notes for continuation of work Signed-off-by: Fred Boniface --- src/services/trainService.services2.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/services/trainService.services2.ts b/src/services/trainService.services2.ts index ffdafca..1486cc4 100644 --- a/src/services/trainService.services2.ts +++ b/src/services/trainService.services2.ts @@ -54,7 +54,9 @@ export async function findByTrainUid(uid: string, date: Date | string = new Date 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: