You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a new endpoint to get all DPGs or DPG nominees created by a UNICEF Venture Fund company.
Background
The UNICEF Venture Fund website is being reworked. As part of this rework, we want to better show which UNICEF Venture Fund companies have gone on to either become a DPG or a DPG nominee. This would be shown in a company profile with other information about the company and their work.
Currently, there is no automated way to discover whether a DPG or DPG nominee is a Venture Fund company. To get this data, a Venture Fund portfolio manager or mentor must manually crawl through the list and identify Venture Fund companies from the Registry. This is prone to error and some companies may be missed if their product is not tracked by the Venture Fund.
So, there should be an easier way to discover which DPGs and DPG nominees come from UNICEF Venture Fund companies.
Details
I see the following steps as successfully implementing this task:
Create a new boolean data point in organizations object of a DPG or nominee, e.g. organizations.unicef_venture_company as true or false
Add a new question to the DPG Submission Form to inquire whether the company/organization behind the project received funding from the UNICEF Venture Fund
Create new endpoint to list all DPG + Venture Fund companies: GET /dpgs/unicef-venture/
Create new endpoint to list all DPG nominee + Venture Fund companies: GET /nominees/unicef-venture/
Outcome
Easier to discover what DPG and DPG nominees are connected to the UNICEF Venture Fund, and to use this data automatically for the new Fund website to cross-promote our work with DPGs
The text was updated successfully, but these errors were encountered:
Note: Per the issue mentioned above, this data seems to exist in some submissions in organizations.org_type == "funder" && organizations.name == "UNICEF Ventures Fund". This could form the basis of a new API endpoint that returns only Venture Fund companies.
Summary
Create a new endpoint to get all DPGs or DPG nominees created by a UNICEF Venture Fund company.
Background
The UNICEF Venture Fund website is being reworked. As part of this rework, we want to better show which UNICEF Venture Fund companies have gone on to either become a DPG or a DPG nominee. This would be shown in a company profile with other information about the company and their work.
Currently, there is no automated way to discover whether a DPG or DPG nominee is a Venture Fund company. To get this data, a Venture Fund portfolio manager or mentor must manually crawl through the list and identify Venture Fund companies from the Registry. This is prone to error and some companies may be missed if their product is not tracked by the Venture Fund.
So, there should be an easier way to discover which DPGs and DPG nominees come from UNICEF Venture Fund companies.
Details
I see the following steps as successfully implementing this task:
organizations
object of a DPG or nominee, e.g.organizations.unicef_venture_company
astrue
orfalse
GET /dpgs/unicef-venture/
GET /nominees/unicef-venture/
Outcome
Easier to discover what DPG and DPG nominees are connected to the UNICEF Venture Fund, and to use this data automatically for the new Fund website to cross-promote our work with DPGs
The text was updated successfully, but these errors were encountered: