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 status filtering for Series #3952

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from

Conversation

kage1414
Copy link

@kage1414 kage1414 commented Oct 10, 2024

Description

Adds status filtering for Series and not Movies
There is no reliable and performant way to successfully filter movies by status. This will be moved to another issue until unblocked by TMDB

  • Adds discover/status/tv endpoint
    • Returns status enum
  • Adds status input field in filter panel for TV only
  • <StatusSelector /> functions similarly to <GenreSelector /> (not multi)

Screenshot (if UI-related)

Screenshot 2024-10-10 104454
Screenshot 2024-10-10 104504

To-Dos

  • Successful build yarn build
  • Translation keys yarn i18n:extract
  • Database migration (if required)

Issues Fixed or Closed

TMDB doesn't support status filtering, status input field is hidden until supported in TMDB
…s. fixes language

Fully disables the ability to filter by movies status and removes endpoints. Updates language
leftover from copying genre selector for use in status selector
update placeholder language to Select status...
@kage1414 kage1414 marked this pull request as ready for review October 10, 2024 15:05
@kage1414 kage1414 changed the title Add status filtering Add status filtering for Series Oct 10, 2024
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.

Add Status filtering
1 participant