Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Add API endpoint for getting product_type #1706

Closed
obrienad opened this issue Mar 11, 2022 · 0 comments
Closed

Add API endpoint for getting product_type #1706

obrienad opened this issue Mar 11, 2022 · 0 comments
Assignees

Comments

@obrienad
Copy link

obrienad commented Mar 11, 2022

Overview

Create endpoint that returns product_type options for the extended profile.

Describe the solution you'd like

  • Add a product type taxonomy API:
    • Publicly accessible, like facility/processing types
    • Return a list of product types from the database: ProductType.objects.all().values_list('value', flat=True)
@emilyhu0106 emilyhu0106 changed the title DRAFT: Add missing API endpoint DRAFT: Add API endpoint for getting product_type Mar 11, 2022
@jwalgran jwalgran self-assigned this Mar 11, 2022
@jwalgran jwalgran changed the title DRAFT: Add API endpoint for getting product_type Add API endpoint for getting product_type Mar 11, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants