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.
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.