Skip to content

Enable creating apps using config files without explicitly writing an app.py file to simplify setup. #275

@MagnusEngh

Description

@MagnusEngh

Description

In order to simplify setup and make it easier to share apps, would be neat if it was possible to create a fully functional editingframework app using mostly configuration files like the below example:

variable_selector:
    år:
        type: year
    orgnr:
        type: primary-ident
    nace: 
        type: classification
        klass_code: 123

modules:
    EditingTable:
        inputs: ["år"]
        states: []
        get_data_func: src.functions.my_table_func
    skjemadataeditor:
        settings: ....

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions