Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show "Test Result Table" for Part #821

Open
SchrodingersGat opened this issue May 20, 2020 · 4 comments
Open

Show "Test Result Table" for Part #821

SchrodingersGat opened this issue May 20, 2020 · 4 comments
Assignees
Labels
enhancement This is an suggested enhancement or new feature help wanted Assistance required part Related to Part models Platform UI Related to the React based User Interface starter Good issue for a developer new to the project stock Related to Stock models

Comments

@SchrodingersGat
Copy link
Member

Under the "Test Template" table, display a table of stock items showing in a grid view which tests have been passed / failed for each item.

  • Filter by serial-number range
  • Filter by other status?

Allows user to quickly see which units need to be tested / looked at / etc.

@SchrodingersGat SchrodingersGat added enhancement This is an suggested enhancement or new feature part Related to Part models stock Related to Stock models labels May 20, 2020
@SchrodingersGat SchrodingersGat added this to the 0.8.0 milestone Apr 20, 2022
@SchrodingersGat SchrodingersGat modified the milestones: 0.8.0, 0.9.0 Jun 6, 2022
@SchrodingersGat SchrodingersGat added help wanted Assistance required starter Good issue for a developer new to the project hacktoberfest labels Oct 16, 2022
@SchrodingersGat SchrodingersGat removed this from the 0.9.0 milestone Oct 16, 2022
@martonmiklos martonmiklos mentioned this issue Nov 27, 2023
2 tasks
@martonmiklos
Copy link
Contributor

If we get the #5995 out then I would like to fix on this one.
I would envision to making the test statistics cells to be "clickable" (both for parts and builds) and would redirect to these views.

@SchrodingersGat
Copy link
Member Author

@martonmiklos I would love for you to tackle this one! It has been outstanding for quite some time.

@SchrodingersGat SchrodingersGat added the Platform UI Related to the React based User Interface label May 8, 2024
@martonmiklos
Copy link
Contributor

martonmiklos commented Aug 3, 2024

Hi @SchrodingersGat

I started to work on this one.

So far I have added the list of the test results per part as a separate page (I am planning to add the same page for the build too).
kép
The results will be filterable by serial, (with wildcard support), by template, by execution time, by result, by value (with wildcard support), by test station.

Then I read again the original issue description which is a bit different from what I remembered and started to implement:

Under the "Test Template" table, display a table of stock items showing in a grid view which tests have been passed / failed for each item.

How do you envision that it should work? I mean we will have two tables below each other and it would make sense if the upper templates table would provide some quick filtering capability to the bottom results table.

If I need to go after some mfg. floor test issue detail usually the Part and the Test template is the info what I receive back first (sometimes along with serial number/numbers in the case if the issue is DUT related).

Finding the details in these situations the quickest route is the Part -> Test template -> latest /problematic results, so I think we should make this filtering the most "intuitive".

I feel that the the left menu is quite long already maybe unionizing the Test tempates/Statistics/results into a single Tests menu item would make some sense and we could place the stats/results/templates into something like a tab view.

@SchrodingersGat
Copy link
Member Author

@martonmiklos I would suggest that you take a look at this recent PR: #7777

This implements a very similar table for the "build" page, showing all test results associated with that build.

This was intended to be a precursor to a solution for this issue. So, if you intend to address this, it should leverage the work already done in #7777

If you have not already, please check that out first :)

e.g.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement This is an suggested enhancement or new feature help wanted Assistance required part Related to Part models Platform UI Related to the React based User Interface starter Good issue for a developer new to the project stock Related to Stock models
Projects
None yet
Development

No branches or pull requests

2 participants