Quintor / StudyBits

Apache License 2.0
6 stars 5 forks source link

Replace Seeder class from agent #140

Closed pimotte closed 5 years ago

pimotte commented 5 years ago

Currently, using the Seeder class, a student is pre-populated in the database.

This is code that never would be run on an actual deployment, so it should be replaced with something more appropriate. My first thought is a proper API to add a student, and call this somehow. Possibly add a method in the seeder cli to make the call. (See https://github.com/Quintor/StudyBits/issues/139)

I'm also open to other solutions, feel free to suggest any if you want to pick this up.