Currently users that find errors or missing items don’t have a an easy way to report it.
The requesy si that there should be two triggering points to report something about a monument:
# a button in the detail window of a single monument to invoke WMI LimeSurvey
# a line in the main menu una linea nel menu to invoke WMI LimeSurvey
The call to WMI LimeSurvey should look like:
https://survey.wikimedia.it/index.php/NNNNNN?lang=xx&QID=xxxxx&user=xxxx&contest=n&lat=L&lon=L
where
https://survey.wikimedia.it/index.php/NNNNN is a string part of the geocontest configuration
lang=xx is populated with the code of the language that the user is using for teh webapp
QID=xxxxxx is populated with the Qxxxx of the monument whose detail window is open
user=xxxxxx is populated with the user name used to log to the web app
contest=is populated with the code of the geocontest
lat=is populated with the latitude as detected at that moment
long=is populated with the longitude as detected at that moment