gaiaresources / ala-citizenscience

Automatically exported from code.google.com/p/ala-citizenscience
1 stars 4 forks source link

Break up 'download survey' for mobile too webservice into survey and species parts #337

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently there is a single web service for downloading a survey in json 
format, which currently is used to populate the mobile tool's database.

The species list can be very large which can cause issues when the json string 
takes up too much memory on the mobile device. Do the following.

1. Add a new survey download webservice that excludes the species.
2. Add a new species download for survey webservice that allows pagination of 
results.

Note we are leaving the old web service intact to support legacy users.

Original issue reported on code.google.com by aaron.lo...@gmail.com on 30 Aug 2012 at 3:03

GoogleCodeExporter commented 9 years ago

Original comment by aaron.lo...@gmail.com on 30 Aug 2012 at 7:44

GoogleCodeExporter commented 9 years ago
Rev 396

Original comment by aaron.lo...@gmail.com on 30 Aug 2012 at 7:45