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

[Feature] Make DIRECTOR and PHOTOGRAPHER fields actionable #4568

Closed
echo6ix opened this issue Feb 15, 2024 · 0 comments · Fixed by #4621
Closed

[Feature] Make DIRECTOR and PHOTOGRAPHER fields actionable #4568

echo6ix opened this issue Feb 15, 2024 · 0 comments · Fixed by #4621
Labels

Comments

@echo6ix
Copy link
Contributor

echo6ix commented Feb 15, 2024

Is your feature request related to a problem? Please describe.
The director and photographer fields are static on their respective detail pages (/scenes, /images, /galleries, /movies). They cannot be interacted upon by the user.

Describe the solution you'd like
Make the specified fields an actionable hyperlink that filters content based on the actionable field's value.

Additional context
Actionable director link on the scene detail page

image

When clicked directs user to a scene filter where Director IS John Doe

image

This would be applicable to the following pages and values

Page Actionable value Filter
/Scenes Director Director IS {} aka /scenes?c=("type":"director","value":"John%20Doe"...
/Movies Director Director IS {}
/Images Photographer Photographer IS {}
/Galleries Photographer Photographer IS {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants