Skip to content

Add useCase to ingredientsForecast #177

@JulesGresset

Description

@JulesGresset

Description
Add a query param useCase for the ingredientsForecast route.
When useCase is set to POS, the returned value should follow this format :

{
    {
        "id": id,
        "name": name,
        "quantity": quantity forecasted,
        "unit": unit of ingredient
    },
    ...
}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

Status

✅ Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions