MatthewLacerda2 / FixFlow

A platform for business to schedule maintenance and visits on-site
Apache License 2.0
0 stars 0 forks source link

Bogus V2 #69

Open MatthewLacerda2 opened 3 weeks ago

MatthewLacerda2 commented 3 weeks ago

Back at Bogus

Naturally, will be used for testing (but this time Theory tests as well) and seeding the DB

Learned from the past, the design is much slicker now. Divided into two parts:

The generator does what the name suggests The Seeder is only used for migrations that seed the DB, which might have to be left to the developer's best judgement

Neither parts should affect production any way