Create new metrics dashboard routes and controller
- Create new controller with actions for
metricsandmetrics_dashboard. Create new controller file or useapp/controllers/projects/metrics_dashboard_controller.rb. - Add new routes for metrics and metrics_dashboard.
- Create new helper file. Copy
EnvironmentsHelperand modify methods to return the new routes.