Skip to content

Allow separation of variable names from shown names in patterns #32

@slifty

Description

@slifty

Right now the value in {brackets} in a pattern is the value shown to an end user, but it is also linked to the key passed to the module. This should be changed because links display to implementation, but from a functional perspective it is also a problem because you cannot have two inputs with the same name.

e.g. "how much money did {person} give to {person}" would not be a valid pattern, since the second value would overwrite the first.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions