-
Notifications
You must be signed in to change notification settings - Fork 0
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 Script for Development Enviroment #105
Comments
yea, As of now, i do not see data to be supplied within the database, even for development. |
@zubairshokh it would be awesome if we had a script that we could execute as a mix task, say something like |
Here are the factories we use in the test env, you can likely repurpose them @zubairshokh |
yea, i saw them. they are for testing purpose. what i am saying is that use the same Exmachina, and Faker library to create the fake data for the tables. @zacck |
I haven't used the faker library before but I am keen to see |
i will try to work on it this weekend. |
Hmm so I can see where this would be very helpful in development, At the moment I am working on some logic updates for the association of Wishlist Items to Log Sections and it sure would be nice to have some seeded data to play with |
So I went through the application and checked what kind of seed data it would need, of course, this would have to be updated as the application is developed further but at the moment here is the data I think we need to load for dev testing
@zubairshokh I think this should work for now let me know what you think |
Expected Behavior
I think @zubairshokh you can help better with outlining this issue, but as per our conversation I would assume you are speaking about seeding the database so that the dev environement has dummy data for developers
Actual Behavior
We currently don't see the database dev environment
Acceptance Criteria
We should be able to seed the database as per environment and demand
Steps to Reproduce the Problem
Specifications
The text was updated successfully, but these errors were encountered: