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

Aggregate to Aggregate publisher #763

Closed
mitchellsundt opened this issue Jul 9, 2015 · 1 comment
Closed

Aggregate to Aggregate publisher #763

mitchellsundt opened this issue Jul 9, 2015 · 1 comment

Comments

@mitchellsundt
Copy link
Contributor

mitchellsundt commented Jul 9, 2015

Migrated to getodk/aggregate#39 by spacetelescope/github-issues-import

Originally reported on Google Code with ID 762

There are scenarios where you want to feed data from one Aggregate instance to another.
For example, you can have a hierarchical data collection campaign where data is reviewed
in each district before being forwarded on to the country level. In these scenarios,
it'd be great to have a way to forward data from one instance to another. I suppose
you could use Briefcase, but transfers would be a lot faster and easier if you go server
to server.

Reported by yanokwa on 2013-02-06 20:37:53

@mitchellsundt
Copy link
Contributor Author

mitchellsundt commented Jul 9, 2015

Migrated to opendatakit/aggregate#39 (comment) by spacetelescope/github-issues-import

Since any 'review' step is likely to involve updating or correcting of the records (just
supporting delete would not be a viable offering), and since ODK Aggregate does not
allow record updates by design, the best way to accomplish this is to not change ODK
Aggregate at all:

(1) submit data into  form_id = 'incoming_submissions'
(2) write a site-specific webapp that uses the ODK Briefcase APIs to query for newly-completed
forms, present these to the office staff for whatever approval/mark-up workflow they
need,
(3) once that custom work-flow is complete, submit data into a different form_id =
'verified_submissions'
(4) establish publishers on this verified form to send the data upward.


Reported by mitchellsundt on 2013-02-06 22:19:29

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants