Open
Description
-
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