Skip to content

More information for manufacturers #299

Open
@FloEdelmann

Description

@FloEdelmann
  • Store a fullname that should be the same as the one for which its RDM ID is registered for at ESTA.

  • Think of a way to store child brands for a manufacturer, possibly:

    {
      // …
      "music-and-lights-srl": {
        "name": "Music & Lights",
        "fullName": "Music & Lights S.r.l.",
        "rdmId": 5584
      },
      // …
      "prolights": {
        "name": "Prolights",
        "childBrandOf": "music-and-lights-srl"
        // no rdmId set here, but could overwrite it
      },
      "prolights-tribe": {
        "name": "Prolights Tribe",
        "childBrandOf": "music-and-lights-srl"
      },
      // …
    }

    Then, the fixtures-valid test only has to make sure that childBrandOf refers to a valid manufacturer.

see also #288 (comment) and #298 (review)

cc @peternewman

Metadata

Metadata

Assignees

No one assigned

    Labels

    component-schemaAffects the fixture JSON schema.difficulty-mediumSome research is needed before implementation, or implementation is time-consuming.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions