It is difficult to be sure that a given storage key is unique since they are defined in multiple different locations in the sequencer codebase, and we have no convention regarding naming/prefixes.
For each component, move its keys (const values and functions generating DB keys) to a new module named keys inside the component's storage module. All keys should be given a prefix relevant to the component's name.
┆Issue Number: ENG-898
It is difficult to be sure that a given storage key is unique since they are defined in multiple different locations in the sequencer codebase, and we have no convention regarding naming/prefixes.
For each component, move its keys (const values and functions generating DB keys) to a new module named
keysinside the component'sstoragemodule. All keys should be given a prefix relevant to the component's name.┆Issue Number: ENG-898