find a better way to build config IDs

Created on 27 November 2024, 5 months ago

Problem/Motivation

We assemble config IDs using a prefix for our module, the finder ID, and then IDs of the config entities they are derived from.

The problem is that the IDs get longer and longer, as each one has the module + finder ID prefix.

E.g.:

> $facet_id = $index->id() . '_' . $view->id();

The index ID and the View ID already both contain 'finders' in them.

Steps to reproduce

Proposed resolution

Find a better way to derive IDs.

Remaining tasks

User interface changes

API changes

Data model changes

📌 Task
Status

Active

Version

1.0

Component

Code

Created by

🇬🇧United Kingdom joachim

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024