tillmo / two_tiered_quiz

A multiple choice quiz with justifications for the answers, written in Django
GNU Affero General Public License v3.0
0 stars 0 forks source link

Database should not be under version control #20

Closed MGlauer closed 4 years ago

MGlauer commented 4 years ago

The repository seems to contain the entire database. This will lead to severe issues, when multiple people work on the same repository. It may make the code more easily usable, but will potentially lead to very unpleasant merge conflicts.

tillmo commented 4 years ago

Instead, the db should be filled using a json file.

@jelmd: I have removed your comment and turned it into a separate issue #25