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

Add table with list of devices in SoC view #122

Open
gctucker opened this issue Jul 13, 2020 · 2 comments
Open

Add table with list of devices in SoC view #122

gctucker opened this issue Jul 13, 2020 · 2 comments

Comments

@gctucker
Copy link
Contributor

There used to be a table with a summary of boot results for each board in the SoC view. This got dropped as part of the transition to showing test results on the frontend: 11cccc0

The table used to have links to a view showing boot results on a per-device basis. Since there is no equivalent test view for single devices, there were no links to use in the table and it was dropped altogether.

However, having a table even without links is useful to know about the devices being tested from a given SoC. This is what this task is about. There should be at least the device type names, any potentially other kind of useful information if practical without making substantial changes.

Adding a view for per-device results could be done in principle, to reproduce a similar UI that was available with boot results, but that would add a lot of complexity and it would be better to work on a more flexible frontend with custom queries rather than starting to re-implement the myriad of specialised views we had for boots (16000 lines of code got removed...).

@isaiahduncan
Copy link

how might I go about doing this?

@gctucker
Copy link
Contributor Author

Take a look at the patch mentioned in the description, it removed the table. You can try to bring it back but without the links on each row.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants