App or other way to download webusers own data

1. What is the issue? Please be detailed.
Can web users download their own data? I asked a while ago it was not possible

2. What steps can we take to reproduce this issue?

3. What have you tried to fix the issue?
I wrote a small app that can do that. when a web user logs in to the app, the app uses the credentials of an admin account to retrieve the data for that user and present it in a csv file.

I need a little bit help from someone to review the code and decide on the best way to make it available.

Right now it’s a docker container but it doesn´t work well with the proxy or something. I had to put it on a different server.

So if anyone interested in helping with that, and if it is still needed for some one, let me know!

4. Upload any forms or screenshots you can share publicly below.

Hi..!! :waving_hand:t2:

I can help. I have designed something similar. In my opinion, better and fastest to build solution for this is "python" + "streamlit" (can be built under an hour, and on the top of that we have python's pandas & numpy helping us to manipulate the data). It can be hosted however convenient to us, behind the proxy.

Great day!! :grinning_face_with_smiling_eyes:

1 Like

I would recommend using pyodk to get the data :+1:

1 Like

Ok well python may be a much better choice, but what I’;ve built I am using and I don’ t have to wait for another solution. So if anyone needs it, contact me, and I hope this feature will be a standrad built in thing for ODK. Would be nice to have for app users too.