news.tatooine.club/TODO.md

48 lines
2.2 KiB
Markdown
Raw Permalink Normal View History

2023-06-14 05:33:57 +00:00
---
2023-06-14 05:34:22 +00:00
permalink: /roadmap/
2023-06-14 05:33:57 +00:00
layout: article
title: Roadmap
---
### In Progress
2023-06-25 16:48:19 +00:00
### Planned
2023-12-27 05:19:20 +00:00
- [ ] Improve keyboard navigation using <kbd>J</kbd>/<kbd>K</kbd>.
2023-12-02 04:38:51 +00:00
- [ ] Quieten specific words
2023-12-27 05:19:20 +00:00
- 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.
2023-12-02 04:38:51 +00:00
- [ ] Font adjustments
2023-06-25 16:48:19 +00:00
- [ ] Check color accessibility for viewed-grey-color.
2023-06-14 05:33:57 +00:00
- [ ] **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).
2023-12-27 05:19:20 +00:00
- [ ] Improved onboarding that sets up the user's preferences, and mentions other features.
- [ ] Quick "highlight" feature to easily add words to your highlights.
2023-06-14 05:33:57 +00:00
### Completed
2023-12-27 05:19:20 +00:00
- [x] Add relevant emojis alongside the date for special days.
2023-12-02 04:38:51 +00:00
- [x] Mark articles from yesterday/today using a light/dark border on the right margin
- [x] Mark syndicated articles using the left margin
2023-10-25 09:27:36 +00:00
- [x] Link to Google News for further research
- [x] Provide a share link
2023-10-25 06:34:41 +00:00
- [x] Added podcast player
2023-10-25 09:27:36 +00:00
- [x] Hide chosen topics for home-page
2023-06-14 05:33:57 +00:00
- [x] Grey out read articles. Keep track using localstorage.
- [x] Un-grey articles that were updated. Use combination of article_id + last_updated
- [x] Redirect 404 articles to app.beatrootnews. **Note**: Upstream links are also broken currently, so we need something better.
2023-06-10 07:56:26 +00:00
- [x] Add sign for "developing story"
2023-06-12 09:42:56 +00:00
- [x] Fix tap target size in bottom footer.
2023-06-25 16:48:19 +00:00
- [x] Highlight words
- [x] Clear "read articles"
2023-06-26 10:05:00 +00:00
- [x] Create a /settings page
- [x] Show all articles, and mark syndicated ones better
- [x] Use better list icons
2023-06-14 05:33:57 +00:00
2023-12-27 05:19:20 +00:00
### 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.
2023-06-14 05:33:57 +00:00
See [/about](/about) as well, or [contact Nemo](https://captnemo.in/contact/) for any suggestions.