-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
In disscussion with @NebojsaSavicic
- When uploading NEW project, there should be
auto parametrizecheckbox. 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
autoParametrizeis 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"
}
}- @NebojsaSavicic said that only option should be
prefixtype
@ivansenic give ur thoughts
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels