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
In disscussion with @NebojsaSavicic
auto parametrizecheckbox. If checked, we would send:{ "attributes": { "autoParametrize": true } }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" } }prefixtype@ivansenic give ur thoughts