WMDE-leszek added a subscriber: Lydia_Pintscher.
WMDE-leszek updated the task description. (Show Details)

CHANGES TO TASK DESCRIPTION
TODO: define the behaviour in the UI @Lydia_Pintscher, otherwise this would be about the internal data strcture, and the data structure exposed to users (API or special pages).

Note that as of 2018-03-19, the data structure used for internal storage of the lexeme data is assuming there only a single lemma for a given language code.

Possible data structure for internal use could look as below:

```
"L560": {
...
"lemmas": [
{
"language": "en",
"value": "colour"
},
{
"language": "en",
"value": "color"
}
],
...
}
```


For the existing data stored in the database of the demo system, and possible other development instances, the conversion of the data could be provided by adding the needed functionality to LexemeSerializationUpdater (if found necessary).
...

TASK DETAIL
https://phabricator.wikimedia.org/T190057

EMAIL PREFERENCES
https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: WMDE-leszek
Cc: Lydia_Pintscher, WMDE-leszek, Aklapper, Lahi, Gq86, Cinemantique, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Darkdadaah, Mbch331
_______________________________________________
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs

Reply via email to