Add seed script for VSD counts
What does this MR do and why?
This MR adds a seed script for the value stream dashboard overview counts feature. The change is not user facing.
How to set up and validate locally
- Invoke the seed script:
FILTER=vsd_overview_counts bundle exec rake db:seed_fu
- Verify that count records are created in the console:
Analytics::ValueStreamDashboard::Count.count
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.