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 seeds for the data we need to ship along with the app #98

Open
orlando opened this issue Oct 7, 2019 · 1 comment
Open

Add seeds for the data we need to ship along with the app #98

orlando opened this issue Oct 7, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@orlando
Copy link
Contributor

orlando commented Oct 7, 2019

What: Add seeds for the data we need to ship along with the app

Why: Right now the app doesn't ship with seed data, and we need this for at least the plans.

How:

We could use https://github.com/mbleigh/seed-fu to handle seeds since is a better way to work with it and are run after database migrations. We can also use what Rails provide but we need to make sure seeds can be run multiple times without duplicating records

@orlando orlando added the enhancement New feature or request label Oct 7, 2019
@orlando
Copy link
Contributor Author

orlando commented Nov 6, 2019

This is not necessary, but we still need to have seed data in the app. I'll change the description to reflect this

@orlando orlando changed the title Add Seedfu to handle seeds Add seeds for the data we need to ship along the app Nov 6, 2019
@orlando orlando changed the title Add seeds for the data we need to ship along the app Add seeds for the data we need to ship along with the app Nov 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant