-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
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.
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
asnfield - 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.,
2497vs"2497")
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels