From f7a9e79401c21089625f41d590b8f7732db62f75 Mon Sep 17 00:00:00 2001 From: Dima Dmitriev Date: Sat, 20 Feb 2021 15:38:42 +0300 Subject: [PATCH 1/2] initial set of user stories --- docs/user-stories.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/user-stories.md diff --git a/docs/user-stories.md b/docs/user-stories.md new file mode 100644 index 0000000..1ef58d0 --- /dev/null +++ b/docs/user-stories.md @@ -0,0 +1,9 @@ +## Glottie Chat User Stories + +1. As a researcher whose native language is not English, I want to communicate with peer colleagues in a chat-room where all messages are translated automatically, so that I don't have to fight with English grammar and correct word usage. +2. As a chat service user, I want to obtain a unique account, so that my personal identity couldn't be forged. +3. As an authenticated user, I need to be able to create new chat-rooms dedicated to cerain topics and invite other fellow researchers to join them. +4. As a chat participant, I want to preview the content of each of my messages and make sure the system makes an adequate semantic interpretation of it, so that I could rest assured the intended meaning will come across. +5. As an invited chat guest, I want to join the discussions without registration, so that I could remain anonymous. +6. As a chat participant, I want to see all messages from other users translated to my mother tongue, so that I don't have to learn other foreign languages. +7. As a researcher, I need to communicate with people from other countries, so that we could form an international research community. From e221192507c1f20a05cd7d85b34b4108124004fa Mon Sep 17 00:00:00 2001 From: Dima Dmitriev Date: Sat, 20 Feb 2021 17:47:31 +0300 Subject: [PATCH 2/2] fix a typo --- docs/user-stories.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-stories.md b/docs/user-stories.md index 1ef58d0..18710f5 100644 --- a/docs/user-stories.md +++ b/docs/user-stories.md @@ -2,7 +2,7 @@ 1. As a researcher whose native language is not English, I want to communicate with peer colleagues in a chat-room where all messages are translated automatically, so that I don't have to fight with English grammar and correct word usage. 2. As a chat service user, I want to obtain a unique account, so that my personal identity couldn't be forged. -3. As an authenticated user, I need to be able to create new chat-rooms dedicated to cerain topics and invite other fellow researchers to join them. +3. As an authenticated user, I need to be able to create new chat-rooms dedicated to certain topics and invite other fellow researchers to join them. 4. As a chat participant, I want to preview the content of each of my messages and make sure the system makes an adequate semantic interpretation of it, so that I could rest assured the intended meaning will come across. 5. As an invited chat guest, I want to join the discussions without registration, so that I could remain anonymous. 6. As a chat participant, I want to see all messages from other users translated to my mother tongue, so that I don't have to learn other foreign languages.