action #179296
closedcoordination #154768: [saga][epic][ux] State-of-art user experience for openQA
coordination #157345: [epic] Improved test reviewer user experience
[beginner] View: Parent group with limit confusing size:S
0%
Description
Observation¶
https://github.com/os-autoinst/openQA/issues/6309
Seems that the number of builds shows the first x builds when grouping by group.
That leaves out recent builds from other groups.
Similar on o3: https://openqa.opensuse.org/parent_group_overview/9?limit_builds=20#grouped_by_group
Expected result¶
Instead the limit_builds should be divided among the groups in the page
I think the relevant function is compute_build_results
in BuildResults.pm
Maybe the problem is the hash %search_opts is using the $row_limit despite the amount of builds
Acceptance criteria¶
- AC1: It is clear to viewers where to find build results for each group
- AC2: There are still not more than the specified builds shown on the complete page
Suggestions¶
- Depending on the current implementation distribute the builds better so it does not have to be completely "fair" but just not surprising users with showing 0 builds
- Consider that each group has a reasonable number (>= 1) of builds shown if "grouped_by_group" (as long as nr of groups <= nr of builds)
- Maybe just replace the string "No builds" with a better explanation or a link to the actual sub group results
Updated by ybonatakis 22 days ago
Updated by ybonatakis 21 days ago
- Status changed from In Progress to Feedback
lets wait for some reviews
Updated by ybonatakis 16 days ago
- Status changed from Feedback to In Progress
I got some feedbacks and I will submit another proposal today
Updated by ybonatakis 16 days ago
- Status changed from In Progress to New
- Assignee deleted (
ybonatakis)
Updated by ybonatakis 16 days ago
livdywan wrote in #note-14:
I assume this should be Workable as it was estimated before and you made no further remark about it.
what do you mean?
Updated by ybonatakis 14 days ago
I will continue... in some extent to fix issues the changes causes. Then I will try to think how can i get some reliable performance results
Updated by ybonatakis 13 days ago
As discussed https://github.com/os-autoinst/openQA/pull/6384 with text change only
Updated by ybonatakis 12 days ago
- Related to action #180851: Better sorting jobs in parent_group_overview by_groups added
Updated by ybonatakis 12 days ago ยท Edited
- Status changed from Feedback to Resolved
With the new issue #180851 I am closing this