MetricsDAO / xyz

MetricsDAO XYZ Website
https://metricsdao.xyz
Apache License 2.0
12 stars 8 forks source link

Display data about questions generated #17

Closed drakedanner closed 1 year ago

drakedanner commented 2 years ago

Questions are generated on https://bounty.metricsdao.xyz/ using Canny.

We should show data about...


We want to be able to display the volume of question generation, the active individuals, and the conversion rates from question to challenge.

akbaridria commented 2 years ago

Hi, i'd like to take on this issue and create a mockup from it.

Screenshot 2022-05-27 at 20 52 39

but it seems the suggestion from @thekakamora is more fit to add the new tab on dashboard page for question dashboard. another issue is getting data from canny, they had the APIs but, it seems it is only the raw data so, we have to calculate the data in the back. or anyone have some experience to pull the data form canny ?

thekakamora commented 2 years ago

I think we should add a tab to our dashboard, creating charts is easy but getting data is going to be a bit tricky. We need to understand how to extract required information from canny apis. Here is the reference to APIs documentation - https://developers.canny.io/api-reference

akbaridria commented 2 years ago

Hi @thekakamora. i think i have some idea about pulling data from canny and integrate it with zoho. We can use google app script that running every minute to pull data from canny to google sheet and then use google sheet to integrate it with zoho.

I have tried it by my self creating canny and zoho account to test it, it could be something like this.

  1. Use google app script to pull data from canny API (we can scheduled running the script for every minute our hour) Screenshot 2022-05-28 at 15 17 22
  2. Insert the data to google sheet Screenshot 2022-05-28 at 15 16 41
  3. Integrate it with zoho Screenshot 2022-05-28 at 15 15 34