As an IT architect I want to inspect vPAV results of multiple projects at once in order to monitor multiple projects more easily
IT architects usually have a scope that spans multiple projects. Currently, you can only access vPAV results by running tests locally and accessing the result file. This is very cumbersome for someone who just wants to check the current status of a project.
Therefore, it would make sense to have a view on vPAV results that is able to gather results from multiple projects. To prevent a local run of test cases, this view might access jenkins (under the assumption that the projects uses CI) and read the result files of several projects.
As of now, vPAV is designed to only test one project even though it is able to test multiple projects via the parent_project configuration. This still does not contain the feature to view results of multiple projects in one view but per project. To access a Jenkins (only one of many CI tools) server in order to gather those information withing the actual vPAV scope seems out of scope and IMO should be available/realized within a standalone client.