-
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
Revise first aid kit #72
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.
Very good job! One note: I see two models have been uploaded, can we delete the least recent one?
else: | ||
kit_text += activity.intervention_activity.intervention_activity_title | ||
kit_text += activity.intervention_activity.intervention_activity_title | ||
kit_text += ": " + activity.intervention_activity.intervention_activity_description |
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.
intervention_activity_description
is always empty currently. Do we have the content for this?
@wbaccinelli Yes, the resources Milon and Kristell have prepared in teams have a short and a long title. This long title is the description. So far we have not yet incorporated that info in our example activities in the database. |
SonarCloud Quality Gate failed. |
Fixes PerfectFit-project/virtual-coach-issues#318