From abda3e95327f2b34fde08f288f555d66fe38bb62 Mon Sep 17 00:00:00 2001 From: Lev Kokotov Date: Tue, 29 Oct 2024 15:23:34 -0700 Subject: [PATCH] update roadmap --- ROADMAP.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ROADMAP.md b/ROADMAP.md index 3f2f2879..ca37a716 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -23,7 +23,7 @@ Rwf is brand new, but web development is ancient. Many features are missing or a ## Dynanic templates -- [ ] Better error messages, e.g. syntax errors, undefined variables, functions, etc. +- [x] Better error messages, e.g. syntax errors, undefined variables, functions, etc. - [ ] More data types support, e.g. UUIDs, timestampts, whatever Rust data types we forgot to add - [ ] More tests - [ ] Allow for extending template syntax with user-defined functions (defined at startup) @@ -56,7 +56,7 @@ Rwf is brand new, but web development is ancient. Many features are missing or a ## Built-ins - [ ] Feature flags and experiments -- [ ] Tracking (user requests) +- [x] Tracking (user requests) ## More?