> Consider what kind of wishes / needs there are from a business perspective related to the service?
> Consider what kind of wishes / needs there are from a business perspective related to the service?
> If nothing comes to mind, then consider whose "cashier" the money comes from the service? Does the service achieve cost benefits? Does it improve cost efficiency? etc
> If nothing comes to mind, then consider whose "cashier" the money comes from the service? Does the service achieve cost benefits? Does it improve cost efficiency? etc
| ReqID | Description |
| ReqID | Description |
|:-:|:-:|:-:|
|:-:|:-:|
| BUSINESS-REQ-0001 | Registration as a new user should be easy for old users, because is's our user focus group 35% |
| BUSINESS-REQ-0001 | Registration as a new user should be easy for old users, because is's our user focus group 35% |
| BUSINESS-REQ-0002 | |
| BUSINESS-REQ-0002 | |
...
@@ -149,11 +149,9 @@ The case path description is used to describe a series of events that go through
...
@@ -149,11 +149,9 @@ The case path description is used to describe a series of events that go through
There can be several customer-specific service paths, but the most important thing is to identify the most relevant at the beginning.
There can be several customer-specific service paths, but the most important thing is to identify the most relevant at the beginning.
When describing the service path, you can use, for example, the Swim lane / BluePrint / state machine description or other description deemed appropriate. However, it is important to describe the path and use it, if necessary, to clarify the understanding of the service sought.
When describing the service path, you can use, for example, the Swim lane / BluePrint / state machine description or other description deemed appropriate. However, it is important to describe the path and use it, if necessary, to clarify the understanding of the service sought.
Go through the description you made with someone else? Go through the path and tell what happens during it.
Go through the description you made with someone else? Go through the path and tell what happens during it.
It is a good idea to start sketching the customer path, for example on the basis of a customer story. If necessary, several paths should be needed to created from the perspective of different profiles. So it is not worth immersing too many events in one description
> It is a good idea to start sketching the customer path, for example on the basis of a customer story. If necessary, several paths should be needed to created from the perspective of different profiles. So it is not worth immersing too many events in one description
**Customer journey path as PlantUML Statemachine -diagram**
**Customer journey path as PlantUML Statemachine -diagram **
> Trying to sketch a customer path using the PlantUML tool. Definitely worth trying other ways too!
> Trying to sketch a customer path using the PlantUML tool. Definitely worth trying other ways too!
If necessary, other tools can be applied to the descriptions of the service paths. Eg https://canvanizer.com, PowerPoint etc
If necessary, other tools can be applied to the descriptions of the service paths. Eg https://canvanizer.com, PowerPoint etc
...
@@ -161,27 +159,24 @@ Try out also PlantUML SDL / Swimlane description?
...
@@ -161,27 +159,24 @@ Try out also PlantUML SDL / Swimlane description?
```plantuml
```plantuml
[*] --> Step1
[*] --> Step1
Step1 : First contact to service
Step1 : First contact to service
Step2 : Under Service
Step2 : Under Service
Step3 : End of service
Step3 : End of service
Step4 : Queue for service
Step4 : Queue for service
Step1 --> Step2
Step1 --> Step2
Step1 --> Step4
Step1 --> Step4
Step4 --> Step2
Step4 --> Step2
Step2 --> Step3
Step2 --> Step3
Step3 --> [*]
Step3 --> [*]
```
```
## Preliminary **User Storys**
## Preliminary **User Storys**
| User Story ID |Description / link to issue |
| User Story ID |Description / link to issue |
|:-:|:-:|
|:-:|:-:|
| US3100 | #1 [As a user, I want to be able to generate a report of my purchases for the last month, as it makes it easier to manage my finances]() | #1 |
| US3100 | As a user, I want to be able to generate a report of my purchases for the last month, as it makes it easier to manage my finances |
| US3101 | User Story: [As an administrator, I want to delete old accounts completely because it clarifies maintenance]()
| US3101 | User Story: [As an administrator, I want to delete old accounts completely because it clarifies maintenance]() |
| US3102 | In practice, the upper description is a bit rigid and it makes sense to record the stories directly in the format of GitLab issue, for example!
| US3102 | #10 |
| US3103 | Try pointing your mouse at the links on the right and then open them ---> # 25 or # 26 |