Although the SegmentFromPoint msg and web app implementation allows for feedback, the current SegmentFromPoint implementation doesn't return feedback. This results in a non-ideal user experience on the web app side, since after the user clicks they don't know if the click was processed or not.
Thus, we should update SegmentFromPoint to return feedback by way of elapsed time.
Although the
SegmentFromPoint
msg and web app implementation allows for feedback, the currentSegmentFromPoint
implementation doesn't return feedback. This results in a non-ideal user experience on the web app side, since after the user clicks they don't know if the click was processed or not.Thus, we should update SegmentFromPoint to return feedback by way of elapsed time.