Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create summary dashboard when results set is large. #426

Closed
KevinJump opened this issue Oct 28, 2022 · 2 comments
Closed

Create summary dashboard when results set is large. #426

KevinJump opened this issue Oct 28, 2022 · 2 comments

Comments

@KevinJump
Copy link
Owner

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 added a commit that referenced this issue Oct 28, 2022
@KevinJump
Copy link
Owner Author

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
Copy link
Owner Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant