Add crm contacts and organizations to db seed
What does this MR do and why?
Adds seeding for crm contacts and organizations to the development database
Screenshots or screen recordings
How to set up and validate locally
1. Spin up a new GDK or run gdk reset-data
- Run
rake db:seed_fu FILTER=crm
- Enable feature flag:
Feature.enable(:customer_relations)
- 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.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #2256
Edited by Corinna Gogolok