Skip to content

Support full entity-path-expressions for overrides #6673

Open
@jleibs

Description

However, this implementation only supports explicit fully qualified entity paths.

We would like the keys of overrides to support arbitrary path expressions including $origin and /** glob values.

Accomplishing this requires:

  • Refactoring the view blueprint storage to be a flat list of Overrides where each override contains an EntityPathExpression component indicating where the override applies.
  • Fixing the override resolver to do find the most-specific override that matches the entity.
  • Making updates to the UI for the override stack to reflect all the possible matches in priority order.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request🟦 blueprintThe data that defines our UI

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions