Skip to content

Add crm contacts and organizations to db seed

Lee Tickett requested to merge 2256-add-crm-data-to-db-seed into master

What does this MR do and why?

Adds seeding for crm contacts and organizations to the development database

Screenshots or screen recordings

image

How to set up and validate locally

1. Spin up a new GDK or run gdk reset-data

  1. Run rake db:seed_fu FILTER=crm
  2. Enable feature flag: Feature.enable(:customer_relations)
  3. Check a group to see if there are contacts and organizations (eg. http://gdk.test:3000/groups/flightjs/-/crm/contacts http://gdk.test:3000/groups/flightjs/-/crm/organizations)

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #2256

Edited by Corinna Gogolok

Merge request reports