Skip to content

refactor: async tree [ENG-2451]#7701

Draft
speaker-ender wants to merge 1 commit intomainfrom
feat/async-tree--refresh
Draft

refactor: async tree [ENG-2451]#7701
speaker-ender wants to merge 1 commit intomainfrom
feat/async-tree--refresh

Conversation

@speaker-ender
Copy link
Contributor

@speaker-ender speaker-ender commented Mar 19, 2026

Ticket ENG-2451

Description Of Changes

Creating a component specifically for handling async tree data.
This is not scalable due to how ant designed the component and this hacks together something that meets functional requirements.
A truly scalable component would need to be build from scratch so that individual tree elements can be properly rendered and tracked as a virtual react element that can refetch data according to it's visibility instead of a globally tracked list of nodes that may or may not be visible or relevant.

Code Changes

Steps to Confirm

Pre-Merge Checklist

  • Issue requirements met
  • All CI pipelines succeeded
  • CHANGELOG.md updated
    • Add a db-migration This indicates that a change includes a database migration label to the entry if your change includes a DB migration
    • Add a high-risk This issue suggests changes that have a high-probability of breaking existing code label to the entry if your change includes a high-risk change (i.e. potential for performance impact or unexpected regression) that should be flagged
    • Updates unreleased work already in Changelog, no new entry necessary
  • UX feedback:
    • All UX related changes have been reviewed by a designer
    • No UX review needed
  • Followup issues:
    • Followup issues created
    • No followup issues
  • Database migrations:
    • Ensure that your downrev is up to date with the latest revision on main
    • Ensure that your downgrade() migration is correct and works
      • If a downgrade migration is not possible for this change, please call this out in the PR description!
    • No migrations
  • Documentation:
    • Documentation complete, PR opened in fidesdocs
    • Documentation issue created in fidesdocs
    • If there are any new client scopes created as part of the pull request, remember to update public-facing documentation that references our scope registry
    • No documentation updates required

wip:lots of ideas

chore: fix

wip: slowly getting there

chore: formatting

wip:lots of things

wip:so much more thinking

fix: imports

chore: remove maps

wip: lots of stuff done

wip: one foot forward two steps back

wip: minor refactors

chore: wip

chore: wip

chore: morewip

wip: getting there

chore: wip

feat: mostly hacked async actions

chore: removing logging

wip: refinements

wip:some linting

chore: remove poc

chore:more linting

chore: even more linting

chore: more linting

fix: state issues

chore: linting

fix: callback deps

chore: linting
@vercel
Copy link
Contributor

vercel bot commented Mar 19, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
fides-plus-nightly Error Error Mar 19, 2026 2:27pm
1 Skipped Deployment
Project Deployment Actions Updated (UTC)
fides-privacy-center Ignored Ignored Mar 19, 2026 2:27pm

Request Review

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.

1 participant