From 65b62ef9a653249e1c4791f89f7e141436f4521e Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Sat, 8 Feb 2025 00:15:51 -0500 Subject: [PATCH] added todo tracker --- TODO.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 TODO.md diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..788e1d4 --- /dev/null +++ b/TODO.md @@ -0,0 +1,11 @@ +# TODO + +**Last working on:** I fixed the frontmatter processing; now I should verify that the entire directory is being processed okay. + +## Thoroughly test directory processing + +- Is the pagedata being constructed as expected? +- Is the processmemory struct working as expected? + +NOTE: I should really write these as actual tests, not just running tests on my testing directory myself. +