Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

osm filename in submissions json doesn't match filename on server #77

Open
danbjoseph opened this issue Jun 30, 2016 · 0 comments
Open

Comments

@danbjoseph
Copy link
Member

danbjoseph commented Jun 30, 2016

example

{
  "start": "2016-03-20T14:46:48.991Z",
  "end": "2016-03-20T14:49:15.987Z",
  "today": "2016-03-20",
  "deviceid": 9.9000696426321e+14,
  "osm_poi": "0590a8eccbecd1c444a5457f39b48037f2727f55.osm",
  "form_completed": "2016-03-20T14:49:15.987Z",
  "meta": {
    "instanceId": "uuid:b0e8e3e1-447b-4022-a36a-06ead8e5b391",
    "instanceName": "pois",
    "formId": "pois",
    "deviceId": "imei:990006964263213",
    "submissionTime": "2016-03-21T14:53:26.498Z"
  }
}

another example

"x": {
    "osmsurvey": 2,
    "numhealth": 1,
    "commrepeat_count": 1,
    "commrepeat": {
      "osm_poi": "311d779e8cc3a8e75e1dfcd3e1f7c1d007d3e53c.osm"
    }
  },
  "meta": {
    "instanceId": "uuid:a71c8f7d-e95c-4405-85e6-04b4016f70bb",
    "instanceName": "Liberia_Community_Survey_v18",
    "formId": "Liberia_Community_Survey_v18",
    "deviceId": "imei:357835070235641",
    "submissionTime": "2016-04-03T13:00:51.532Z"
  }

another slightly different example

"x":{  
   "osmsurvey":2,
   "numhealth":1,
   "commrepeat_count":1,
   "commrepeat":{  
      "osm_poi":"null.osm"
   }
},
"meta":{  
   "instanceId":"uuid:f34bf349-69d8-44b8-9d0d-4e3cfa89c4ae",
   "instanceName":"Liberia_Community_Survey_v18",
   "formId":"Liberia_Community_Survey_v18",
   "deviceId":"imei:357835070234420",
   "submissionTime":"2016-03-22T15:22:16.352Z"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant