rucio / rucio/webui

Filter child DIDs from DID replicas view

Open
#645 0 comments 0 reactions 1 assignee View on GitHub

@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

  1. Modify the replicas query/filter logic
  2. Ensure only parent-level RSE mappings are displayed
  3. Consider adding a toggle for users who need to see child mappings
  4. 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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.