Skip to content

Feature : Template Validation & Static Analysis #104

@Ananya-vastare

Description

@Ananya-vastare

Currently template errors (like missing variables) are only detected during rendering, which makes debugging difficult. I propose adding a template validation feature that checks TemplateMark templates before execution. The validator would analyze the template, extract variable references, and compare them with the Concerto data model. It would report issues such as missing variables, type mismatches, or unused fields. This would improve developer experience and help detect errors earlier in the development process. I’d be happy to work on implementing this along with tests and documentation.

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