Skip to content
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

Merged
merged 106 commits into from
Dec 23, 2024
Merged

Add feed reader initial implementation #56

merged 106 commits into from
Dec 23, 2024

Conversation

markstory
Copy link
Owner

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.

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.
Copy link

codecov bot commented Dec 22, 2024

Codecov Report

Attention: Patch coverage is 93.76590% with 49 lines in your changes missing coverage. Please review.

Project coverage is 91.98%. Comparing base (1b70bfa) to head (d9d76e7).
Report is 109 commits behind head on master.

Files with missing lines Patch % Lines
src/Model/Table/SavedFeedItemsTable.php 33.33% 20 Missing ⚠️
src/Controller/FeedSubscriptionsController.php 91.66% 13 Missing ⚠️
src/Service/FeedService.php 92.41% 11 Missing ⚠️
src/Model/Table/FeedItemsTable.php 97.97% 2 Missing ⚠️
src/Application.php 83.33% 1 Missing ⚠️
src/Controller/FeedCategoriesController.php 98.59% 1 Missing ⚠️
src/Policy/TaskPolicy.php 83.33% 1 Missing ⚠️
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     
Flag Coverage Δ
flutter 90.52% <ø> (-0.08%) ⬇️
phpunit 93.26% <93.76%> (+0.11%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@markstory markstory merged commit ddf5ce4 into master Dec 23, 2024
9 checks passed
@markstory markstory deleted the feed-reader branch December 23, 2024 19:42
Copy link

sentry-io bot commented Dec 31, 2024

Suspect Issues

This pull request was deployed and Sentry observed the following issues:

  • ‼️ App\Service\FeedSyncException: Unknown content type of text/html /opt/docket-1735535836/src/Service/FeedService.... View Issue

Did you find this useful? React with a 👍 or 👎

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant