summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThang Pham <phamducthang1234@gmail.com>2022-01-09 20:01:15 -0500
committerThang Pham <phamducthang1234@gmail.com>2022-01-09 20:01:15 -0500
commitc873701f345af304c745b66659320315f3578724 (patch)
tree50e5b14773691b4714e060dcefb2c51ee424a2ab
parent2f5c4a5417a39256f852c3c3bf20dc52ce9b00cd (diff)
add project notes
-rw-r--r--NOTES.org29
-rwxr-xr-xrun_benchmark3
-rwxr-xr-xrun_debug3
3 files changed, 29 insertions, 6 deletions
diff --git a/NOTES.org b/NOTES.org
new file mode 100644
index 0000000..2521484
--- /dev/null
+++ b/NOTES.org
@@ -0,0 +1,29 @@
+#+TITLE: Hacker News TUI Project Notes
+#+AUTHOR: Thang Pham
+
+* Roadmap
+
+** ONGOING Render story/comment main text in ~CommentView~
+
+** TODO Improve error message for config parser
+
+** TODO Add Hacker News credential supports
+Ideally, users should be able to [0/3] [0%]
+- [ ] upvote/downvote
+- [ ] add comment
+- [ ] post
+
+** TODO Improve keymapping [0/2] [0%]
+- [ ] allow to bind multiple shortcuts to a single command
+- [ ] improve command naming/structure in each view
+
+** TODO Allow to parse Hacker News URL
+More specifically, open link starting with ~https://news.ycombinator.com/item?id=~ should open a new ~CommentView~ with the corresponding item as the main entry.
+
+** TODO Others [0/1] [0%]
+- [ ] Try [[https://github.com/cheeaun/node-hnapi][node-hnapi]] to replace [[https://hn.algolia.com/api][HN Algolia]] for retrieving story's comments
+
+
+* Changes
+** [[https://github.com/aome510/hackernews-TUI/pull/62][Render story text in comment view #62]]
+This PR implements [[*Render story/comment main text in ~CommentView~]].
diff --git a/run_benchmark b/run_benchmark
deleted file mode 100755
index 192b81e..0000000
--- a/run_benchmark
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/bash
-
-CARGO_PROFILE_RELEASE_DEBUG=true cargo flamegraph
diff --git a/run_debug b/run_debug
deleted file mode 100755
index 245b561..0000000
--- a/run_debug
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/bash
-
-RUST_LOG=debug RUST_BACKTRACE=1 cargo run -p hackernews_tui -- 2> log.txt