We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Note: WIP. Discussion is encouraged. This does not target a particular release at this time and will instead be its own project.
Represent series / franchise as a graph rather than a simple many-to-many relation from a series model.
series
IMO, a series should have a set of starting nodes that represent separate continuities for more complicated franchises like Gundam and Tenchi Muyou.
Anime themselves are nodes/vertices within the graph, where an edge is a relation between two anime such as prequel, sequel, summary, etc.
Allow for visualizations of series/franchise akin to anidb's relation graphs: https://anidb.net/anime/409/relation/graph
Allow users to discover related anime / games / visual novels from detail screens.
There is likely some opportunity for seeding here with the help of Anilist's edges/connections.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Note: WIP. Discussion is encouraged. This does not target a particular release at this time and will instead be its own project.
Goals
Represent series / franchise as a graph rather than a simple many-to-many relation from a
series
model.IMO, a series should have a set of starting nodes that represent separate continuities for more complicated franchises like Gundam and Tenchi Muyou.
Anime themselves are nodes/vertices within the graph, where an edge is a relation between two anime such as prequel, sequel, summary, etc.
User Stories
Allow for visualizations of series/franchise akin to anidb's relation graphs: https://anidb.net/anime/409/relation/graph
Allow users to discover related anime / games / visual novels from detail screens.
Other ideas
There is likely some opportunity for seeding here with the help of Anilist's edges/connections.
The text was updated successfully, but these errors were encountered: