Hi
I am struggling with the last bit of my app.
I am building a small app that shows parents availability of playdate of friends for their child’s. Firstly doing an MVP for my own child’s class.
The user comes in registers themselves and their child.
They then select from a list of children who their child’s friends are. This list of children is a prepulated database. This output of the selection goes into a new database called “friendship”.
They then select what days they are available for a play date which goes into a database called “availability”. I am using the advanced date picker from no-code monkey for this.
Other users are doing the same so the friendship database and availability database has multiple entries.
My problem is when I try to show the availability of the play dates in a calendar. I want to only show the available dates of their friends only but it shows everyone’s availability. I only get to filter with logged in user, which I don’t want so I want other peoples availability. I cannot find a correct filter or database relations to do this.
I could even forgo using a calendar and just have lists if that makes it easier.
Any help or advice would be greatly appreciated.
Thanks
Dazba