Skip to content
This repository was archived by the owner on May 18, 2023. It is now read-only.
This repository was archived by the owner on May 18, 2023. It is now read-only.

basic ingredients need prefix #3

Open
@breunigs

Description

@breunigs

Basic ingredients are usually part of some menu (think Pizza + Drink + Salad, or Pizza Calzone with free ingredients). Especially in the former case it's not entirely clear how to print these extra ingredients.

Consider the "2 kleine Pizza" menu:

2 kleine Pizza
     1. Apfelschorle
     2. BBQ-Sauce + Ei
     3. Ei + Kapern
     4. Joghurt Dressing

It consists of a drink, two pizzas with two ingredients each, and a salad. Original JSON link: ask on IRC (/edit)

A better display would be:

Menü: 2 kleine Pizza
     * Getränk: Apfelschorle
     * 1. Pizza: BBQ-Sauce + Ei
     * 2. Pizza: Ei + Kapern
     * Salat: Joghurt Dressing

The Menü could be taken from the category and is available in the JSON files. However, there is no "prefix" for each of the base ingredients in their API, just some instructions for the user, e.g. Wählen Sie 2 Zutaten für 2. Pizza.

A possible solution could be to use a hard coded mapping from that description to a shorter 'prefix' and bail whenever such a description cannot be parsed. A good place to start would be app/models/remote/product.rb, but we would need to ensure all descriptions are read when using the rake retriever:refresh task. Also all views would need to be updated (own basket, group table, PDF, …)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions