Skip to content

#4352 rules dash loading efficiency - #4367

Open
cielbellerose wants to merge 11 commits into
feature/rules-dashboardfrom
#4352-rules-loading-efficiency
Open

#4352 rules dash loading efficiency#4367
cielbellerose wants to merge 11 commits into
feature/rules-dashboardfrom
#4352-rules-loading-efficiency

Conversation

@cielbellerose

@cielbellerose cielbellerose commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

Changes

Speeding up page loading times, some code cleaning

Notes

  • moved duplicate include logic to ruleset type query args
  • loading symbol for expand all

Added getAllRulesForRuleset for expand all call to make it faster since we aren't calling all children recursively

Removed unused endpoints

  • getRulesetById (duplicate for getSingleRuleset)
  • getUnassignedRules (stale team view logic, unused)
  • getTeamRulesInRulesetType (stale team view logic, unused)

Screenshots

Screen.Recording.2026-08-10.at.2.58.15.PM.mov
Screen.Recording.2026-08-10.at.3.38.30.PM.mov

Checklist

It can be helpful to check the Checks and Files changed tabs.
Please review the contributor guide and reach out to your Tech Lead if anything is unclear.
Please request reviewers and ping on slack only after you've gone through this whole checklist.

  • All commits are tagged with the ticket number
  • No linting errors / newline at end of file warnings
  • All code follows repository-configured prettier formatting
  • No merge conflicts
  • All checks passing
  • Screenshots of UI changes (see Screenshots section)
  • Remove any non-applicable sections of this template
  • Assign the PR to yourself
  • No yarn.lock changes (unless dependencies have changed)
  • Request reviewers & ping on Slack
  • PR is linked to the ticket (fill in the closes line below)

Closes #4352

@cielbellerose cielbellerose linked an issue Aug 6, 2026 that may be closed by this pull request
@cielbellerose
cielbellerose changed the base branch from develop to feature/rules-dashboard August 6, 2026 12:17
@cielbellerose cielbellerose self-assigned this Aug 10, 2026
@cielbellerose
cielbellerose marked this pull request as ready for review August 10, 2026 21:54
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

Successfully merging this pull request may close these issues.

[RulesDashboard] - Rules Loading Efficiency

1 participant