VSD - Adding "DORA Performers score" panel
## Release notes
<details><summary>Click to expand</summary>
Title: New organization's level DevOps performance view with industry benchmarks based on DORA Scores.
We added a new "DORA Performers score" panel to the Value Streams Dashboard to visualize the status of the organization's DevOps performance levels across different projects. The new view contains an interactive bar chart that displays the scores of DORA performers in three categories - High, Medium, and Low. With DORA scores, software executives can make data-driven decisions, allocate resources effectively, and drive initiatives that enhance the organization's ability to deliver high-quality software faster, with improved stability and reliability. These metrics enable executives to identify areas for improvement, set strategic goals, and measure progress over time. This could also assist to detecting patterns, for example in the chart below you can see that this org sacrificing the software delivery quality for speed (velocity): Over-time behavior of the 4 DORA metrics on the same chart can quickly tell the story of the overall SDLC DevOps performance. Identifying correlations and patterns between multiple metrics trends helps managers understand whether the organization is in the right direction (or not).
Because DORA metrics provide a high-level view of a team’s performance, they can be beneficial for organizations trying to modernize—DORA metrics can help identify exactly where and how to improve. Over time, teams can measure where they have grown and which areas have stagnated.
The DORA scores enable organizations to compare their DevOps performance against industry benchmarks or peers. This benchmarking helps organizations understand where they stand in relation to others and identify best practices or areas where they may be lagging behind. The DORA scores help organizations set specific goals and targets for their DevOps initiative show your team compares to others in the industry.
</details>
## Problem
The Exec need to understand the organization [DORA health top to bottom](https://gitlab.com/groups/gitlab-org/-/epics/9317#problem-to-solve).

### 2022 DORA performers score definition:
<details>
<summary>Click to expand</summary>

Source - [DORA 2022 Accelerate State of DevOps Report](https://cloud.google.com/blog/products/devops-sre/dora-2022-accelerate-state-of-devops-report-now-out).
* GitLab DORA Performers score [\~backend definition](https://gitlab.com/gitlab-org/gitlab/-/issues/386844 "VSD - [BE] Calculate DORA Performers score per project"):
* For DF: when DF \< `1` then "Low", when DF \>= `30` then "High", else "Medium".
* For LT4C: when LT4C \> `30 days` then "Low", when LT4C \<= `7 days` then "High", else "Medium".
* For TtRS: when TtRS \> `7 days` then "Low", when TtRS \<= `1 day` then "High", else "Medium".
* For CFR: when CFR \> `45%` then "Low", when CFR \<= `15%` then "High", else "Medium".
</details>
## Validation
- https://gitlab.com/gitlab-com/user-interviews/-/issues/28#note_1567264609
- https://gitlab.com/gitlab-com/user-interviews/-/issues/28#note_1364088081
## Iterations path
1. [Calculate DORA Performers score per project ](https://gitlab.com/gitlab-org/gitlab/-/issues/386844) :white_check_mark:
1. [Adding "DORA Performers score" panel to VSD](https://gitlab.com/gitlab-org/gitlab/-/issues/386843). :white_check_mark:
2. ["DORA Performers score" panel - Adding projects topics filters.](https://gitlab.com/gitlab-org/gitlab/-/issues/413229) :white_check_mark:
3. [Add DORA Performers score as visualization for the into the ~"group::product analytics" dashboards framework.](https://gitlab.com/gitlab-org/gitlab/-/issues/409949) ~"Next::1-3 releases"
4. [Adding projects list to the DORA Performers score" panel. ](https://gitlab.com/groups/gitlab-org/-/epics/11497) ~"Next::1-3 releases"
epic