Bug #2753
Bug #2750: Browser back/forward buttons don't cause page to change
Fix search page browser controls
Start date:
05/20/2020
Due date:
% Done:
100%
History
#1
     Updated by Luke Murphey over 5 years ago
    Updated by Luke Murphey over 5 years ago
    
    Qs:
	
    - Does queryParams represent the current URL on forward/back?
	- It does
 
- Why doesn't the page re-render on forward/back?
	- I can call
 
- What are the the cases I have too handle?
	- Load results on page load
	- Will not load if no results are available
 
- Load results on "go"
- Load results on "next"
- Load results on "back"
- Load results on browser next
- Load results on browser back
 
- Load results on page load
	
- How do I determine if the results are different?
	- The things that could be compared are:
	- state: this is being loaded from the URL and thus matches the URL
- URL
- history:
- match: doesn't work since we are using query params
- location: key seems to match history
 
 
- The things that could be compared are:
	
- The search doesn't run when the URL is provided
#2
     Updated by Luke Murphey over 5 years ago
    Updated by Luke Murphey over 5 years ago
    
    - Status changed from New to In Progress
#3
     Updated by Luke Murphey over 5 years ago
    Updated by Luke Murphey over 5 years ago
    
    - Status changed from In Progress to Closed
- % Done changed from 0 to 100