Background
As a result of T415933, we detected that we could improve the navigation of suggestions across the article to avoid long scroll, especially in long articles with many sections.
This task is to explore possible solutions for the navigation of suggestions across long articles (desktop + mobile, but especially on mobile).
User stories
As someone who is view a suggestion within an article (either by way of tapping View suggestions (T414518), tapping on the suggestion "rail," or text a suggestion is relevant to), I want a quick way to navigate to the other suggestions that are available within in the article, so that I can efficiently review them without needing to manually scroll through the page to find each one.
Requirements
On desktop:
- User finds the "View suggestion"s button and navigates to the first suggestion
- Once navigated to the 1st suggestion, they will continue navigating the rest of suggestions in the page manually (no pagination implemented on desktop)
On mobile:
- User finds the "View suggestion"s button and navigates to the first suggestion
- When they are reviewing a suggestion, user can use the pagination to navigate other suggestions
- Once the user completes/dismisses a suggestion:
- The bottom sheet closes, with no automatic scroll to next suggestion
- A success feedback communicates when the suggestion has been completed (this will be implemented in T404607)
- We will need to work on T429693 to decide what happens when no suggestions are visible in the viewport when completing/declining a suggestion
Open questions
- 1. How (if at all) might the UX this task describes relate to the broader plans we have for the following...?
- Introducing a "place" where people can see all of the Suggestions they've acted on within an edit session
- Introducing a "place" where people can see all of the Suggestions they've declined/skipped/dismissed within an edit session
- Introducing a way for people to filter suggestions by type/priority/difficulty/etc.
- 2. How (if at all) would this UX affect how Edit Checks are presented during the mid-edit moment?
Artifacts
| mobile | desktop |
On mobile:
- We will reuse the pagination element (currently being used in the Pre-save moment in Edit Checks) to navigate between suggestions, showing the total count in the format "1 of 3 suggestions" and arrows to move between suggestions.
- When completing or dismissing a suggestion, the bottom sheet will close, preserving the scroll position where it is (no automatic scroll to the next suggestion)
On desktop:
- We will not use the pagination element on desktop, where users can more easily find the suggestions cards while scrolling the page.
Acceptance criteria (or Done)
Design
- Explore solutions to navigate all suggestions across the article (especially for long articles/sections on mobile)
- T424677: Conduct usability testing to test the navigation of suggestions
- Update the design proposal based on findings from T424677
Implementation
- List here any acceptance criteria related to implementation

















