buster/api/tests/integration/dashboards
dal 3b959b272a
Implement metric-dashboard association
- Create migration for metric_files_to_dashboard_files association table
- Add MetricFileToDashboardFile model to database/models.rs
- Implement functions to extract metric IDs from dashboards
- Add logic to maintain associations when dashboards are updated
- Add logic to create associations when dashboards are created
- Create integration test for the feature
- Create PRD for the metric-dashboard association feature

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-03-20 12:06:08 -06:00
..
sharing refactored 2025-03-19 16:54:08 -06:00
create_dashboard_test.rs create dashboard endpoint 2025-03-19 21:31:06 -06:00
delete_dashboard_test.rs delete dashboard with other dashboard tooling 2025-03-19 22:11:20 -06:00
get_dashboard_test.rs add same individual permissions logic on dashboards 2025-03-19 17:03:28 -06:00
metric_dashboard_association_test.rs Implement metric-dashboard association 2025-03-20 12:06:08 -06:00
mod.rs Implement metric-dashboard association 2025-03-20 12:06:08 -06:00
remove_dashboard_from_collections_test.rs create api remove dashboards from colelction 2025-03-19 23:49:38 -06:00
update_dashboard_test.rs api dashboard update endpoint 2025-03-19 20:49:04 -06:00