Hi Dave, In my case , can i make the following : I will create a doc for each student: * type: "student" name : "tom" age : "31" courseName : "java"
and then i will create another doc for courses * type: "curse" courseName: "java" week: 20 the last doc for attendance * type: "attendance" courseName:"java" attendance :[tom,erik,....] What do you think about that ? What must i do more please ? Best regards
