Good day Gliders. I have 2 sets of “people” in my charter app - the Users (parents of the children using the service, who do the bookings) and the Children themselves (passengers on the bus.)
Currently only the Users obviously have access to the app but there has been some interest from the kids to allow them access. I would like that too, so that they can update their personal details, school and hostel info, see the bus schedules etc. Maybe do their own bookings ‘cause parents sometimes forget…
So I added 2 kids to the Users table with Role=Passenger. It works fine but that means duplicating every name in Children table. Is this the only way or is there a workaround to automatically let them see whatever is needed?
Regards to all.