Create Time Slots for Tour start Time to End time

Hi Bubblers Please Help! Below is Scenario that i want to implemet
Asumme a person starts tour at 12:00 pm
his next destination point is 15 minutes away and he want stay there for 30 minutes
and then he move to next destination point that is 30 minutes away from previous point and he want to stay there for 45 minutes, …
first of all how to store previous point end time .
i want to display the data in repeating group like that
for first row only start time will show: start time: 12:00 pm
for second row: start time + travel time TO start+travel+stay time
for third row: previous rows( start+travel+stay time)+travel time TO previous rows( start+travel+stay time)+travel time+ stay
and so until last item ,
NOTE: start , travel , stay will be dynamic

1 Like

Hi,
interesting… Is the user firing a command (button) to “START”, “ENTER DEST.”, “LEAVE DEST.” or how is the tracking mechanism implemented?
Best,
jupxi

Thank you for reply !

the start time , travel time and stay duration are stored in database

right now , repeating group displays data like that

Please Response!