summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOskar <[email protected]>2024-03-31 19:51:32 +0200
committerOskar <[email protected]>2024-03-31 19:51:32 +0200
commit637d43e58f72b0b6a3cc4577370cb52e07836b89 (patch)
treeb1d10e98ca9ba9658da159572f5b49187b8bc95e
parent2b55a273eb4fc95d90d5c6991c19ea57976b66f0 (diff)
TODO update
-rw-r--r--TODO7
1 files changed, 5 insertions, 2 deletions
diff --git a/TODO b/TODO
index 017d5ea..0222b07 100644
--- a/TODO
+++ b/TODO
@@ -1,7 +1,10 @@
TODO list. This is mostly so i can plan more granularly and remember small stuff i was working on last time and what i should prioritise first.
This is not my overall big planning board. (1 highest prio, 10 lowest)
-1 - Perform tests on validate_LN
1 - Think about how i want 'd' and 'x' to work and how it will be validated
+1 - Implement 'd' validation
+1 - Test 'd' validation
+2 - Implement 'x' validation
+2 - Test 'x' validation
2 - improve the length check (i have NO idea how it actually works because im slow stupid!)
-3 - Have a big long think about how the strings will be processed and translate in to actually doing things in the program. !!!!!!
+3 - Have a big long think about how the strings will be processed and translate in to actually doing things in the program.