summaryrefslogtreecommitdiffstats
path: root/roadmap.md
diff options
context:
space:
mode:
authorSam Tay <sam.chong.tay@gmail.com>2020-06-24 16:48:36 -0700
committerSam Tay <sam.chong.tay@gmail.com>2020-06-25 02:10:33 -0700
commit3216d47824f3f15e11a60132b2c559fc4796d59c (patch)
treee237db0c84b27d6ba94769ff6e00a412c9d28118 /roadmap.md
parent1a18145d77b1605dab2d1b1cd18a8cf940ea489c (diff)
Update docs
Diffstat (limited to 'roadmap.md')
-rw-r--r--roadmap.md8
1 files changed, 3 insertions, 5 deletions
diff --git a/roadmap.md b/roadmap.md
index f79b693..3a9c73a 100644
--- a/roadmap.md
+++ b/roadmap.md
@@ -27,13 +27,11 @@
[x] Add google scraper
### at some point
-[ ] look up how to add `debug!` macros; will help troubleshooting blocked requests
-[ ] use trust to distrubute app binaries
-[ ] ask SE forums if I should bundle my api-key? (if so use an env var macro)
+[ ] look up how to add logging `debug!` macros; will help troubleshooting blocked requests
+[x] use trust to distrubute app binaries
[ ] allow new queries from TUI, e.g. hit `/` for a prompt
[ ] or `/` searches current q/a
-[ ] clean up dingleberries in error.rs and term.rs ; only keep whats actually ergonomic
-[ ] ask legal@stackoverflow.com for permission to logo stackoverflow/stackexchange in readme
+[ ] clean up dingleberries in error.rs and term.rs ; only keep what's actually ergonomic
[ ] add duckduckgo logo to readme
[ ] per platform package mgmt
[ ] more testing