You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.
Each of the places where ModeratorTaskTable.insert is called by a user request, lat and lon should be acquired (if not yet).
Geo processing of the new moderator task should be immediately asked from the ModeratorTaskGeoDataWorker (and the coords should be passed).
The geodata_source column of the moderator_task_geodata table should be set to FROM_USER.
Create tasks of sending the coords in the mobile client Github project. The coords should be of the center of the viewport.
The text was updated successfully, but these errors were encountered:
Each of the places where
ModeratorTaskTable.insert
is called by a user request,lat
andlon
should be acquired (if not yet).Geo processing of the new moderator task should be immediately asked from the
ModeratorTaskGeoDataWorker
(and the coords should be passed).The
geodata_source
column of themoderator_task_geodata
table should be set toFROM_USER
.Create tasks of sending the coords in the mobile client Github project. The coords should be of the center of the viewport.
The text was updated successfully, but these errors were encountered: