I need to create a reasonably simple app which allows a user to log on-site survey data about equipment (just yes/no answers and short notes) and also upload photographs.
I’m new to Bubble but, from what I’ve seen, this is simple. The issue is that the locations often have poor mobile signal so this needs to be able to work offline.
My thoughts were a PWA with indexeddb storage for survey records which could be sync’d to the database when mobile signal permitted it. Possibly using the Floppy plugin to facilitate the local storage.
Does this sound like a feasible solution? One thing I’m wondering about is whether image uploads will actually work offline? Workflows to grab image data from a PictureUploader just end up with a URL of the image, not the data itself.
So, before I look at building a native app, is this something that’s likely to be achievable with Bubble? Any tips or pointers in the right direction would be appreciated…
W