You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Requirements for submission data access (could be spread across multiple methods):
Ability to get individual submissions
read json from mongo and decode it (or, certainly decode it before sending to an external REST server, if there’s some reason not to always decode it as soon as it’s read from Mongo)
read xml from postgres (readonlyinstance)
The text was updated successfully, but these errors were encountered:
Move this:
kpi/kobo/apps/reports/report_data.py
Lines 19 to 27 in 7a30668
...to https://github.com/kobotoolbox/kpi/blob/7a306680a7c7f34490d5eb95e6d0c1646fc02a3b/kpi/deployment_backends/kobocat_backend.py
MockDeploymentBackend
has a_get_submissions()
method; perhapsKobocatDeploymentBackend
should have one as well (but why is it marked private?):kpi/kpi/deployment_backends/mock_backend.py
Lines 59 to 60 in 7a30668
Requirements for submission data access (could be spread across multiple methods):
The text was updated successfully, but these errors were encountered: