Skip to content

Auto parametrization on upload #64

@vladavoX

Description

@vladavoX

In disscussion with @NebojsaSavicic

  • When uploading NEW project, there should be auto parametrize checkbox. If checked, we would send:
{
  "attributes": { "autoParametrize": true }
}
  • When analysis is done and successful, and we have this attribute, we would then perform auto-parametrization right away.
  • To handle additional stuff related to the autoParametrizaion (exclude shy, exclude..., applyExclusionsToComps), when this autoParametrize is checked, below it, "Auto parametrizaion options" would become clickable (not disabled), when clicked it will expand, and let us setup this additional stuff. And then json would look something like this:
{
  "attributes": { 
    "autoParametrize": true,
    "excludeShyLayers": true,
    "rest": "of these"
  }
}

@ivansenic give ur thoughts

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