Improve TODO with new items

This commit is contained in:
Nemo 2023-12-27 10:49:20 +05:30
parent bbfd13c380
commit 08ec664a8a
1 changed files with 13 additions and 2 deletions

15
TODO.md
View File

@ -7,16 +7,20 @@ title: Roadmap
### In Progress
### Planned
- [ ] Improve keyboard navigation using <kbd>J</kbd>/<kbd>K</kbd>.
- [ ] Quieten specific words
- Instead of "muting" words, where you don't see the news items, we instead want to quieten "words" so that
you can skim them faster, and still read it if it feels relevant.
- [ ] Font adjustments
- [ ] Custom trigger words.
- This is harder than I thought, since triggers are contextual, and simple word searches are not enough.
- [ ] Check color accessibility for viewed-grey-color.
- [ ] **Blocked** Use upstream as canonical page if it ever becomes stable and fast
- [ ] **Stable**: Old links stop working on upstream. We break them intentionally, since this is a "daily news" site, but upstream ought not to break. See [this link](https://app.beatrootnews.com/#article-5773) for eg.
- [ ] **Fast**: Current upstream is too slow. See [this report](https://pagespeed.web.dev/analysis/https-app-beatrootnews-com/scbmz1pf5r?form_factor=mobile).
- [ ] Improved onboarding that sets up the user's preferences, and mentions other features.
- [ ] Quick "highlight" feature to easily add words to your highlights.
### Completed
- [x] Add relevant emojis alongside the date for special days.
- [x] Mark articles from yesterday/today using a light/dark border on the right margin
- [x] Mark syndicated articles using the left margin
- [x] Link to Google News for further research
@ -34,4 +38,11 @@ title: Roadmap
- [x] Show all articles, and mark syndicated ones better
- [x] Use better list icons
### Wontfix
Decided against adding these features, for now.
- [ ] Custom trigger words.
- This is harder than I thought, since triggers are contextual, and simple word searches are not enough.
See [/about](/about) as well, or [contact Nemo](https://captnemo.in/contact/) for any suggestions.