From 309f1f79681e454677f3ed1507bf6b5723f3ee75 Mon Sep 17 00:00:00 2001 From: Kapil Garg Date: Thu, 18 May 2023 12:37:28 -0500 Subject: [PATCH] adding a comment for #59 --- lib/sig.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/sig.ts b/lib/sig.ts index 977ab7c..846707d 100644 --- a/lib/sig.ts +++ b/lib/sig.ts @@ -59,6 +59,7 @@ export async function fetchSigs(): Promise { async function page(records, fetchNextPage) { // parse out info for each record for (const record of records) { + // TODO: fetch and cache projects, and then filter by IDs for the SIG (rather than making requests for each SIG) // projects associated with SIG const projectIds: string[] = (record.get("projects") as string[]) ?? [];