You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by GitBox <gi...@apache.org> on 2019/05/29 06:36:43 UTC

[GitHub] [lucene-solr] saurav534 opened a new pull request #690: [ UX improvement ] Dashboard will now store query and filter parameters on page change a…

saurav534 opened a new pull request #690: [ UX improvement ] Dashboard will now store query and filter parameters on page change a…
URL: https://github.com/apache/lucene-solr/pull/690
 
 
   …s well
   
   1) refreshing the search page wont loose query and filter parameters anymore
   2) this will make the filter page url sharable and land directly with filter and query intact
   3) changing between multiple tabs(on left side) wont loose the these params if you come back to the search page again
   4) This is mostly helpful as dashboard users switch between multiple views while making queries, and this is irritating when the earlier parameters a lost
   5) Though refreshing whole page on search page and navigating between pages wont loose the filters but navigating to other page and refreshing on that page would loose it.
   6) Above can be handled if I pass the query params on every page. As of now I am storing it in rootScope and query params of search page only (to make it sharable and handle refresh)
   7) If this get merged I will change the JS completely to maintain the complete state and work on the UI for better UX.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org