Background
As part of the work to surface suggestions in read mode, we need to decide on the entry point for logged-in users to access edit mode and navigate available suggestions.
This task is introduce an entry point to Suggestion Mode in read mode that allows logged-in readers to discover that suggestions are available to contribute to an article, without creating the impression of an unread alert that requires their attention.
User stories
As a logged-in Wikipedia reader who has published ≤100 cumulative edits and is arriving on-wiki seeking to learn about something/someone (broadly defined), I want to know when there are edit suggestions available within the article I am reading so that I can easily decide which (if any) I'd like to act on in this moment without needing to manually identify them myself.
Requirements
- Implement the 3 variants proposed below so we can test them in production (T430712).
Design proposed
The proposed direction is a small indicator on the existing Edit action appearing when suggestions are available in an article in both desktop and mobile.
- Desktop: to avoid including more elements in the article tabs, the suggestions indicator will appear on the edit icon in the fixed header, which becomes visible when scrolling.
- Mobile: the suggestions indicator will appear in the edit icon in the article toolbar. I recommend solving T426055 to ensure that the edit action in the Minerva toolbar opens the full-page editor, making it easier for users to find all available suggestions once they enter edit mode.
- The suggestions indicator will appear aligned at the bottom with the edit icon, in a 12x12px size in both desktop and mobile.
3 variants to implement and test
All these variants reuse the existing edit action as agreed, but vary on the suggestions indicator treatment.
Prototype: https://bmartinezcalvo.github.io/suggestion-mode/suggestions-read-mode-phase1/
- A — Lightbulb indicator + pulsating effect:
- On first view, a pulsating effect appears on the lightbulb indicator.
- On subsequent visits, only the static lightbulb indicator remains.
- B — Lightbulb indicator + popup:
- On first view, a popup explains that suggestions are available.
- On subsequent visits, only the lightbulb indicator remains.
- C — Numbered badge:
- On first view, the numbered badge will include a slight pulse effect.
- On subsequent visits, the numbered badge will appear with no animation effect.
Acceptance criteria (or Done)
Design
- Explore feasible solutions for the suggestions entry point in read mode
- Decided on best approach
Implementation
- Implement decided solution











