code-corps-api icon indicating copy to clipboard operation
code-corps-api copied to clipboard

Move seeds into a mix task to avoid further issues with breaking them

Open begedin opened this issue 8 years ago • 1 comments

Problem

Moving our seeds script into a mix task would allow us to

  • have it fail on serious compilation issues
  • write a simple test which makes sure the task runs without errors

It could also be the first step towards creating a seeds context, though the necessity of that part is worth a discussion first.

begedin avatar Dec 04 '17 19:12 begedin

Will need an estimate before deciding how to prioritize this.

joshsmith avatar Dec 05 '17 04:12 joshsmith