You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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…
The text was updated successfully, but these errors were encountered:
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):
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…
The text was updated successfully, but these errors were encountered: