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

Can ruODK be used to edit submissions in a form? #113

Closed ocelhay closed 3 years ago

ocelhay commented 3 years ago

This is more of a questions than an issue, sorry if it's not the right venue.

I have been looking at https://odkcentral.docs.apiary.io but it's unclear to me if the API allow it. Do you have know if the API/ruODK can be used to edit submissions in a form?

florianm commented 3 years ago

Good question, and certainly a useful feature.

It's on the roadmap for ODK Central 1.2 but currently not yet implemented in the Central API, so ruODK doesn't support this feature yet.

My goal is to implement ruODK functions for each API endpoint as they are added, modified, and removed, so this feature will eventually be implemented in ruODK.

florianm commented 3 years ago

I'm closing this issue seeing that new ODK features, such as editing submissions, are on the ruODK roadmap. Thanks again for suggesting it and giving ruODK a go!

florianm commented 3 years ago

Update:

adithirgis commented 3 weeks ago

Hello,

I wanted to know if there are worked out examples using ruODK examples for editing the forms / submissions. Thanks

florianm commented 3 weeks ago

In the upcoming release supporting entities the updating functions (as all other functions) will have working examples. A vignette is on the horizon, although once all endpoints are supported, the workflows from the official ODK docs should be straightforward to implement.

I'm abroad atm and will resume work on the release in late October.