Relationship between collection problem

I have this collections (doctors, days, timeslots) the days collection contains days of week as records, the timeslots collection contains time slots created by the doctor, so i want things to go this way:

current doctor > days > timeslots
each doctor should shows a list of days and each day should show time slots related to it
the problem is current doctor doesn’t show days related to it.
Im a bit confused about it, how should I link doctors and days collections together.
anyone can help.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.