From 9fe0c81c5171eddd46694d08aac564b0be6091e9 Mon Sep 17 00:00:00 2001 From: tech-nerd Date: Fri, 28 May 2021 14:23:34 +0530 Subject: [PATCH 1/2] Added: OPYN_Retention_Dashboard --- proposals/template.md | 56 ++++++++++++++++++++++++++++++++++--------- 1 file changed, 45 insertions(+), 11 deletions(-) diff --git a/proposals/template.md b/proposals/template.md index cda3dcc..e41dafb 100644 --- a/proposals/template.md +++ b/proposals/template.md @@ -1,25 +1,59 @@ -# Project name +# Idea -| | | -| -------- | -------- | -| Status | Draft | -| Author | {Your name + link to the intro in discussion!} | -| Discussion | {Link to project discussion or issue #} | -| Labels | | -| Repo | {link to your repo if you have one} | +Implement a User retention tool(cohort analysis and funnel analysis) for Opyn V1 and V2 protocol. ## Introduction -High level introduction about what you're building. +Implement User retention tool(cohort analysis and funnel analysis) for Opyn V1 and V2 protocol. + +![cohort analysis](https://s3.us-west-2.amazonaws.com/secure.notion-static.com/b206d675-eb7c-4947-9ee0-7d0ac99c1fae/Screen_Shot_2021-04-25_at_5.30.53_PM.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAT73L2G45O3KS52Y5%2F20210430%2Fus-west-2%2Fs3%2Faws4_request&X-Amz-Date=20210430T063659Z&X-Amz-Expires=86400&X-Amz-Signature=1d71da0698e4e4e7437027216b8abbda4ba5804a8f1893cf04330dad15ca1073&X-Amz-SignedHeaders=host&response-content-disposition=filename%20%3D%22Screen_Shot_2021-04-25_at_5.30.53_PM.png%22) ## Details -Give us some more detail on the breakdown of the project, how you plan to implement.. etc +**Team Size** : 3 + +### Importance of User Retention Analysis + +- Cohort analysis will help measure the user engagement of Opyn users over time. It will help track repeat users on Opyn platform and understand what makes them happy. +- The tool will help understand vital metrics such as churn, users lifecycle and customer lifetime value. +- The analysis can be used to identify the success of the feature adoption rate. +- A funnel report gives information on how Opyn users progress through different stages and where they drop off. Funnel analysis help identify barriers that cause users to leave before reaching a conversion point. + +### Features + +- Display aggregated metrics e.g. total Deposit transactions, Total unique users doing deposit +- Monthly Cohort analysis of unique user DepositCollateral transactions. +- Monthly Cohort analysis of unique user WithdrawCollateral transactions. +- Monthly Cohort analysis of the total Deposit Collateral amount. +- Monthly Cohort analysis of the total withdrawn Collateral amount. +- DepositCollateral Funnel analysis and graph. +- WithdrawCollateral Funnel analysis and graph. + +Please see the user retention tool implemented for AAVE protocol. +https://github.com/dappquery/aave-user-retention-analytics ## Milestones -Share your idea timelines and checkpoints +- Data will be pulled from Opyn V1 and V2 protocol subgraph and after transformation, data will be populated in SQL tables in the Postgres database. +- SQL queries will be written to query data from the Postgres database. +- Graph will be displayed on the SQL query result. +- DepositCollateralAction subgraph entity will be used for tracking the user's deposit on a month-by-month basis. +- WithdrawCollateralAction subgraph entity will be used for tracking the user's deposit on a month-by-month basis. +- The dashboard/tool will be hosted on a subdomain e.g. opyn.dappquery.com. ### Ideal Launch Date +2-3 weeks + ## Funding Request and Budget Breakdown + +12k USDT + +Grant will cover below features: + +- Development efforts for the above-mentioned features. +- Infrastructure cost for running and maintaining the dashboard on the AWS cloud. +- Hosting the project on remote servers. +- Postgres database cost. +- Maintenance and support for a year. +- Dappquery is TheGraph Indexer. We will be indexing Opyn V2 subgraph From 456c9372fcd43fc8928cc8d0ec997a81d2998a63 Mon Sep 17 00:00:00 2001 From: tech-nerd Date: Fri, 28 May 2021 14:27:04 +0530 Subject: [PATCH 2/2] Added: OPYN_Retention_Dashboard --- proposals/opyn_user_retention_dashboard.md | 59 ++++++++++++++++++++++ proposals/template.md | 56 ++++---------------- 2 files changed, 70 insertions(+), 45 deletions(-) create mode 100644 proposals/opyn_user_retention_dashboard.md diff --git a/proposals/opyn_user_retention_dashboard.md b/proposals/opyn_user_retention_dashboard.md new file mode 100644 index 0000000..e41dafb --- /dev/null +++ b/proposals/opyn_user_retention_dashboard.md @@ -0,0 +1,59 @@ +# Idea + +Implement a User retention tool(cohort analysis and funnel analysis) for Opyn V1 and V2 protocol. + +## Introduction + +Implement User retention tool(cohort analysis and funnel analysis) for Opyn V1 and V2 protocol. + +![cohort analysis](https://s3.us-west-2.amazonaws.com/secure.notion-static.com/b206d675-eb7c-4947-9ee0-7d0ac99c1fae/Screen_Shot_2021-04-25_at_5.30.53_PM.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAT73L2G45O3KS52Y5%2F20210430%2Fus-west-2%2Fs3%2Faws4_request&X-Amz-Date=20210430T063659Z&X-Amz-Expires=86400&X-Amz-Signature=1d71da0698e4e4e7437027216b8abbda4ba5804a8f1893cf04330dad15ca1073&X-Amz-SignedHeaders=host&response-content-disposition=filename%20%3D%22Screen_Shot_2021-04-25_at_5.30.53_PM.png%22) + +## Details + +**Team Size** : 3 + +### Importance of User Retention Analysis + +- Cohort analysis will help measure the user engagement of Opyn users over time. It will help track repeat users on Opyn platform and understand what makes them happy. +- The tool will help understand vital metrics such as churn, users lifecycle and customer lifetime value. +- The analysis can be used to identify the success of the feature adoption rate. +- A funnel report gives information on how Opyn users progress through different stages and where they drop off. Funnel analysis help identify barriers that cause users to leave before reaching a conversion point. + +### Features + +- Display aggregated metrics e.g. total Deposit transactions, Total unique users doing deposit +- Monthly Cohort analysis of unique user DepositCollateral transactions. +- Monthly Cohort analysis of unique user WithdrawCollateral transactions. +- Monthly Cohort analysis of the total Deposit Collateral amount. +- Monthly Cohort analysis of the total withdrawn Collateral amount. +- DepositCollateral Funnel analysis and graph. +- WithdrawCollateral Funnel analysis and graph. + +Please see the user retention tool implemented for AAVE protocol. +https://github.com/dappquery/aave-user-retention-analytics + +## Milestones + +- Data will be pulled from Opyn V1 and V2 protocol subgraph and after transformation, data will be populated in SQL tables in the Postgres database. +- SQL queries will be written to query data from the Postgres database. +- Graph will be displayed on the SQL query result. +- DepositCollateralAction subgraph entity will be used for tracking the user's deposit on a month-by-month basis. +- WithdrawCollateralAction subgraph entity will be used for tracking the user's deposit on a month-by-month basis. +- The dashboard/tool will be hosted on a subdomain e.g. opyn.dappquery.com. + +### Ideal Launch Date + +2-3 weeks + +## Funding Request and Budget Breakdown + +12k USDT + +Grant will cover below features: + +- Development efforts for the above-mentioned features. +- Infrastructure cost for running and maintaining the dashboard on the AWS cloud. +- Hosting the project on remote servers. +- Postgres database cost. +- Maintenance and support for a year. +- Dappquery is TheGraph Indexer. We will be indexing Opyn V2 subgraph diff --git a/proposals/template.md b/proposals/template.md index e41dafb..cb7373b 100644 --- a/proposals/template.md +++ b/proposals/template.md @@ -1,59 +1,25 @@ -# Idea +# Project name -Implement a User retention tool(cohort analysis and funnel analysis) for Opyn V1 and V2 protocol. +| | | +| ---------- | ---------------------------------------------- | +| Status | Draft | +| Author | {Your name + link to the intro in discussion!} | +| Discussion | {Link to project discussion or issue #} | +| Labels | | +| Repo | {link to your repo if you have one} | ## Introduction -Implement User retention tool(cohort analysis and funnel analysis) for Opyn V1 and V2 protocol. - -![cohort analysis](https://s3.us-west-2.amazonaws.com/secure.notion-static.com/b206d675-eb7c-4947-9ee0-7d0ac99c1fae/Screen_Shot_2021-04-25_at_5.30.53_PM.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAT73L2G45O3KS52Y5%2F20210430%2Fus-west-2%2Fs3%2Faws4_request&X-Amz-Date=20210430T063659Z&X-Amz-Expires=86400&X-Amz-Signature=1d71da0698e4e4e7437027216b8abbda4ba5804a8f1893cf04330dad15ca1073&X-Amz-SignedHeaders=host&response-content-disposition=filename%20%3D%22Screen_Shot_2021-04-25_at_5.30.53_PM.png%22) +High level introduction about what you're building. ## Details -**Team Size** : 3 - -### Importance of User Retention Analysis - -- Cohort analysis will help measure the user engagement of Opyn users over time. It will help track repeat users on Opyn platform and understand what makes them happy. -- The tool will help understand vital metrics such as churn, users lifecycle and customer lifetime value. -- The analysis can be used to identify the success of the feature adoption rate. -- A funnel report gives information on how Opyn users progress through different stages and where they drop off. Funnel analysis help identify barriers that cause users to leave before reaching a conversion point. - -### Features - -- Display aggregated metrics e.g. total Deposit transactions, Total unique users doing deposit -- Monthly Cohort analysis of unique user DepositCollateral transactions. -- Monthly Cohort analysis of unique user WithdrawCollateral transactions. -- Monthly Cohort analysis of the total Deposit Collateral amount. -- Monthly Cohort analysis of the total withdrawn Collateral amount. -- DepositCollateral Funnel analysis and graph. -- WithdrawCollateral Funnel analysis and graph. - -Please see the user retention tool implemented for AAVE protocol. -https://github.com/dappquery/aave-user-retention-analytics +Give us some more detail on the breakdown of the project, how you plan to implement.. etc ## Milestones -- Data will be pulled from Opyn V1 and V2 protocol subgraph and after transformation, data will be populated in SQL tables in the Postgres database. -- SQL queries will be written to query data from the Postgres database. -- Graph will be displayed on the SQL query result. -- DepositCollateralAction subgraph entity will be used for tracking the user's deposit on a month-by-month basis. -- WithdrawCollateralAction subgraph entity will be used for tracking the user's deposit on a month-by-month basis. -- The dashboard/tool will be hosted on a subdomain e.g. opyn.dappquery.com. +Share your idea timelines and checkpoints ### Ideal Launch Date -2-3 weeks - ## Funding Request and Budget Breakdown - -12k USDT - -Grant will cover below features: - -- Development efforts for the above-mentioned features. -- Infrastructure cost for running and maintaining the dashboard on the AWS cloud. -- Hosting the project on remote servers. -- Postgres database cost. -- Maintenance and support for a year. -- Dappquery is TheGraph Indexer. We will be indexing Opyn V2 subgraph