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
Import data from crowdata (old K-Monitor) into Moonsheep
option 1 verified data
go manually and correct technical errors in json inputed by Attila as verified
option 2 reverify (recommended)
import volunteers data
implement manual verification and use it
map data
export crowdata db to json
for entry in entries:
# data_dict[field_name => maybe_json_value] = entry.get_field_entries
# unpack json
for task in moonsheep_tasks:
# map field names that has changed (benefit_curr -> curr)
# send task run to Moonsheep (as volunteer would do it), set volunteer id/IP properly
The text was updated successfully, but these errors were encountered:
Import data from crowdata (old K-Monitor) into Moonsheep
option 1 verified data
option 2 reverify (recommended)
map data
The text was updated successfully, but these errors were encountered: