Ecotrust / ak-logbook

Alaska Logbook
MIT License
1 stars 1 forks source link

Check FormHub API for the following [4 hours] #68

Closed rhodges closed 9 years ago

rhodges commented 9 years ago
rhodges commented 9 years ago

Available surveys: /{{username}}/formList Survey submissions: /{{username}}/view/submissionList Submission data: ??? Survey Upload: /formUpload Survey Delete: ???

rhodges commented 9 years ago

Formhub API supports getting a survey's submissions and viewing their data Through Django we can also make use of getting a list of surveys (at least as XML), uploading surveys, and deleting surveys. These endpoints were not meant to be used by anything other than the Formhub site and may perform erratically (read as "buggy"). Work to rebuild this functionality will be 3-6 weeks, depending on what the user's needs are. Currently all of the required functionality is provided by FormHub. Perhaps a better direction is re-styling that. These decisions will need to be based on requirements gathering, story boarding, and use cases.