I'm new to Parse and I have watched several tutorials from Parse.com about the Parse-Relation. But I just can't figure it out!
Let's say I'm making an app for a School.
- We have classes with students.
- And students can be in different classes.
- And every class has tasks.
- And every student in that specific class can say if he did it or not!
For example: John and Elly are sitting in Class "1". In Class "1", there are the following tasks: Clean up, make homework, reset the computer etc.. John did clean up, did made his homework but he didn't reset the computer. Elly did clean up, did not made here homework but she did reset the computer.
What is the best relation here? What kind of tables should I create in Parse database? And how do I print out all the answers for the tasks that had to be done, and who did it or not?
I hope I explained it well!
I'm using iOS