Hello,
I wondered if anyone could recommend a clean DB (record/column) structure for handling user's availability(calendar dates). Should I build out a complete DB for the year and populate it, or is it recommended that I just use; Month, Day,Year, Available(Boolean), User(pointer to UserCollection_id) and populated it with User created services? Thanks. I just don't want to over complicate things.
Ultimately, I need to map and filter the collection by date and availability to my jq events calendar. Think of it as scheduling reservations I guess.
Much thanks,