Currently the main translation entry point is hidden behind the "new contribution" button, which is hidden behind the "Contributions" link. We can make it easier to access.
This task has two parts (feel free to split in different sub-tasks if it facilitates development):
##Improving the Contributions page
Provide a quick way to to start an article, upload a file or create a translation.
{F84440}
Check [[ http://nirzar.github.io/prototypes/cx/contribs/contribs.html | this prototype ]] to get an idea.
**Acceptance criteria:**
# A new "New contribution" section is added above the existing "User contributions" section.
# Three buttons are provided for creating an article, uploading media, and access the translation dashboard (this will replace the current drop-down menu).
## Article creation action should be labeled as "new page" (this doesn't match the prototype) and link to some place where users can start a new article. One option is the [[ https://en.wikipedia.org/wiki/Special:WantedPages | wanted pages list ]], but we may find a better place.
## "Upload media" links to the upload wizard.
## "Translate" links to the Content Translation Dashboard (showing the suggestions panel if that exists).
# Each button may have a blue highlighted corner when there is an event worth highlighting (in the prototype it is shown for "translate"):
## At the moment, it will be present for the "translate" button the first time the user views this component (to communicate that there is a new way to contribute), only the first time.
# Each button will have a corresponding tooltip on hover that will provide more details on the actions.
##Quick popover menu when hovering the contributions link
Communicate that users can create new contributions (especially translations) in a quick way.
{F83403}
**Acceptance criteria:**
# When users hover the contributions link, show a popover with access to different contribution areas:
## "User contributions" links to the contributions page
## "Uploaded media" links to "My Uploads" from Commons.
## "Translations" links to the Content Translation Dashboard (showing the in-progress translations if the list is not empty, in which case the suggestions one should be shown instead).
# Items in the list may have blue highlighted mark if there is a relevant element associated with them.
## At the moment, it will be present for the "Translations" option the first time the user views this component (to communicate that there is a new way to contribute), only the first time.
# The popover menu will be shown open initially right after the user enabled the content translation beta feature (to help announce where to translate from).
# The popover menu will be shown open once to those users that had accessed CX before without going through the contributions entry point (e.g., those that got an invitation to try the beta). That will help them associate a persistent way to access Content Translation.
This popover can be the foundation to support {T88600}.