Background
After a user completes a suggestion, we want to encourage them to publish their changes, especially for newcomers who may not realize they’ve already made a valuable contribution.
This task explores how to introduce a lightweight prompt that reinforces completion and guides users toward publishing, without interrupting the editing flow or feeling pushy.
Related task: T420495
User stories
- As a user completing my first suggestion, I want to be prompted to publish so I understand I’ve already made a meaningful contribution.
Requirements
List all functional, design, and technical requirements needed to solve this task.
Open questions
- When should the publish prompt appear?
- After completing the first suggestion
- When there are no more suggestions left
- How often should we show it?
- The first time when completing one suggestion (only once per edit session)
- Every time the 1st suggestion of an article is completed
Artifacts
Design mockups, prototypes, etc.
| Design proposal |
Acceptance criteria (or Done)
- Explore possible solutions and decide on the best approach
- Implement the decided solution