Skip to content

Conversation

@gustavobtflores
Copy link
Contributor

Implement the new Hardware Listing V2 view (/hardware-new) to provide an optimized, performant table interface using the V2 API, while maintaining the legacy view for transition.

Key Changes

  • Integrated useHardwareListingV2 hook for the new endpoint.
  • Added /hardware-new routes and validation schemas.
  • Improved SideMenu active route matching logic.

@gustavobtflores gustavobtflores self-assigned this Dec 18, 2025
@gustavobtflores gustavobtflores added the Frontend Most or all of the changes for this issue will be in the frontend code. label Dec 18, 2025
Comment on lines 15 to 24
export type StatusCountV2 = {
PASS?: number;
FAIL?: number;
INCONCLUSIVE?: number;
SKIP?: number;
NULL?: number;
ERROR?: number;
MISS?: number;
DONE?: number;
};
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be next to the original StatusCount type, I had to open the project to understand the difference

@gustavobtflores gustavobtflores added this pull request to the merge queue Dec 19, 2025
Merged via the queue into kernelci:main with commit c3d0cd8 Dec 19, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Frontend Most or all of the changes for this issue will be in the frontend code.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants