Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create new endpoint: GET /{dpgs,nominees}/unicef-venture/ #1

Open
jwflory opened this issue Mar 16, 2022 · 2 comments
Open

Create new endpoint: GET /{dpgs,nominees}/unicef-venture/ #1

jwflory opened this issue Mar 16, 2022 · 2 comments
Assignees

Comments

@jwflory
Copy link

jwflory commented Mar 16, 2022

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:

  1. Create a new boolean data point in organizations object of a DPG or nominee, e.g. organizations.unicef_venture_company as true or false
  2. 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
  3. Create new endpoint to list all DPG + Venture Fund companies: GET /dpgs/unicef-venture/
  4. 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

@jwflory
Copy link
Author

jwflory commented Mar 21, 2022

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.

@nathanfletcher
Copy link
Collaborator

*To be added as a search term and also created for the new API

@nathanfletcher nathanfletcher self-assigned this Dec 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants