Skip to content

Add seed script for VSD counts

Adam Hegyi requested to merge ah-add-seed-script-for-vsd-counts into master

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

  1. Invoke the seed script: FILTER=vsd_overview_counts bundle exec rake db:seed_fu
  2. 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.

Merge request reports