d3orn / hikomsys

hikomsys
3 stars 1 forks source link

MongoTalk #15

Closed d3orn closed 10 years ago

d3orn commented 10 years ago

Split up the database into two databases one handling the projects and one handling all the quizzes

d3orn commented 10 years ago

not sure if this is needed?

d3orn commented 10 years ago

It should be possible to add _RES and _US to another database, which would make sense I guess. But it does not matter where _So is created since it (should) get deleted after each quiz

d3orn commented 10 years ago

also I should clean up _So tables better. they tend to not get removed

d3orn commented 10 years ago

_So tables get only created if the users submits his solution and not earlier (like it did up to now)

d3orn commented 10 years ago

done there is now a db called hikomsysQuizzes in mongodb to store all the usersubmissons and results