In order to get to a new question when reading a question, currently you need to go back to the list of questions. It would be nice to have next/previous buttons on the current question page that take you to the next/previous question based on the "list" of questions you are currently viewing. By list, I mean either the set produced by a search or by clicking on one of the various tabs to select an ordering.
feedback
|
|
The issue would be in determining how you got to the question. Should you view the next unanswered question, the next question from a search, the next bounty question? How will the system know where next is? Update: An issue stemming from this is that it would be very intensive. When you click next the following would have to be executed: Unknowns: Current implementation: | |||||||
feedback
|
|
A simple implementation (but very useful to me) would allow me to do the following: I create a query and get the result page. I decide to sort on votes. When I click on a result to view the question, SO creates a list of the (say) 15 questions before and after the question. Now I can navigate 15 prevs and 15 nexts, which is often enough. When I'm at the first question of the list, I get a link "back to query result", instead of the prev button. When at the end, I get it instead of the next button. This way, SO doesn't need to reissue the query; it can just track the list. I've got no idea if keeping track of one (or more) of such a list would put much of a burden on a system at SO's scale. | |||
|
feedback
|
|
Ow yes! I was just going to propose the same thing. | |||
|
feedback
|
|
The feature is doable. A puzzle site that I always visit, griddlers.net, has 'next' buttons (but no 'previous' buttons :-( ) that get you to the next puzzle based on the sorting and filtering criteria of the list from which you navigated to the puzzle. I think they must cache the current page of the list to use for the 'next' buttons, because once you get to the last puzzle in the current page of the list, you don't get a 'next' button. (There are thousands of puzzles on that site, so I'm guessing they're trying to limit the use of server resources somehow.) I'm sure there must be a way to do this without limiting the next/previous navigation to just the current page in the list, though. | |||
|
feedback
|