Optimization: When user changes some filter, re-run only specific subgraph fetching function in back-end #26
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!
For example, after user specifies
year_range: [2001, 2018], keywords: ["Criminal"]
and gets some results, user changes year_range to say,[2003, 2018]
. Then, onlyfetch_subgraph_within_year_range
function in the back-end should be re-run rather than runningfetch_subgraph_from_keywords
as well.The text was updated successfully, but these errors were encountered: