//Migrated from: https://wikimedia.mingle.thoughtworks.com/projects/language_engineering/cards/4625 //
== Context ==
//Having to be logged in is another barrier to using CX. It was introduced for technical reasons, but there is no reason to enforce that *always*.//
== Narrative ==
As a user<i>, I can use CX without logging-in</i>////<i>//, so that I can//</i>////<i style="color: rgb(0, 0, 0); font-family: 'Helvetica Neue', Arial, Helvetica; font-size: 14px; line-height: 19.6000003814697px;">start translating as quick as possible</i>////.////
== //Acceptance Criteria// ==
* Users can start a translation without being logged-in.
* Users can log-in when they decide to publish.
* If the local wiki configuration allows to, users can publish translations anonymously.
* If the local wiki configuration allows to, users can override existing translations when publishing anonymously.
* If an anonymous user tries to leave the translation, a reminder to log-in (or keep the URL) is given to avoid the translation to get lost.
* Users can get a list of anonymous translations, and join them later (so that they appear in their dashboard).
== //Deliverables// ==
* //Enter link to actually done tangible deliverable(s)//
== //Open tasks// ==
{{
table query: SELECT Number, Name, Owner, 'Estimated effort (hrs)', 'Task Status' WHERE Type = Task and 'Schedule - Story' = THIS CARD and 'Task Status' < 'Done' ORDER BY 'Task Status', Owner, Name
}}
== //Completed tasks// ==
{{
table query: SELECT Number, Name, Owner, 'Estimated effort (hrs)', 'Actual effort(hrs)', 'Task Status' WHERE Type = Task and 'Schedule - Story' = THIS CARD and 'Task Status' = 'Done' ORDER BY 'Task Status', Owner, Name
}}
== Actual Effort tracker ==
<table style="width: 500px; color: rgb(0, 0, 0); font-family: 'Helvetica Neue', Arial, Helvetica;">
<tbody>
<tr>
<th>Sprint</th>
<th>Hours</th>
</tr>
<tr>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
</tr>
</tbody>
</table>
== //Defects// ==