]> git.rocketbowman.com Git - nom.git/commitdiff
move notes from main into nom issues
authorKyle Bowman <kyle+github@rocketbowman.com>
Mon, 31 Mar 2025 02:22:23 +0000 (22:22 -0400)
committerKyle Bowman <kyle+github@rocketbowman.com>
Mon, 31 Mar 2025 02:22:23 +0000 (22:22 -0400)
todo.md

diff --git a/todo.md b/todo.md
index ea9ec1b34aafda4d6d9a6bb8b3677cbf2ea161af..6f0fe5716588426bab672e276751784d35d6d0ea 100644 (file)
--- a/todo.md
+++ b/todo.md
    3. Prompt user for deletion?
 5. Try to package, install, demo, and deploy.
 
+# From Main
+
+## Feed Manager
+
+* Check that `__eq__` is defined by the URL field so that marking an entry as 
+  viewed does not cause it to be considered unequal to an entry pulled in by a 
+  feed.
+* I definitely need an alias for this command:
+`nom entry show --field label title url --select viewed=False | sort -n `.
+* Handling errors is nice - stack traces while in "user mode" is not great
+* Figure out how to share lists across machines. Rsync? Git?
+* I enjoyed reviewing what I viewed *per session*. (via viewed=True). Is there 
+  a way to add that feature in general?
+* Since I'm sorting by label anyways, does it make sense to use a list instead 
+  of a set?
+* Eventually, I'll want a cleaner reading experience. I don't like jumping from 
+  one webpage to another. (Especially since some sites don't support dark mode)
+
+
 # From Daily notes
 
 * I definitely need an alias for `nom entry show --field label title url --select viewed=False | sort -n`