Summary
The Resource Registry page is not displaying all query parameters for resources - only string-based query properties appear to be shown.
Problem Description
When viewing a resource in the dashboard, some query parameters are missing from the display. For example:
Resource: http://pro-api.coingecko.com/api/v3/x402/onchain/networks/base/trending_pools?page=1&duration=5m&include_gt_community_data=true&include=base_token,quote_tokens,dex
Expected params: page, duration, include_gt_community_data, include
Displayed params: Only include and duration are shown
The params page (integer) and include_gt_community_data (boolean) are not displayed, suggesting the dashboard may be filtering out non-string parameter types.
Technical Context
The issue likely exists in the Resource Registry page component where query parameters are parsed and displayed.
Acceptance Criteria
Context
- Reported via Discord by: sragss_ms_99022
@claude please implement this fix
Summary
The Resource Registry page is not displaying all query parameters for resources - only string-based query properties appear to be shown.
Problem Description
When viewing a resource in the dashboard, some query parameters are missing from the display. For example:
Resource:
http://pro-api.coingecko.com/api/v3/x402/onchain/networks/base/trending_pools?page=1&duration=5m&include_gt_community_data=true&include=base_token,quote_tokens,dexExpected params:
page,duration,include_gt_community_data,includeDisplayed params: Only
includeanddurationare shownThe params
page(integer) andinclude_gt_community_data(boolean) are not displayed, suggesting the dashboard may be filtering out non-string parameter types.Technical Context
The issue likely exists in the Resource Registry page component where query parameters are parsed and displayed.
Acceptance Criteria
Context
@claude please implement this fix