Skip to content

Feature Request: Dynamic Linking of ASN Values to IHR Network Pages #25

@vara-prasad-07

Description

@vara-prasad-07

Feature Request:

In the current table view, some cells contain JSON objects where fields like asn are present (for example, "asn": "2497"). These ASN values are currently rendered as plain text, even though they directly correspond to existing network pages on IHR Live. This is a feature mentioned in GSoc'25 for the IYP browser.

Image

Proposed Enhancement

Automatically detect asn fields inside JSON-rendered table cells and render the ASN value as a clickable hyperlink that redirects to the corresponding IHR Live network page.

Example

JSON in Table Cell

{"asn":"2497"}

Redirect URL

https://www.ihr.live/en/network/AS2497

Expected Behavior

  • Parse JSON content displayed inside table cells
  • Detect the presence of an asn field
  • Convert the ASN value into a dynamic hyperlink
  • Preserve the rest of the JSON structure and readability

Implementation Considerations

  • Ensure proper JSON parsing and error handling
  • Support both numeric and string ASN formats (e.g., 2497 vs "2497")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions