-
Notifications
You must be signed in to change notification settings - Fork 29
Add tree/version navigation to hardware listing #1901
Copy link
Copy link
Open
Labels
BackendMost or all of the changes for this issue will be in the backend code.Most or all of the changes for this issue will be in the backend code.FrontendMost or all of the changes for this issue will be in the frontend code.Most or all of the changes for this issue will be in the frontend code.enhancementNew feature or requestNew feature or request
Metadata
Metadata
Assignees
Labels
BackendMost or all of the changes for this issue will be in the backend code.Most or all of the changes for this issue will be in the backend code.FrontendMost or all of the changes for this issue will be in the frontend code.Most or all of the changes for this issue will be in the frontend code.enhancementNew feature or requestNew feature or request
Type
Projects
Status
In Progress
Context
The
/hardwarelisting currently aggregates hardware results from the latest checkout of each tree in the selected time window.This means the page answers:
Adding a kernel version selector requires defining how versions map to tree checkouts and how hardware results should be aggregated.
Problem
A kernel tag/version is not enough by itself unless we define the tree scope.
Possible interpretations:
v6.12./hardwareas a global coverage page and move tree/version-specific navigation to hardware detail pages.The current backend uses
latest_checkoutto select checkout IDs for hardware aggregation. A selected version would need a different checkout selection strategy.