feat(APP-1003): Permission data pipeline with two-toggle row filtering (2/5) - #1284
Open
thekidnamedkd wants to merge 7 commits into
Open
feat(APP-1003): Permission data pipeline with two-toggle row filtering (2/5)#1284thekidnamedkd wants to merge 7 commits into
thekidnamedkd wants to merge 7 commits into
Conversation
|
🚀 Preview Deployment: View Here |
|
E2E results (preview) Smoke
|
thekidnamedkd
force-pushed
the
stack/app-1003-02-data
branch
from
August 3, 2026 09:46
bc5b35d to
8d14d0c
Compare
thekidnamedkd
force-pushed
the
stack/app-1003-02-data
branch
from
August 3, 2026 09:56
8d14d0c to
86c2440
Compare
thekidnamedkd
marked this pull request as ready for review
August 3, 2026 10:28
milosh86
previously approved these changes
Aug 4, 2026
|
|
||
| const linkedAccounts = dao.linkedAccounts ?? []; | ||
| const showLinkedAccounts = | ||
| isEnabled('linkedAccount') && linkedAccounts.length > 0; |
Contributor
There was a problem hiding this comment.
isn't this "legacy" flag now as we fully implemented the feature?
Contributor
There was a problem hiding this comment.
but yeah, that's another question if we want to remove it or not.....
thekidnamedkd
force-pushed
the
stack/app-1003-02-data
branch
from
August 4, 2026 11:35
6b74ab5 to
f4e3074
Compare
thekidnamedkd
force-pushed
the
stack/app-1003-02-data
branch
from
August 4, 2026 13:22
f4e3074 to
7fa5ff8
Compare
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.
Description
Layer 2 of the APP-1003 permissions viewer stack. Adds the permissions fetch composition hook (
usePermissionsData), the two-toggle row filter (filterPermissionRows—isDaoGrantedPermission+rowTargetsSubplugin), condition/entity resolvers, the graph builder (buildPermissionGraph), and removes the preview-era mock constants. Inert until the UI layers land.Type of Change
Developer Checklist:
Review Checklist: