Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add faker for child first names in seed file #4375

Merged

Conversation

Trevor-Robinson
Copy link
Contributor

Resolves #4295

Description

Names for children in the seed file were using both the first and last name of the associated Guardian. Changed this to generate a random first name using faker, but left last name the same so it can be easily seen who is in the same family. Since change was only in seed file, it did not seem that any changes to tests or additional tests were needed.

Type of change

  • Bug fix (non-breaking change which fixes an issue)

How Has This Been Tested?

Seeded database before change and viewed relevant data in postico, saw that children names for a given family all matched the guardian name. Reset database, made change and reseeded, then viewed in postico again to confirm names were no longer the same. As far as I could tell, there were no tests in the spec folder for testing the seed file.

Copy link
Collaborator

@dorner dorner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If the goal is unique names, we probably should be using Faker.unique: https://github.com/faker-ruby/faker?tab=readme-ov-file#ensuring-unique-values

@Trevor-Robinson
Copy link
Contributor Author

Updated the code to add .unique to the first names.

@cielf cielf merged commit a417508 into rubyforgood:main May 26, 2024
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Seed improvement -- Children should have unique names
3 participants