ropensci / ruODK

ruODK: An R Client for the ODK Central API
https://docs.ropensci.org/ruODK/
GNU General Public License v3.0
42 stars 13 forks source link

Vignette advanced audit log parsing #118

Open florianm opened 3 years ago

florianm commented 3 years ago

Feature

ODK Central will add submission editing to the front end, see release Block 12 criteria.

Central stores edited records as new submissions of the same record, and renders a diff between submissions in the per submission audit feed (a detail page for a submission). The information about individual edits to records will be available through the API and documented eventually. Then we should add a vignette with a few worked examples on parsing and reviewing the submission edit audit logs.