Project level - Value Streams Dashboard
## Why are we doing this work
gitlab~10046106 have been building out the value streams dashboard at the group level this has primarily been through a hard coded vue app that renders a specific set of visualizations, we also support some level of customizable via a YAML config file. At the same time ~"group::product analytics" have built a framework for shared customizable dashboards, initially only for the ~"Category:Product Analytics Visualization", but extending to allow more types of analytics dashboards to be developed.
With https://gitlab.com/groups/gitlab-org/-/epics/11883+ we migrated the MvC group level Value Steams Dashboard into the Shared Analytics Dashboards framework.
This epic extends VSD to the project level
## Accessing the feature
### Project level
* You will need a ~"GitLab Ultimate" license
* Enable the `group_analytics_dashboards` feature flag
* Navigate to `/<project-id>/-/analytics/dashboards`
## Relevant links
## Non-functional requirements
<!--
Add details for required items and delete others.
-->
- [x] Documentation:
- [x] Documentation for the project level feature
- [x] Feature flag(s):
- [x] [`project_analytics_dashboard_dynamic_vsd`](https://gitlab.com/gitlab-org/gitlab/-/issues/431832) - enable project level dynamic VSD
- [ ] Performance: ??
- [ ] Testing: ??
epic