FLOIP / flow-results

Open specification for the exchange of "Results" data generated by mobile platforms using the "Flow" paradigm
6 stars 2 forks source link

Read output of spec results into Ona datasets #9

Closed pld closed 6 years ago

pld commented 6 years ago

Tracking https://github.com/onaio/onadata/issues/1118

pld commented 6 years ago

Two questions

  1. do we have a mimetype for flow results data? In ona we distinguish between JSON and XML (from ODK usually) submissions by looking at the mimetype and were planning to do the same for FLOIP submissions, we're using flow+json as a placeholder, but would like to replace it with something the group agrees on before merge

  2. will we ever want to support multiple flow runs being submitted in the same request? We are not going to handle this to close this issue, but we could see value in that, where they're either represented as an array of run array data, or there is a runID column, array of arrays is probably better

pld commented 6 years ago

closed by https://github.com/onaio/onadata/pull/1160