-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
326 video dialogs activation #80
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not yet very familiar with the whole timing structure part (I hope you can explain at some point), but otherwise it looks good! I think it would just sometimes help to find one's way through the many intents, actions, etc. if the names are a bit consistent. So in your case, for example, always include "video" so it is clear that sth is about a video.
scheduler/requirements.txt
Outdated
@@ -1,5 +1,5 @@ | |||
celery | |||
python-dotenv | |||
git+https://github.com/PerfectFit-project/virtual-coach-db@v0.1.13 | |||
git+https://github.com/PerfectFit-project/virtual-coach-db@326-video-dialogs-activation |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remember to change at the end.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, it's good to keep this in mind
Rasa_Bot/data/nlu.yml
Outdated
examples: | | ||
- EXTERNAL_first_aid_kit_video | ||
|
||
- intent: EXTERNAL_trigger_future_self_long |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would find it helpful if all of these intents ended with "_video" like the one for the first aid kit to make things easier to recognize.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
SonarCloud Quality Gate failed. |
Fixes: PerfectFit-project/virtual-coach-issues#326
With this PR, the video dialogs and the preparation dialogs are started using the complete flow (from celery, rescheduling dialog, video presentation dialog).