Skip to content

Software setup: have one unified transform system #44

Description

@Hendrik-code

Define augmentaitons and their names once, and then the whole package is made aware of available transforms etc

basically:

  • avoid name clash from transform vs. config name of that transform

  • easy validation that transform exists and config exists for it

  • easy sanity validation of a config before even running anything (undefined error crash, this is just silent behavior right now)

  • crash if arguments do not exist for a transform (silenty doing nothing)

  • either with inheritance or simple tagging system define for each augmentaiton whether it is a GEO, TA, or GE. then the codebase can automatically based on this warn if the order of transforms is unusual, ...

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