From 253537a016bd8e0d669610178ac78a714668d504 Mon Sep 17 00:00:00 2001 From: rpnykanen Date: Tue, 23 Jul 2024 13:37:10 +0300 Subject: [PATCH 1/4] UHF-9642: updated readme --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ba23a20..33d96c49 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,13 @@ # City of Helsinki - Asuminen Drupal 9 project +Asuminen instance is the site for information related to living accommodations. + ## Environments Env | Branch | Drush alias | URL --- | ------ | ----------- | --- development | * | - | http://helfi-asuminen.docker.so/ -production | main | @main | TBD +production | main | @main | https://hel.fi/fi/asuminen ## Requirements @@ -38,3 +40,7 @@ This will log you inside the app container: ``` $ make shell ``` + +## Site specific features + +Asuminen has no site specific features. From d89dfade7b8dc4cd096281ce08916051af2e344a Mon Sep 17 00:00:00 2001 From: rpnykanen Date: Tue, 23 Jul 2024 13:38:20 +0300 Subject: [PATCH 2/4] UHF-9642: same text for all --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33d96c49..d49df526 100644 --- a/README.md +++ b/README.md @@ -43,4 +43,4 @@ $ make shell ## Site specific features -Asuminen has no site specific features. +Asuminen has no instance specific features. From 4f541ecc7cb485ec9d704e5bed54275849a5fd8d Mon Sep 17 00:00:00 2001 From: rpnykanen Date: Thu, 25 Jul 2024 08:32:07 +0300 Subject: [PATCH 3/4] UHF-9642: mentioned chat --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d49df526..76df3fc8 100644 --- a/README.md +++ b/README.md @@ -43,4 +43,7 @@ $ make shell ## Site specific features -Asuminen has no instance specific features. + +### Watson chat + +Asuminen has watson chatbot on multiple pages. Chat implementations have plenty of documentation elsewhere From 924ae322187acdbc8bf8e40142a54842f76ab4a7 Mon Sep 17 00:00:00 2001 From: Tero Elonen Date: Tue, 30 Jul 2024 16:55:01 +0300 Subject: [PATCH 4/4] UHF-9642: Added improvements for the documentation --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 76df3fc8..b0f2843d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# City of Helsinki - Asuminen Drupal 9 project +# City of Helsinki - Asuminen Drupal project -Asuminen instance is the site for information related to living accommodations. +The Asuminen instance provides information related to living accommodations in Helsinki. ## Environments @@ -43,7 +43,8 @@ $ make shell ## Site specific features +### IBM Watson chat -### Watson chat - -Asuminen has watson chatbot on multiple pages. Chat implementations have plenty of documentation elsewhere +The Asuminen site features the IBM Watson Chatbot on multiple pages. You can configure the chatbot on the block layout +page (`admin/structure/block`). More documentation about the chatbot is available in [Confluence](https://helsinkisolutionoffice.atlassian.net/wiki/spaces/HEL/pages/8145469986/IBM+Chat+App+Drupal+integration), +and the code for the Drupal block can be found [here](https://github.com/City-of-Helsinki/drupal-helfi-platform-config/blob/main/src/Plugin/Block/IbmChatApp.php).