Proposal: Decouple hardware summary and filter metadata into separate endpoints
Currently, the Hardware Details summary endpoint returns both the data summary and the available filter metadata. To reduce server overhead and avoid redundant recomputation of filters, I suggest splitting these into two distinct endpoints.
This would allow the frontend to:
- Cache filter information independently.
- Make asynchronous calls to improve perceived load times.
Proposal: Decouple hardware summary and filter metadata into separate endpoints
Currently, the Hardware Details summary endpoint returns both the data summary and the available filter metadata. To reduce server overhead and avoid redundant recomputation of filters, I suggest splitting these into two distinct endpoints.
This would allow the frontend to: