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

Staff info should show N popular/high-rated MediaConnections #3

Open
dgw opened this issue Oct 4, 2024 · 0 comments
Open

Staff info should show N popular/high-rated MediaConnections #3

dgw opened this issue Oct 4, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@dgw
Copy link
Owner

dgw commented Oct 4, 2024

Title. It'd be nice to show a few of the most popular or most highly rated titles a given person worked on. Couple factors that kept this from being included in the basic implementation (#2):

  • There are separate query fields for "Staff" roles and "Character" roles
  • Multiple connection nodes are returned if the same person had multiple roles on the same title, e.g. "Director" and "Producer"
    The plugin would need to request more items than it needs and then deduplicate them or coalesce all roles for a given title into a single entry, depending on what the final output to IRC looks like.

Extracting some of the data from nested objects in the GraphQL result could prove to be tedious, based on a look around the API explorer. Surely not impossible, since the AL site obviously does it, but even their minified JS bundles seem awfully damn big for what the site actually does…

@dgw dgw added the enhancement New feature or request label Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant