Problem statement
Users with previous editing experience automatically land on the "View contributions" tab in the new interface, but this tab doesn't display the contribution options that have been moved to the "Contribute" tab. This creates a discoverability issue where experienced users might not find the various ways they can contribute.
Background:
We are rolling out a new contribute menu (T322740) with a tabbed interface containing two primary tabs:
- Contribute tab - Shows various contribution options/methods
- View contributions tab - Shows users' past contributions
Currently, the system directs users to different tabs based on their editing history:
New users (no prior edits) → "Contribute" tab
Experienced users (with prior edits) → "View contributions" tab
The issue is that experienced users no longer see contribution options by default as these options exclusively appear in the "Contribute" tab.
Proposed solution
- Add a "+ New contribution" button within the "Past contributions" tab.
- Update tab naming for improved clarity:
- Change "View contributions" to "Past contributions" for better descriptiveness
- Keep "Contribute" tab name as is, as it clearly communicates purpose
Implementation details:
- Component: Button with:
- weight: "normal"
- icon: "add"
- label: "New contribution"
- size: "medium"
- action: "progressive"
- Placement: Insert below user account information and above the contributions list
- Spacing: 16px top/bottom margins, aligned with the content container
- Behavior: On click, navigate to "Contribute" tab
- Tab labels: Update to "Contribute" and "Past contributions"