Determining relation between Bounties & Grants v2
- Dominant language
- JavaScript
- Stars
- 1.8k
- Forks
- 776
- PR merge metrics
- No merged PRs in 30d
Description
**User Story:**
As a PM at Gitcoin
I want to see if there is a flywheel effect for bounties and grants
So that i can make better product decisions
**Acceptance Criteria**
**Bounty Builder --> Grant Funder:**
GIVEN I have access to Metabase
WHEN I looked at queries in Metabase
THEN I expect to see a query that has the following:
- Profiles with 1+ bounty completed AND funded 1+ grant
- Count of bounties completed + dollars earned through bounties
- Count of Grants + Dollars funded through Grants
- Parsing of which came first - bounty or grant
**Bounty Funder --> Grant Owner:**
GIVEN I have access to Metabase
WHEN I looked at queries in Metabase
THEN I expect to see a query that has the following:
- Profiles with 1+ bounty funded AND has received funds in 1+ grant
- Count of bounties funded + dollars funded through bounties
- Count of Grants + Dollars earned through Grants
- Parsing of which came first - bounty or grant
**Bounty Funder --> Grant Funder:**
GIVEN I have access to Metabase
WHEN I looked at queries in Metabase
THEN I expect to see a query that has the following:
- Profiles with 1+ bounty funded AND has received funds in 1+ grant
- Count of bounties funded + dollars funded through bounties
- Count of Grants + Dollars funded through Grants
- Parsing of which came first - bounty or grant
**Notes:**

Contributor guide
Assessment
This issue has not been assessed yet.