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

Optimization: When user changes some filter, re-run only specific subgraph fetching function in back-end #26

Open
athityakumar opened this issue Mar 10, 2019 · 0 comments
Labels
api Anything that provides JSON response data from backend to ui/ux backend Anything with the knowledge graph formation enhancement New feature or request extravaganza Things that can be done for betterment of the project, after MVP is done ui/ux Everything that looks as good as eye-candy!

Comments

@athityakumar
Copy link
Member

For example, after user specifies year_range: [2001, 2018], keywords: ["Criminal"] and gets some results, user changes year_range to say, [2003, 2018]. Then, only fetch_subgraph_within_year_range function in the back-end should be re-run rather than running fetch_subgraph_from_keywords as well.

@athityakumar athityakumar added enhancement New feature or request ui/ux Everything that looks as good as eye-candy! api Anything that provides JSON response data from backend to ui/ux backend Anything with the knowledge graph formation extravaganza Things that can be done for betterment of the project, after MVP is done labels Mar 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Anything that provides JSON response data from backend to ui/ux backend Anything with the knowledge graph formation enhancement New feature or request extravaganza Things that can be done for betterment of the project, after MVP is done ui/ux Everything that looks as good as eye-candy!
Projects
None yet
Development

No branches or pull requests

1 participant