Add link from suggested edit to list of all pending edits #1407
Labels
area: ruby
Changes to server-side code
complexity: unassessed
Needs further developer investigation before complexity/feasibility can be determined.
priority: low
type: change request
New feature or request
meta:291591
From a suggested edit page, you might want to punt and return to the list to continue reviewing. There's no path from this page other than the browser "back" button or going out and navigating anew. A suggested edit is not "in" a category, but the list of pending edit suggestions is. I think we would need to add a route like
/suggested-edits
(in addition to/cat#//suggested-edits
like today). Probably the simplest thing from the user perspective is to make it a synonym for the Q&A category -- you'll still see the list of all categories with the direct links there. Alternatively, it could be a "pure" meta-list, just the categories and their links without any of the posts; that's strictly more correct but adds clicks to the golden path. I don't have a strong opinion on which to do. Either way, we shouldn't change the existing links; this is about adding a route that represents "all the pending edits" and linking to it from the suggested edit.The text was updated successfully, but these errors were encountered: