added todo tracker

This commit is contained in:
Daniel Fichtinger 2025-02-08 00:15:51 -05:00
parent 0ecad9e96a
commit 65b62ef9a6

11
TODO.md Normal file
View file

@ -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.