PerfectFit-project / virtual-coach-issues

Central issues-only repository for tracking all issues for the PerfectFit Virtual Coach System.
2 stars 1 forks source link

Add warnings for missing data before execution phase #485

Closed bscheltinga closed 9 months ago

bscheltinga commented 10 months ago

Currently, the actions notifications of the step goal is used in the execution phase to warn users for missing sensor data:

https://github.com/PerfectFit-project/virtual-coach-rasa/blob/8307a00805270b2e1f318d7a44fce85b33818917/Rasa_Bot/actions/actions_notifications.py#L53-L88

This means that subjects are not aware of missing data before the execution phase. We should change this notification, or add another notification to make sure that subjects are warned for missing data even before the execution phase.