I am about to initiate a mobile app for surveys. There will be 2 users: Surveyor and the Survey_Taker. A surveyor would design the survey and send it to the survey taker. The survey taker completes the survey and send it back to the surveyor.
Now would i need to host a database on the web to sync the data from the survey taker's mobile to send it back to the surveyor.Or can i do without it?
Wonder if i can send the survey with the functionality to store the survey data in a text file ? What would be the consequences then ?
I would suggest a thin server responsible for storing and aggregating some report data. Having a server to sync between client types would prove to be more robust. Storing can be done in files, say JSON format. Alternatively, depending on the scaling needs, storage can be switched to NoSQL db. To start quickly, you can have a Node.js server.
You can perfectly do without a database, for example by sending the survey results via e-mail to the surveyor. However, it might be a bit uncomfortable to analyze results. Therefore, your need for a database is mainly determined by your reporting requirements. So: what do you want to do with the data?
Being a mobile application, I would definitely consider the following features:
That been said, I would use a local (file?) storage on the mobile and a DB on the server.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With