From eefcce91e047136d4caec36160e1af8eccb79674 Mon Sep 17 00:00:00 2001 From: Don Cross Date: Thu, 13 May 2021 20:28:51 -0400 Subject: [PATCH] Calendar demo: added comments for remaining tasks. No code changes. --- demo/nodejs/calendar/calendar.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/demo/nodejs/calendar/calendar.ts b/demo/nodejs/calendar/calendar.ts index 479f91cb..72b806c4 100644 --- a/demo/nodejs/calendar/calendar.ts +++ b/demo/nodejs/calendar/calendar.ts @@ -241,6 +241,13 @@ function RunTest(): void { enumeratorList.push(new ConjunctionOppositionEnumerator(body, 180, 'conjunction')); } + // TODO: Lunar and solar eclipses + // TODO: Transits of Mercury and Venus + // TODO: lunar apogee and perigee + // TODO: planet aphelion and perihelion + // TODO: when planets enter a new constellation + // TODO: Moon and Sun culmination + const collator = new EventCollator(enumeratorList); const stopYear = startTime.date.getUTCFullYear() + 11;