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

Allow filltering based on language #6

Open
4 tasks
shawnCaza opened this issue Jun 23, 2024 · 0 comments
Open
4 tasks

Allow filltering based on language #6

shawnCaza opened this issue Jun 23, 2024 · 0 comments
Labels
data issues related to MySQL database and PHP api / feed generator enhancement New feature or request NextJS - UI Issues related to the NextJS UI portion of the code base

Comments

@shawnCaza
Copy link
Owner

shawnCaza commented Jun 23, 2024

Show languages are identified during the episode summary generation process. At present there are at least 6 French shows, and 11 Spanish, and 259 English shows identified, 70 shows that do not yet have a language associated with it, and few others where language designation may not be accurate or important(music only shows).

With a growing number of French/Spanish shows, it could be nice to allow users to filter results by language preference in the UI. To do this we'd need to:

  • Return the lang column from the shows table in get_all_shows
  • Create filtering components for the UI
  • Determine how to best track state of lang preference(likely a Zustand store since it's already in use), and store the filtered version of the useShowsQuery.
  • Ensure all components that make use of the data from the useShowsQuery are using the filtered version when appropriate.
@shawnCaza shawnCaza added NextJS - UI Issues related to the NextJS UI portion of the code base data issues related to MySQL database and PHP api / feed generator enhancement New feature or request labels Jun 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data issues related to MySQL database and PHP api / feed generator enhancement New feature or request NextJS - UI Issues related to the NextJS UI portion of the code base
Projects
None yet
Development

No branches or pull requests

1 participant