Skip to content

display books that need attention in inbox#210

Merged
elfkuzco merged 1 commit intomainfrom
display-books-that-need-attention
Mar 16, 2026
Merged

display books that need attention in inbox#210
elfkuzco merged 1 commit intomainfrom
display-books-that-need-attention

Conversation

@elfkuzco
Copy link
Copy Markdown
Contributor

Rationale

This PR enhances the API to return books that need attention. A book needs attention if it meets one of the following criteria:

  • book has no title
  • book needs processing
  • book needs file operation
  • book has error
    The list of books meeting this criteria are shown in the Inbox view
Screenshot_20260312_074552

Changes

  • add flag to return books that need attention or not. Flag's impact is overriden when any of hte more specific flags are set because of the AND nature of queries
  • add dropdown of flags to the UI to filter books with no title, needs processing, needs file operation or has error

This closes #205

@elfkuzco elfkuzco self-assigned this Mar 12, 2026
@elfkuzco elfkuzco requested a review from benoit74 March 12, 2026 06:49
@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 12, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 80.55%. Comparing base (a70bb92) to head (fed01fe).
⚠️ Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #210      +/-   ##
==========================================
+ Coverage   80.50%   80.55%   +0.04%     
==========================================
  Files          48       48              
  Lines        2088     2093       +5     
  Branches      206      208       +2     
==========================================
+ Hits         1681     1686       +5     
  Misses        351      351              
  Partials       56       56              

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Copy Markdown
Contributor

@benoit74 benoit74 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@elfkuzco elfkuzco force-pushed the display-books-that-need-attention branch from 5629b8b to fed01fe Compare March 16, 2026 08:58
@elfkuzco elfkuzco merged commit 3d8fefb into main Mar 16, 2026
5 checks passed
@elfkuzco elfkuzco deleted the display-books-that-need-attention branch March 16, 2026 09:01
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.

Display quarantine, staging, needs_file_operation and has_error books in inbox

2 participants