Is this solving an issue already in our backlog? If so, please mention which one
No, it's a problem I experienced, getting the project up and running from scratch
Special things about this PR to be considered
Please do speak up if it's a weird thing to do. I'm open to suggestions, but it seemed like a decent solution to avoid any confusion for new users about why they can't seed data
Do you have any open Questions you need to get answered?
Is there a better way?
Please outline the areas that should be tested, if there are any:
Ensure that you can follow the readme instructions step by step and...
1) Create a group manually in the interface after dropping/creating/migrating the database from scratch
2) Run the bundle exec rake db:seed task on an empty/near empty database.
Is this solving an issue already in our backlog? If so, please mention which one
No, it's a problem I experienced, getting the project up and running from scratch
Special things about this PR to be considered
Please do speak up if it's a weird thing to do. I'm open to suggestions, but it seemed like a decent solution to avoid any confusion for new users about why they can't seed data
Do you have any open Questions you need to get answered?
Is there a better way?
Please outline the areas that should be tested, if there are any:
Ensure that you can follow the readme instructions step by step and... 1) Create a group manually in the interface after dropping/creating/migrating the database from scratch 2) Run the
bundle exec rake db:seed
task on an empty/near empty database.