-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add feed reader initial implementation #56
Conversation
I prefer to use factory functions instead.
Started to clean up templates for feed categories.
- Feed categories render similar to projects - categories need some schema changes. Slug and unread_item_count which could be inferred from the subscription unread count.
Need a few more columns to track which post is which and what the URLs are
- build out feed view some more. - build out links to source page. - add janky refresh action
Also fix delete confirm dialogs not being closeable.
It was impossible to use before.
Instead of a management UI for subscriptions being the first page, reading should be the focus
I wasn't handling protocol relative URLs.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #56 +/- ##
============================================
+ Coverage 91.84% 91.98% +0.14%
- Complexity 714 850 +136
============================================
Files 152 169 +17
Lines 7782 8560 +778
============================================
+ Hits 7147 7874 +727
- Misses 635 686 +51
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Trying not to be lazy and baseline everything.
Suspect IssuesThis pull request was deployed and Sentry observed the following issues:
Did you find this useful? React with a 👍 or 👎 |
Add a mostly working feed reader with basic categories, feed management and reading flows.
There is no automatic syncing yet, and all syncing needs to be done manually. In the future, automatic syncing will be added via commands that can be automated with cron or queues.