Use EACL for the recursive user directory demo - #3
Draft
theronic wants to merge 1 commit into
Draft
Conversation
Owner
Author
|
Final browser measurements with the directory fully EACL-backed (both
The Cache toggle is passed to both directory queries. Browser suite: 45 tests / 219 assertions, all green. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
lookup-subjectscount-subjects; no user-directory result or count is taken from seed metadataplatformauthorization resource that registers every seeded userparent->admin) and seed deterministic parent chains so server visibility exercises recursive schemaDemo behavior
The platform resource is an authorization/indexing root and is hidden from the normal resource columns. Teams form bounded parent chains within each account. A leader of an earlier team inherits
adminover later child teams, andserver/viewreaches that grant throughteam->view.The directory latency now covers both the page lookup and exact EACL count. It does not time React rendering or seed metadata.
Validation
Parent PR: #2
Engine optimization: theronic/eacl#100