From d1d0af60e73875d2d96d84956cc66d1c829fade9 Mon Sep 17 00:00:00 2001 From: Spencer Brower <6729162+sbrow@users.noreply.github.com> Date: Tue, 28 Jul 2026 17:03:48 -0400 Subject: [PATCH] chore: Updated `TODOS.md` --- TODOS.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/TODOS.md b/TODOS.md index 1b098af..1bec42e 100644 --- a/TODOS.md +++ b/TODOS.md @@ -98,6 +98,14 @@ main :: proc () { - [ ] Content-hash fingerprinting for CSS and JS cache busting - [ ] merge `render_{section,home_html,page_html}` procs. - [ ] try to combine render_page_html and render_home_html? +- [ ] Debug log stats. (analytics) + - [ ] final Context_Stack cap + - [ ] highest PIPE args used + - [ ] longest slug length + name that generated it + - [ ] number of pages + - [ ] number of blocks + - [ ] enabled features / extensions + - [ ] etc - [ ] Avoid `json.Value` / `json.Object` where possible. - [ ] Create a json schema file for `thor.json`. - [ ] make `parse` an overload of `parse_text/parse_inline` and `parse_file`, or something.