-
Notifications
You must be signed in to change notification settings - Fork 5
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
Uhf 7766 sote chatapp #414
Conversation
helfi_platform_config.libraries.yml
Outdated
type: external, | ||
minified: true | ||
} | ||
'https://coh-chat-app-prod.ow6i4n9pdzm.eu-de.codeengine.appdomain.cloud/static/sote/custom.widget.min.js?tenantId=www-hel-fi-prod&assistantId=sote': { |
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.
Need official ids from IBM.
retrieveUserConsent: () => (Drupal.eu_cookie_compliance.hasAgreedWithCategory('chat')), | ||
confirmUserConsent: () => { |
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.
User consent functions for IBM to use from their chat app.
SonarCloud Quality Gate failed. 0 Bugs No Coverage information |
UHF-7766
Allow Hester/Sotebot to be used with leijuke just like the watson on housing.
Allow new Virtual Assistants to be used without leijuke after they implement the user consent before loading chat code that might store cookies etc.
Provides user consent functions in window.
What was done
How to install
git checkout dev
git pull
make fresh
composer require drupal/helfi_platform_config:dev-UHF-7766-sote-chatapp
make drush-updb drush-cr
How to test
Other PRs