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

Add Apiary table to data export #510

Closed rajadain closed 5 years ago

rajadain commented 5 years ago

Overview

Previously, we only exported the Survey tables. This was not enough, as the Apiary surveys could not be connected to the User surveys, since the user_id was never attached to the Apiary surveys.

By exporting the Apiary table along with the results, we give the entire set of collected data to the exporting user, which will give them the flexibility to connect and slice it in many different ways.

Furthermore, the user_id column is also added to the Survey table export, which can help make the connection without an extra step of connecting with an Apiary first.

Connects #505

Demo

image

image

Testing Instructions