Since the keyword-override functionality for article descriptions has now been deployed (T184000), we need to decide how to handle cases where an article description has been overridden by the local keyword, and is no longer coming from Wikidata.
There are a few points/options to discuss:
- If the description override is in effect, we can simply disable editing of the description from the app for that article. (The user can, of course, still edit the lead section of the article and edit the {{SHORTDESC}} template manually.)
- We can apply a distinct syntax highlighting color to the {{SHORTDESC}} template, to make it easier to identify and edit.
Or...
- We can keep our existing description editing workflow, but instead of sending the updated description to Wikidata, we take the actual text of the lead section and programmatically insert the new description into the {{SHORTDESC}} template, replacing its previous contents, transparently to the user.