Filter child DIDs from DID replicas view
Open
@pajka2T is already working on this.
Since Aug 20, 2026.
enhancement
- Dominant language
- TypeScript
- Stars
- 5
- Forks
- 36
- Avg merge
- 6d 17h
- Merged PRs (30d)
- 7
Description
Description
The DID Replicas view currently shows RSE mappings for child DIDs. This creates unnecessary clutter and confusion. The view should be filtered to show only the RSE mappings for the DID itself, excluding child DID-to-RSE mappings.
Current Behavior
- Replicas view shows RSE mappings for parent DID
- Also displays RSE mappings for all child DIDs
- Creates a cluttered and potentially confusing view
Proposed Solution
- Filter the replicas view to show only parent DID's direct RSE mappings
- Exclude child DID RSE mappings from the display
- Potentially add an option to toggle child DID visibility if needed
Implementation Details
- Modify the replicas query/filter logic
- Ensure only parent-level RSE mappings are displayed
- Consider adding a toggle for users who need to see child mappings
- Update any related documentation
Acceptance Criteria
- Replicas view shows only parent DID RSE mappings by default
- Child DID RSE mappings are filtered out
- Performance is not negatively impacted
- Clear indication of what data is being displayed
Parent Issue
- #621
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.