Session Booking for a gym is the use case and there is also a physical condition database is there for each gym subscriber.
The use case is for Gym operation team to understand user’s physical condition during a session.
I am thinking of following.
Session Booking can be a ExperienceEvent Class Schema
Session ID
User ID
Session Location
Booking Date
Physical Condition Database – Custom Schema
User ID
Weight
BMI
In order for a Merging strategy –
Session Booking should be an event schema – with Session ID as primary and User ID relation field ?
While Physical Condition – A Custom Schema with User ID as primary ID
Will this be possible to do a merging for Gym operation to understand user physical condition during a session?