project-icp / bee-pollinator-app

The web application front end for the ICP Pollinator Decision Support Tool 🐝
Apache License 2.0
6 stars 1 forks source link

Adjust fields in exports #505

Closed dboyer closed 5 years ago

dboyer commented 5 years ago

Issue: "There isn't any way (that is obvious to us) to identify which apiaries belong to each user. There are id variables that connect the various surveys to the lat/long of each apiary (identified by an 'apiary_id'), but nothing that connects the apiary_id to the beekeeper."

Goal: People doing data analysis can understand which beekeeper submitted which survey.

Suggested Fix: Either add a CSV for Apiary (which will have the user ID) or add the user id field to the Survey CSV

rajadain commented 5 years ago

The Apiary table has the following fields:

Most of these fields pertain to the user interface, and outside of the scores JSON there is little subject-matter related information there.

Adding just a user id to the Survey CSV is simpler. If they can go without an export of the Apiary scores, we should go with that.

rajadain commented 5 years ago

However, if we also export the Apiary table, we'll make getting all the gathered data from the app easier, allowing them to piece it together however they wish. It would be more flexible. And not much more difficult than adding a field.

dboyer commented 5 years ago

Please note in timesheets as support hours.