From 85114796d5245d9f9e54523c2d26572e208d7d20 Mon Sep 17 00:00:00 2001 From: cinnaboot Date: Sun, 19 Apr 2026 18:55:25 +0000 Subject: [PATCH] update manual TODO --- docs/TODO | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/TODO b/docs/TODO index d034d48..1d889ce 100644 --- a/docs/TODO +++ b/docs/TODO @@ -12,6 +12,13 @@ If you see modifications to this file in git status, IGNORE them and do not comm - SOI boundary testing - draw SOI boundry in graphical sim - interplanetary transfers + - reorganize project into static library. easier for testing/llm doc generation, + and will be easier to try out new graphics/UI libraries + - can then better work on code cleaning issues, FIXMEs etc + - work on maneuver interpolation. see docs/planning/hohmann-rendezvous-quantization-fix.md + - write out/fix inline code docs with the documentation generation script, and review + - can then work on a better method for commenting/detecting changes via script + === Project Documentation ===