uSync icon indicating copy to clipboard operation
uSync copied to clipboard

Create summary dashboard when results set is large.

Open KevinJump opened this issue 3 years ago • 1 comments

When you import/report on a lot of content the retrurned results object from usync is very large and it can either bring your browser to its needs or hit the response limits from asp.net .

We should have settings, so we only return summary information for large sync sets.

KevinJump avatar Oct 28 '22 09:10 KevinJump

Will be in next release,

image

Adds two settings to the config 👍

"uSync": {
    "Settings": {
      "SummaryDashboard": true,
      "SummaryLimit": 1000
    },
}
  • By default the summary dashboard will be off, but if any one handler returns more than 1000 results it will kick in.
  • it will return a summary of the import and when summary dashboard is false, it will return any failures.
  • with summary dashboard set to true it will not return the failures

Can download a version of the package now : https://dev.azure.com/jumoo/Public/_artifacts/feed/nightly/NuGet/uSync/overview/10.3.1-build.20221028.1

KevinJump avatar Oct 28 '22 09:10 KevinJump

v10/11 have this in v11.0.1 and v10.3.2

KevinJump avatar Jan 18 '23 15:01 KevinJump