-
-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stakeholder & Values Modelling (#355)
- Loading branch information
Showing
18 changed files
with
1,814 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
....dsl.tests/integ-test-files/generators/plantuml/stakeholder-diagram-generation-test-1.cml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Stakeholders { | ||
|
||
Stakeholder Tester | ||
|
||
} |
44 changes: 44 additions & 0 deletions
44
....dsl.tests/integ-test-files/generators/plantuml/stakeholder-diagram-generation-test-2.cml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
BoundedContext SameDayDelivery | ||
|
||
Stakeholders of SameDayDelivery { | ||
StakeholderGroup Online_Shopping_Company { | ||
Stakeholder Development_Team { | ||
influence MEDIUM | ||
interest HIGH | ||
} | ||
Stakeholder Product_Management { | ||
influence HIGH | ||
interest HIGH | ||
} | ||
Stakeholder Customer_Relationship_Manager { | ||
influence HIGH | ||
interest MEDIUM | ||
} | ||
} | ||
|
||
StakeholderGroup Product_Suppliers { | ||
Stakeholder Managers | ||
Stakeholder Logistics_Warehouse_Staff_of_Suppliers | ||
Stakeholder Delivery_Staff_of_Suppliers | ||
} | ||
|
||
StakeholderGroup Delivery_Partners { | ||
Stakeholder Route_Planners | ||
Stakeholder Drivers | ||
} | ||
|
||
StakeholderGroup Competing_Companies | ||
|
||
StakeholderGroup Logistics_Team { | ||
Stakeholder Logistics_Manager | ||
Stakeholder Warehouse_Staff | ||
} | ||
|
||
|
||
Stakeholder Government | ||
|
||
StakeholderGroup Customers_and_Shoppers { | ||
Stakeholder Shoppers_in_Emergency_Situations | ||
Stakeholder Others | ||
} | ||
} |
45 changes: 45 additions & 0 deletions
45
....dsl.tests/integ-test-files/generators/plantuml/stakeholder-diagram-generation-test-3.cml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
BoundedContext SameDayDelivery | ||
BoundedContext Context2 | ||
|
||
Stakeholders of SameDayDelivery, Context2 { | ||
StakeholderGroup Online_Shopping_Company { | ||
Stakeholder Development_Team { | ||
influence MEDIUM | ||
interest HIGH | ||
} | ||
Stakeholder Product_Management { | ||
influence HIGH | ||
interest HIGH | ||
} | ||
Stakeholder Customer_Relationship_Manager { | ||
influence HIGH | ||
interest MEDIUM | ||
} | ||
} | ||
|
||
StakeholderGroup Product_Suppliers { | ||
Stakeholder Managers | ||
Stakeholder Logistics_Warehouse_Staff_of_Suppliers | ||
Stakeholder Delivery_Staff_of_Suppliers | ||
} | ||
|
||
StakeholderGroup Delivery_Partners { | ||
Stakeholder Route_Planners | ||
Stakeholder Drivers | ||
} | ||
|
||
StakeholderGroup Competing_Companies | ||
|
||
StakeholderGroup Logistics_Team { | ||
Stakeholder Logistics_Manager | ||
Stakeholder Warehouse_Staff | ||
} | ||
|
||
|
||
Stakeholder Government | ||
|
||
StakeholderGroup Customers_and_Shoppers { | ||
Stakeholder Shoppers_in_Emergency_Situations | ||
Stakeholder Others | ||
} | ||
} |
43 changes: 43 additions & 0 deletions
43
....dsl.tests/integ-test-files/generators/plantuml/stakeholder-diagram-generation-test-4.cml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
|
||
Stakeholders { | ||
StakeholderGroup Online_Shopping_Company { | ||
Stakeholder Development_Team { | ||
influence MEDIUM | ||
interest HIGH | ||
} | ||
Stakeholder Product_Management { | ||
influence HIGH | ||
interest HIGH | ||
} | ||
Stakeholder Customer_Relationship_Manager { | ||
influence HIGH | ||
interest MEDIUM | ||
} | ||
} | ||
|
||
StakeholderGroup Product_Suppliers { | ||
Stakeholder Managers | ||
Stakeholder Logistics_Warehouse_Staff_of_Suppliers | ||
Stakeholder Delivery_Staff_of_Suppliers | ||
} | ||
|
||
StakeholderGroup Delivery_Partners { | ||
Stakeholder Route_Planners | ||
Stakeholder Drivers | ||
} | ||
|
||
StakeholderGroup Competing_Companies | ||
|
||
StakeholderGroup Logistics_Team { | ||
Stakeholder Logistics_Manager | ||
Stakeholder Warehouse_Staff | ||
} | ||
|
||
|
||
Stakeholder Government | ||
|
||
StakeholderGroup Customers_and_Shoppers { | ||
Stakeholder Shoppers_in_Emergency_Situations | ||
Stakeholder Others | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.