Skip to content

Non-core datatypes have no way to define how they are displayed in spatial views attributes #12069

@aj-he

Description

@aj-he

Arches spatial views depend upon datatypes having a long-lived database function for creating the display values, and core has these built in for "core" datatypes. The fall back is to display the content of the tile node value, which only works if that is non-localized string like, such as the BNG datatype in Arches for HERs.

The new Reference datatype for Arches controlled lists (ACL) is not in "core", but will be a key datatype as the system moves from the RDM to ACL. It has a jsonb value that will not display nicely, so will need a database function to transform to a display value.

Arches core needs a mechanism for Developers creating datatypes to also create db function that is then callable by the spatial view functions to create a display function.

Metadata

Metadata

Assignees

No one assigned

    Projects

    Status

    🆕 Under Review/Discussion

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions