<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://www.simulace.info/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Antonsverlov</id>
	<title>Simulace.info - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://www.simulace.info/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Antonsverlov"/>
	<link rel="alternate" type="text/html" href="http://www.simulace.info/index.php/Special:Contributions/Antonsverlov"/>
	<updated>2026-07-27T09:32:40Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.1</generator>
	<entry>
		<id>http://www.simulace.info/index.php?title=IT_Team_simulation&amp;diff=20971</id>
		<title>IT Team simulation</title>
		<link rel="alternate" type="text/html" href="http://www.simulace.info/index.php?title=IT_Team_simulation&amp;diff=20971"/>
		<updated>2021-01-20T20:55:45Z</updated>

		<summary type="html">&lt;p&gt;Antonsverlov: /* Code */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Author: Anton Sverlov&lt;br /&gt;
VSE email: svea01@vse.cz&lt;br /&gt;
Simulation in Simprocess&lt;br /&gt;
&lt;br /&gt;
=Problem definition=&lt;br /&gt;
At the time I am working in an IT team of a start-up insuretech company that offers life insurance online and provides its clients with the application which makes a score of client’s physical activities - the more the client does sport the bigger cashback from the price of the insurance contract he can get. &lt;br /&gt;
As that company is software-based, the IT team plays a big role, but unfortunately it did not have a proper process of solving business requirements. The following sections will describe the new process of a team (implemented recently) and the simulation is supposed '''to help to identify the bottlenecks of the process''', meanwhile, the results from the simulation are supposed to help to '''come with the solution about the right distribution of the resources''' in order '''to boost the effectiveness of the team'''.&lt;br /&gt;
&lt;br /&gt;
==Questions==&lt;br /&gt;
There are several possible solutions the management of the company is discussing:&lt;br /&gt;
#Hire 3 more full-stack developers&lt;br /&gt;
#To &amp;quot;grow&amp;quot; one od the current developers into the Techlead main assistant&lt;br /&gt;
#To provide the team members with learning sessions (but not sure which ones)&lt;br /&gt;
#Add one more analyst to analyze the task faster&lt;br /&gt;
&lt;br /&gt;
The following model is supposed to help the author of this work to choose the right move.&lt;br /&gt;
&lt;br /&gt;
=Method=&lt;br /&gt;
&lt;br /&gt;
Simprocess is a relevant tool for such kind of problem mainly because the aforementioned situation can be described as discrete. There is a clear entity (business requirement or bug) which goes through a series of operations (development process), it includes different type of events (delays, “fight” for the resources etc.) which creates queues. Simprocess and the process modeling also allows the author of this model to include decision points and define time delays by a probability distribution. The question stated in the problem section could be answered using different scenarios.&lt;br /&gt;
&lt;br /&gt;
=Model=&lt;br /&gt;
&lt;br /&gt;
In order to create a Simprocess model, the author of this works has to describe the process of the given Development team, resources available, historical information available, and limitations of the model that the author included. &lt;br /&gt;
&lt;br /&gt;
==Requirements gathering process==&lt;br /&gt;
&lt;br /&gt;
[[File:Picture_1.jpg|frame]]&lt;br /&gt;
&lt;br /&gt;
The main operation, in this case, is the procedure for registering requests. In this case, a requirement is understood as any formally described condition that the created solution must satisfy.&lt;br /&gt;
&lt;br /&gt;
In particular, the requirements are:&lt;br /&gt;
&lt;br /&gt;
*	New functionalities or change requests &lt;br /&gt;
*	Errors identified during internal or external testing on already running solution&lt;br /&gt;
&lt;br /&gt;
Requirements can come from various sources, for example:&lt;br /&gt;
&lt;br /&gt;
*	Company management &lt;br /&gt;
*	Customers (through the Customer care line)&lt;br /&gt;
*	Tester as part of a project team&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
All the requirements are placed into Backlog in the Jira software tool and are monitored.&lt;br /&gt;
&lt;br /&gt;
==Resources in the simulation==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Product owner	===&lt;br /&gt;
* Formation of plans&lt;br /&gt;
* Monitoring the implementation of plans&lt;br /&gt;
* Organizational work (including the sources of the requirements)&lt;br /&gt;
* Conceptual architecture of the solution&lt;br /&gt;
* Part of the analytical work&lt;br /&gt;
&lt;br /&gt;
The product owner is the first contact to deal with business requirements. He is in close contact with the analyst when it is decided that a task is ready for backlog (business case or cost-benefit analysis of new functionality is done; in case of defect management – bugs are either accepted or specified for the Debugging processes).&lt;br /&gt;
&lt;br /&gt;
===1x Analyst===	&lt;br /&gt;
* Development of technical specification for functionality&lt;br /&gt;
* Development of test plans&lt;br /&gt;
* Conceptual testing of functionality&lt;br /&gt;
* Development of user documentation&lt;br /&gt;
The analyst is available '''only 2 days a week''' &lt;br /&gt;
&lt;br /&gt;
===1x Techlead===	&lt;br /&gt;
* Conceptual consultancy&lt;br /&gt;
* Code review control&lt;br /&gt;
* Production release&lt;br /&gt;
Techlead is able to solve Code reviews and Releases '''only 2 days a week''', rest of the time is allocated to management activities and cooperation on the other projects.  &lt;br /&gt;
&lt;br /&gt;
===9x Developers===&lt;br /&gt;
* Development of functionality&lt;br /&gt;
* Correction of errors in the code&lt;br /&gt;
* Conducting initial testing of the code&lt;br /&gt;
* Participates in complex code testing&lt;br /&gt;
&lt;br /&gt;
All developers are full-time employees with the same level of seniority&lt;br /&gt;
&lt;br /&gt;
===1x Tester===	&lt;br /&gt;
* Functionality testing in all of the environments&lt;br /&gt;
* Writing UAT tests&lt;br /&gt;
&lt;br /&gt;
==Development process for the model==&lt;br /&gt;
&lt;br /&gt;
For the development process, the team has chosen the Kanban approach under the condition that the FIFO principle will be used (the first task in – the first task out). The following process describes all the phases from the moment the task was passed to the team to its release. &lt;br /&gt;
&lt;br /&gt;
[[File:Picture_3.jpg|frame]] &lt;br /&gt;
&lt;br /&gt;
The team’s Kanban board includes 8 phases each task goes through:&lt;br /&gt;
&lt;br /&gt;
#To develop &lt;br /&gt;
#:After identifying the requirements to be developed within the framework of this version, a detailed development plan for this version is drawn up and added to Kanban Board. Then, according to the plan, the Developer, together with the Techlead (in terms of conceptual architectural solutions), based on the technical specification, prepares the work draft.&lt;br /&gt;
#In progress&lt;br /&gt;
#:After agreeing on the working draft, the Developer proceeds to its implementation. For sufficiently large requirements, the functionality) is implemented in several parts. &lt;br /&gt;
#Code review&lt;br /&gt;
#:After the development of one part, the code quality is checked by the Techlead. If deficiencies are revealed, the Developer eliminates them.&lt;br /&gt;
#Acceptance &lt;br /&gt;
#:If needed, the functionality demonstrated to the Business owner on the development environment already (rare cases). &lt;br /&gt;
#Testing&lt;br /&gt;
#:After the implementation of all parts of one requirement, the Developer demonstrates the developed functionality to the Tester who is testing for compliance with user needs. If inconsistencies with the needs of users are revealed, the changes are implemented and the functionality is immediately finalized (in case of minor comments that do not require changing of the business logic and the architectural model).In case of successful concept testing, the Developer proceeds to the implementation of the next requirement in accordance with the version work plan.&lt;br /&gt;
#Stage release&lt;br /&gt;
#:The functionalities that are tested on DEV are prepared for the stage release and waiting for the Techlead to prepare the release. &lt;br /&gt;
#UAT&lt;br /&gt;
#:The tester repeats the testing on Stage environment&lt;br /&gt;
#Done&lt;br /&gt;
#:All the tasks which are ready for the PROD release are moved to the column Done and are waiting for the Techlead. After all the improvements planned in the version have been implemented, the Techlead builds the version and generates Release notes, in which:&lt;br /&gt;
* Version parameters are described (number, release date etc.)&lt;br /&gt;
* Requirements implemented in the version are listed (new functionality, fixed errors)&lt;br /&gt;
* Contains version deployment information (steps)&lt;br /&gt;
&lt;br /&gt;
Also, after agreeing on the new functionality, the Analyst updates the user documentation for the solution.&lt;br /&gt;
&lt;br /&gt;
==Model presumtions and limitations==&lt;br /&gt;
 &lt;br /&gt;
[[File:Process_IT_Team.jpg |frame]]&lt;br /&gt;
[[File:Process_detail.jpg |frame]]&lt;br /&gt;
&lt;br /&gt;
After the thorough analysis of the team the author of this work decided to create a model with the following presumptions and limitations: &lt;br /&gt;
&lt;br /&gt;
#The model presumes that the reaction of the product owner is that agile that no irrelevant tasks appear at the Kanban board and the cycle of the team is fast enough, that this task is never moved to the old backlog during the development process&lt;br /&gt;
#The model presumes that the analysis is done with the FIFO principle&lt;br /&gt;
#The model presumes that the seniority of all of the developers (resources) is exactly the same (while in reality even if all the developer are similarly senior it does not mean that they are able of exactly the same performance on all type of tasks, or have the same performance every day)&lt;br /&gt;
#This model excludes the impact of unpredictable factors (like new legal requirements, that can get higher priority and be handed over directly to the dev team and implemented as a hotfix)&lt;br /&gt;
#This model excludes the phase of Acceptance because of this phase is often jumped over and even though it in reality this fact often leads to the big list of bugs reported later, this is not the objective of this exact model.&lt;br /&gt;
#This model does not separate the process Testing and UAT testing, because UAT is considered to be insignificant for the purpose of this model &lt;br /&gt;
#Bug are supposed to be less priority and always to be served after Change requests (in reality some of the bugs are that huge, that they are served earlier&lt;br /&gt;
#There were not sufficient statistics about the code review quality, but it was estimated like that by the Techlead of the team. There were not enough statistics about the testing failure, estimation by the tester was used for the purpose of this simulation&lt;br /&gt;
&lt;br /&gt;
==Values in the model==&lt;br /&gt;
&lt;br /&gt;
===Generators &amp;quot;Change request&amp;quot; and &amp;quot;Bugs&amp;quot;===&lt;br /&gt;
For both of the generators, the author used the presumption of Poisson distribution 5 requests/day and 2 bugs/day that was transformed into Exponential distribution Exp(1.6) an Exp(4.0) respectively (with the time unit Hour). This estimation was done based on the data from 5.10.2020 - 2.1.2020 (90 calendar days) exported from Jira. The data had to be cleaned due to incoming requests on non-business days, statistical outliers ( days when somebody created a number of irrelevant to this model sub-issues or migrated a number of issues from the old backlog). From the cleaned data we can derive that the average and the variance of the final set of data are close enough, which were used as a hit to suppose that the distribution of this value could be considered to be Poisson distribution.   &lt;br /&gt;
&lt;br /&gt;
===Batch &amp;quot;Product owner&amp;quot;===&lt;br /&gt;
&lt;br /&gt;
For the effective process of analysis and prioritization, the product owner collects several requests all at once and during meetings with the analyst explains the tasks for further specification. A value of 10 was chosen from the personal experience and intuitive estimation. The statistically derived value was considered to be irrelevant for the purpose of this model.&lt;br /&gt;
&lt;br /&gt;
===Delay &amp;quot;IT Analyst&amp;quot;===&lt;br /&gt;
The time spent on analysis Exp (1) days for the batch from the Product owner was derived from the average time based on the usual process when the Analyst and Product owner have a 1to1 and the other day assigns the tasks to the team members. For the purposes of this simulation Analyst automatically moves requests to the backlog/ Kanban&lt;br /&gt;
&lt;br /&gt;
===Delay and forks in To develop / Code review / Testing/ Release===&lt;br /&gt;
&lt;br /&gt;
In this case, the name of the Delay function &amp;quot;To develop&amp;quot; is not the same as in the real Kanban board and serves as an actual process of development, while the number of the tasks in this activity symbolizes both backlog and task that are being developed at the same time. Exp (2) day was chosen because of the team policy to decompose the requirements into requests with the value of 2 to 3 MD. &lt;br /&gt;
All of the following values are coming from the empirical data and interviews with the tech lead and tester who estimated the current effectiveness of the team as follows:&lt;br /&gt;
#Half of the tasks due to the blank in the knowledge of the business logic and code clearance best practices have to be revised&lt;br /&gt;
#For the purposes of the code review Techlead organizes 1,5 h sessions&lt;br /&gt;
#A rough estimation of 10 % probability of mistakes at the Testing stage was done&lt;br /&gt;
#Preparation of the release was estimated for 0.5MD (the estimation is reliable because the Techlead considered this task as his routine activity)&lt;br /&gt;
&lt;br /&gt;
=Results and conclusion=&lt;br /&gt;
&lt;br /&gt;
In order to answer the question stated in the first part there were run 100 replication of three scenarios of the simulation in the time frame from 1.1.2021 to 31.12.2021:&lt;br /&gt;
&lt;br /&gt;
#'''Default Scenario:''' Default settings&lt;br /&gt;
#'''Scenario:''' 3 more developers are added to the resources&lt;br /&gt;
#'''Scenario:''' One of the developers is moved to the Techlead position  &lt;br /&gt;
#'''Scenario:''' Learnings and sessions for the team&lt;br /&gt;
&lt;br /&gt;
==Default scenario==&lt;br /&gt;
&lt;br /&gt;
[[File:Default_scenario.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
From the average result of 100 simulation it is 618 Change requests and 771 Bugs that were not solved out of 1713 and 780 respectively. &lt;br /&gt;
&lt;br /&gt;
[[File:Resourcespng.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
From the Default scenario, we can see that the analyst and tester are definitely not the bottlenecks of the process because their capacities are unused most of the time (apx. 50 % and 85 % respectively). For the management of the company it gives a clear hint that they can be used for the other tasks as well or the tasks are stuck somewhere else and the resources are waning for the previous process. (this will be covered by the other scenarios)&lt;br /&gt;
&lt;br /&gt;
[[File:Default_stuckpng.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
It is obvious that the main reason for the inefficiency of the process is that the entities are stuck and waiting for the developers.&lt;br /&gt;
&lt;br /&gt;
==Three more developers==&lt;br /&gt;
&lt;br /&gt;
In the next scenario, the number of Resources of the Resource type Full stack developer is extended to 12.&lt;br /&gt;
&lt;br /&gt;
[[File:Scenario_2png.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
It is interesting to observe that extended number of the developers has '''just insignificantly impacted''' the result of the team.&lt;br /&gt;
&lt;br /&gt;
[[File:Scernario_1_resources.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
And loaded the capacities of the testing '''by 1 per cent only.''' &lt;br /&gt;
&lt;br /&gt;
'''Thus, both hypothesis from the previous two paragraphs were incorrect.'''&lt;br /&gt;
&lt;br /&gt;
==Two Techleads==&lt;br /&gt;
&lt;br /&gt;
For the next scenario, one of the most potential developers was promoted to the assistant of the techlead and will be helping with the Code reviews and Releases. For that, simulations are run with 8 units of Full stack developer resource and 2 units for Techlead. &lt;br /&gt;
&lt;br /&gt;
[[File:Scenario_3.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
The result of this change was worse than expected. It did a minor change in the numbers of requests processed in the system, but even worsened the usage of the resources.&lt;br /&gt;
&lt;br /&gt;
==Learnings and the sessions for the team==&lt;br /&gt;
&lt;br /&gt;
Less obvious, but seemingly the most effective scenario is that the team has gone through the sessions on code clearance, business logic, and the check lists for the code review were created. In the model this situation means that the KPI for the probability that Code review was successful is set to 0.8 instead of 0.5. From the business point of view, it means that the KPI of the team is to deliver better code and reduce need for the rework.&lt;br /&gt;
&lt;br /&gt;
For this 100 simulations are run with the value 0.8 of the connector Yes outgoing from the Branch Is the code ok? and value 0.2 for the connector No.&lt;br /&gt;
&lt;br /&gt;
[[File:Scenario4.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
This move had several outcomes:&lt;br /&gt;
&lt;br /&gt;
#Increased the number of the tasks which exist the system within the given timeframe.&lt;br /&gt;
#Increased the usage of the tester's capacity&lt;br /&gt;
# Helped to reduce the Average cycle time of being in the process by 2 weeks for the Change requests&lt;br /&gt;
# Reduced number of task waiting in the &amp;quot;Backlog&amp;quot; (delay To develop) &lt;br /&gt;
  &lt;br /&gt;
&lt;br /&gt;
[[File:Scenario_4_Resources.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
[[File:Scenaio4_actvity.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
==Conlusion==&lt;br /&gt;
&lt;br /&gt;
If answering the question from the main part of the Problem section one can state that the best scenario is the last one and the question is which activities can guarantee the KPI. Also, tester and analyst can be allocated to other projects to fulfill their capacity. The policy of Change request goes always first leads to huge technical debt, do another prioritisation policy should be found, but it was not the purpose of this simulation. I would like to emphasise that adding more resources is an obvious solution, but as simulation showed not effective one, even though it could be overseen by the managements effectiveness of the team is the main component. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Code= &lt;br /&gt;
&lt;br /&gt;
#[[File: IT_Team.spm]]&lt;br /&gt;
#[[File: Data_from_Jira.xlsx]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''PS. I was unable to upload three other scenarios due to the error '''This file contains HTML or script code that may be erroneously interpreted by a web browser.''' Therefore I am sending a link to the other scenarios that are placed on the Disk https://drive.google.com/drive/folders/1RW-cRiQVDGPxrkpDmBnFokCtI7nnbwEb?usp=sharing''&lt;/div&gt;</summary>
		<author><name>Antonsverlov</name></author>
		
	</entry>
	<entry>
		<id>http://www.simulace.info/index.php?title=IT_Team_simulation&amp;diff=20969</id>
		<title>IT Team simulation</title>
		<link rel="alternate" type="text/html" href="http://www.simulace.info/index.php?title=IT_Team_simulation&amp;diff=20969"/>
		<updated>2021-01-20T20:55:20Z</updated>

		<summary type="html">&lt;p&gt;Antonsverlov: /* Code */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Author: Anton Sverlov&lt;br /&gt;
VSE email: svea01@vse.cz&lt;br /&gt;
Simulation in Simprocess&lt;br /&gt;
&lt;br /&gt;
=Problem definition=&lt;br /&gt;
At the time I am working in an IT team of a start-up insuretech company that offers life insurance online and provides its clients with the application which makes a score of client’s physical activities - the more the client does sport the bigger cashback from the price of the insurance contract he can get. &lt;br /&gt;
As that company is software-based, the IT team plays a big role, but unfortunately it did not have a proper process of solving business requirements. The following sections will describe the new process of a team (implemented recently) and the simulation is supposed '''to help to identify the bottlenecks of the process''', meanwhile, the results from the simulation are supposed to help to '''come with the solution about the right distribution of the resources''' in order '''to boost the effectiveness of the team'''.&lt;br /&gt;
&lt;br /&gt;
==Questions==&lt;br /&gt;
There are several possible solutions the management of the company is discussing:&lt;br /&gt;
#Hire 3 more full-stack developers&lt;br /&gt;
#To &amp;quot;grow&amp;quot; one od the current developers into the Techlead main assistant&lt;br /&gt;
#To provide the team members with learning sessions (but not sure which ones)&lt;br /&gt;
#Add one more analyst to analyze the task faster&lt;br /&gt;
&lt;br /&gt;
The following model is supposed to help the author of this work to choose the right move.&lt;br /&gt;
&lt;br /&gt;
=Method=&lt;br /&gt;
&lt;br /&gt;
Simprocess is a relevant tool for such kind of problem mainly because the aforementioned situation can be described as discrete. There is a clear entity (business requirement or bug) which goes through a series of operations (development process), it includes different type of events (delays, “fight” for the resources etc.) which creates queues. Simprocess and the process modeling also allows the author of this model to include decision points and define time delays by a probability distribution. The question stated in the problem section could be answered using different scenarios.&lt;br /&gt;
&lt;br /&gt;
=Model=&lt;br /&gt;
&lt;br /&gt;
In order to create a Simprocess model, the author of this works has to describe the process of the given Development team, resources available, historical information available, and limitations of the model that the author included. &lt;br /&gt;
&lt;br /&gt;
==Requirements gathering process==&lt;br /&gt;
&lt;br /&gt;
[[File:Picture_1.jpg|frame]]&lt;br /&gt;
&lt;br /&gt;
The main operation, in this case, is the procedure for registering requests. In this case, a requirement is understood as any formally described condition that the created solution must satisfy.&lt;br /&gt;
&lt;br /&gt;
In particular, the requirements are:&lt;br /&gt;
&lt;br /&gt;
*	New functionalities or change requests &lt;br /&gt;
*	Errors identified during internal or external testing on already running solution&lt;br /&gt;
&lt;br /&gt;
Requirements can come from various sources, for example:&lt;br /&gt;
&lt;br /&gt;
*	Company management &lt;br /&gt;
*	Customers (through the Customer care line)&lt;br /&gt;
*	Tester as part of a project team&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
All the requirements are placed into Backlog in the Jira software tool and are monitored.&lt;br /&gt;
&lt;br /&gt;
==Resources in the simulation==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Product owner	===&lt;br /&gt;
* Formation of plans&lt;br /&gt;
* Monitoring the implementation of plans&lt;br /&gt;
* Organizational work (including the sources of the requirements)&lt;br /&gt;
* Conceptual architecture of the solution&lt;br /&gt;
* Part of the analytical work&lt;br /&gt;
&lt;br /&gt;
The product owner is the first contact to deal with business requirements. He is in close contact with the analyst when it is decided that a task is ready for backlog (business case or cost-benefit analysis of new functionality is done; in case of defect management – bugs are either accepted or specified for the Debugging processes).&lt;br /&gt;
&lt;br /&gt;
===1x Analyst===	&lt;br /&gt;
* Development of technical specification for functionality&lt;br /&gt;
* Development of test plans&lt;br /&gt;
* Conceptual testing of functionality&lt;br /&gt;
* Development of user documentation&lt;br /&gt;
The analyst is available '''only 2 days a week''' &lt;br /&gt;
&lt;br /&gt;
===1x Techlead===	&lt;br /&gt;
* Conceptual consultancy&lt;br /&gt;
* Code review control&lt;br /&gt;
* Production release&lt;br /&gt;
Techlead is able to solve Code reviews and Releases '''only 2 days a week''', rest of the time is allocated to management activities and cooperation on the other projects.  &lt;br /&gt;
&lt;br /&gt;
===9x Developers===&lt;br /&gt;
* Development of functionality&lt;br /&gt;
* Correction of errors in the code&lt;br /&gt;
* Conducting initial testing of the code&lt;br /&gt;
* Participates in complex code testing&lt;br /&gt;
&lt;br /&gt;
All developers are full-time employees with the same level of seniority&lt;br /&gt;
&lt;br /&gt;
===1x Tester===	&lt;br /&gt;
* Functionality testing in all of the environments&lt;br /&gt;
* Writing UAT tests&lt;br /&gt;
&lt;br /&gt;
==Development process for the model==&lt;br /&gt;
&lt;br /&gt;
For the development process, the team has chosen the Kanban approach under the condition that the FIFO principle will be used (the first task in – the first task out). The following process describes all the phases from the moment the task was passed to the team to its release. &lt;br /&gt;
&lt;br /&gt;
[[File:Picture_3.jpg|frame]] &lt;br /&gt;
&lt;br /&gt;
The team’s Kanban board includes 8 phases each task goes through:&lt;br /&gt;
&lt;br /&gt;
#To develop &lt;br /&gt;
#:After identifying the requirements to be developed within the framework of this version, a detailed development plan for this version is drawn up and added to Kanban Board. Then, according to the plan, the Developer, together with the Techlead (in terms of conceptual architectural solutions), based on the technical specification, prepares the work draft.&lt;br /&gt;
#In progress&lt;br /&gt;
#:After agreeing on the working draft, the Developer proceeds to its implementation. For sufficiently large requirements, the functionality) is implemented in several parts. &lt;br /&gt;
#Code review&lt;br /&gt;
#:After the development of one part, the code quality is checked by the Techlead. If deficiencies are revealed, the Developer eliminates them.&lt;br /&gt;
#Acceptance &lt;br /&gt;
#:If needed, the functionality demonstrated to the Business owner on the development environment already (rare cases). &lt;br /&gt;
#Testing&lt;br /&gt;
#:After the implementation of all parts of one requirement, the Developer demonstrates the developed functionality to the Tester who is testing for compliance with user needs. If inconsistencies with the needs of users are revealed, the changes are implemented and the functionality is immediately finalized (in case of minor comments that do not require changing of the business logic and the architectural model).In case of successful concept testing, the Developer proceeds to the implementation of the next requirement in accordance with the version work plan.&lt;br /&gt;
#Stage release&lt;br /&gt;
#:The functionalities that are tested on DEV are prepared for the stage release and waiting for the Techlead to prepare the release. &lt;br /&gt;
#UAT&lt;br /&gt;
#:The tester repeats the testing on Stage environment&lt;br /&gt;
#Done&lt;br /&gt;
#:All the tasks which are ready for the PROD release are moved to the column Done and are waiting for the Techlead. After all the improvements planned in the version have been implemented, the Techlead builds the version and generates Release notes, in which:&lt;br /&gt;
* Version parameters are described (number, release date etc.)&lt;br /&gt;
* Requirements implemented in the version are listed (new functionality, fixed errors)&lt;br /&gt;
* Contains version deployment information (steps)&lt;br /&gt;
&lt;br /&gt;
Also, after agreeing on the new functionality, the Analyst updates the user documentation for the solution.&lt;br /&gt;
&lt;br /&gt;
==Model presumtions and limitations==&lt;br /&gt;
 &lt;br /&gt;
[[File:Process_IT_Team.jpg |frame]]&lt;br /&gt;
[[File:Process_detail.jpg |frame]]&lt;br /&gt;
&lt;br /&gt;
After the thorough analysis of the team the author of this work decided to create a model with the following presumptions and limitations: &lt;br /&gt;
&lt;br /&gt;
#The model presumes that the reaction of the product owner is that agile that no irrelevant tasks appear at the Kanban board and the cycle of the team is fast enough, that this task is never moved to the old backlog during the development process&lt;br /&gt;
#The model presumes that the analysis is done with the FIFO principle&lt;br /&gt;
#The model presumes that the seniority of all of the developers (resources) is exactly the same (while in reality even if all the developer are similarly senior it does not mean that they are able of exactly the same performance on all type of tasks, or have the same performance every day)&lt;br /&gt;
#This model excludes the impact of unpredictable factors (like new legal requirements, that can get higher priority and be handed over directly to the dev team and implemented as a hotfix)&lt;br /&gt;
#This model excludes the phase of Acceptance because of this phase is often jumped over and even though it in reality this fact often leads to the big list of bugs reported later, this is not the objective of this exact model.&lt;br /&gt;
#This model does not separate the process Testing and UAT testing, because UAT is considered to be insignificant for the purpose of this model &lt;br /&gt;
#Bug are supposed to be less priority and always to be served after Change requests (in reality some of the bugs are that huge, that they are served earlier&lt;br /&gt;
#There were not sufficient statistics about the code review quality, but it was estimated like that by the Techlead of the team. There were not enough statistics about the testing failure, estimation by the tester was used for the purpose of this simulation&lt;br /&gt;
&lt;br /&gt;
==Values in the model==&lt;br /&gt;
&lt;br /&gt;
===Generators &amp;quot;Change request&amp;quot; and &amp;quot;Bugs&amp;quot;===&lt;br /&gt;
For both of the generators, the author used the presumption of Poisson distribution 5 requests/day and 2 bugs/day that was transformed into Exponential distribution Exp(1.6) an Exp(4.0) respectively (with the time unit Hour). This estimation was done based on the data from 5.10.2020 - 2.1.2020 (90 calendar days) exported from Jira. The data had to be cleaned due to incoming requests on non-business days, statistical outliers ( days when somebody created a number of irrelevant to this model sub-issues or migrated a number of issues from the old backlog). From the cleaned data we can derive that the average and the variance of the final set of data are close enough, which were used as a hit to suppose that the distribution of this value could be considered to be Poisson distribution.   &lt;br /&gt;
&lt;br /&gt;
===Batch &amp;quot;Product owner&amp;quot;===&lt;br /&gt;
&lt;br /&gt;
For the effective process of analysis and prioritization, the product owner collects several requests all at once and during meetings with the analyst explains the tasks for further specification. A value of 10 was chosen from the personal experience and intuitive estimation. The statistically derived value was considered to be irrelevant for the purpose of this model.&lt;br /&gt;
&lt;br /&gt;
===Delay &amp;quot;IT Analyst&amp;quot;===&lt;br /&gt;
The time spent on analysis Exp (1) days for the batch from the Product owner was derived from the average time based on the usual process when the Analyst and Product owner have a 1to1 and the other day assigns the tasks to the team members. For the purposes of this simulation Analyst automatically moves requests to the backlog/ Kanban&lt;br /&gt;
&lt;br /&gt;
===Delay and forks in To develop / Code review / Testing/ Release===&lt;br /&gt;
&lt;br /&gt;
In this case, the name of the Delay function &amp;quot;To develop&amp;quot; is not the same as in the real Kanban board and serves as an actual process of development, while the number of the tasks in this activity symbolizes both backlog and task that are being developed at the same time. Exp (2) day was chosen because of the team policy to decompose the requirements into requests with the value of 2 to 3 MD. &lt;br /&gt;
All of the following values are coming from the empirical data and interviews with the tech lead and tester who estimated the current effectiveness of the team as follows:&lt;br /&gt;
#Half of the tasks due to the blank in the knowledge of the business logic and code clearance best practices have to be revised&lt;br /&gt;
#For the purposes of the code review Techlead organizes 1,5 h sessions&lt;br /&gt;
#A rough estimation of 10 % probability of mistakes at the Testing stage was done&lt;br /&gt;
#Preparation of the release was estimated for 0.5MD (the estimation is reliable because the Techlead considered this task as his routine activity)&lt;br /&gt;
&lt;br /&gt;
=Results and conclusion=&lt;br /&gt;
&lt;br /&gt;
In order to answer the question stated in the first part there were run 100 replication of three scenarios of the simulation in the time frame from 1.1.2021 to 31.12.2021:&lt;br /&gt;
&lt;br /&gt;
#'''Default Scenario:''' Default settings&lt;br /&gt;
#'''Scenario:''' 3 more developers are added to the resources&lt;br /&gt;
#'''Scenario:''' One of the developers is moved to the Techlead position  &lt;br /&gt;
#'''Scenario:''' Learnings and sessions for the team&lt;br /&gt;
&lt;br /&gt;
==Default scenario==&lt;br /&gt;
&lt;br /&gt;
[[File:Default_scenario.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
From the average result of 100 simulation it is 618 Change requests and 771 Bugs that were not solved out of 1713 and 780 respectively. &lt;br /&gt;
&lt;br /&gt;
[[File:Resourcespng.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
From the Default scenario, we can see that the analyst and tester are definitely not the bottlenecks of the process because their capacities are unused most of the time (apx. 50 % and 85 % respectively). For the management of the company it gives a clear hint that they can be used for the other tasks as well or the tasks are stuck somewhere else and the resources are waning for the previous process. (this will be covered by the other scenarios)&lt;br /&gt;
&lt;br /&gt;
[[File:Default_stuckpng.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
It is obvious that the main reason for the inefficiency of the process is that the entities are stuck and waiting for the developers.&lt;br /&gt;
&lt;br /&gt;
==Three more developers==&lt;br /&gt;
&lt;br /&gt;
In the next scenario, the number of Resources of the Resource type Full stack developer is extended to 12.&lt;br /&gt;
&lt;br /&gt;
[[File:Scenario_2png.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
It is interesting to observe that extended number of the developers has '''just insignificantly impacted''' the result of the team.&lt;br /&gt;
&lt;br /&gt;
[[File:Scernario_1_resources.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
And loaded the capacities of the testing '''by 1 per cent only.''' &lt;br /&gt;
&lt;br /&gt;
'''Thus, both hypothesis from the previous two paragraphs were incorrect.'''&lt;br /&gt;
&lt;br /&gt;
==Two Techleads==&lt;br /&gt;
&lt;br /&gt;
For the next scenario, one of the most potential developers was promoted to the assistant of the techlead and will be helping with the Code reviews and Releases. For that, simulations are run with 8 units of Full stack developer resource and 2 units for Techlead. &lt;br /&gt;
&lt;br /&gt;
[[File:Scenario_3.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
The result of this change was worse than expected. It did a minor change in the numbers of requests processed in the system, but even worsened the usage of the resources.&lt;br /&gt;
&lt;br /&gt;
==Learnings and the sessions for the team==&lt;br /&gt;
&lt;br /&gt;
Less obvious, but seemingly the most effective scenario is that the team has gone through the sessions on code clearance, business logic, and the check lists for the code review were created. In the model this situation means that the KPI for the probability that Code review was successful is set to 0.8 instead of 0.5. From the business point of view, it means that the KPI of the team is to deliver better code and reduce need for the rework.&lt;br /&gt;
&lt;br /&gt;
For this 100 simulations are run with the value 0.8 of the connector Yes outgoing from the Branch Is the code ok? and value 0.2 for the connector No.&lt;br /&gt;
&lt;br /&gt;
[[File:Scenario4.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
This move had several outcomes:&lt;br /&gt;
&lt;br /&gt;
#Increased the number of the tasks which exist the system within the given timeframe.&lt;br /&gt;
#Increased the usage of the tester's capacity&lt;br /&gt;
# Helped to reduce the Average cycle time of being in the process by 2 weeks for the Change requests&lt;br /&gt;
# Reduced number of task waiting in the &amp;quot;Backlog&amp;quot; (delay To develop) &lt;br /&gt;
  &lt;br /&gt;
&lt;br /&gt;
[[File:Scenario_4_Resources.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
[[File:Scenaio4_actvity.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
==Conlusion==&lt;br /&gt;
&lt;br /&gt;
If answering the question from the main part of the Problem section one can state that the best scenario is the last one and the question is which activities can guarantee the KPI. Also, tester and analyst can be allocated to other projects to fulfill their capacity. The policy of Change request goes always first leads to huge technical debt, do another prioritisation policy should be found, but it was not the purpose of this simulation. I would like to emphasise that adding more resources is an obvious solution, but as simulation showed not effective one, even though it could be overseen by the managements effectiveness of the team is the main component. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Code= &lt;br /&gt;
&lt;br /&gt;
[[File: IT_Team.spm]]&lt;br /&gt;
[[File: Data_from_Jira.xlsx]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''PS. I was unable to upload three other scenarios due to the error '''This file contains HTML or script code that may be erroneously interpreted by a web browser.''' Therefore I am sending a link to the other scenarios that are placed on the Disk https://drive.google.com/drive/folders/1RW-cRiQVDGPxrkpDmBnFokCtI7nnbwEb?usp=sharing''&lt;/div&gt;</summary>
		<author><name>Antonsverlov</name></author>
		
	</entry>
	<entry>
		<id>http://www.simulace.info/index.php?title=File:Data_from_Jira.xlsx&amp;diff=20964</id>
		<title>File:Data from Jira.xlsx</title>
		<link rel="alternate" type="text/html" href="http://www.simulace.info/index.php?title=File:Data_from_Jira.xlsx&amp;diff=20964"/>
		<updated>2021-01-20T20:54:02Z</updated>

		<summary type="html">&lt;p&gt;Antonsverlov: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Antonsverlov</name></author>
		
	</entry>
	<entry>
		<id>http://www.simulace.info/index.php?title=IT_Team_simulation&amp;diff=20957</id>
		<title>IT Team simulation</title>
		<link rel="alternate" type="text/html" href="http://www.simulace.info/index.php?title=IT_Team_simulation&amp;diff=20957"/>
		<updated>2021-01-20T20:48:28Z</updated>

		<summary type="html">&lt;p&gt;Antonsverlov: /* Values in the model */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Author: Anton Sverlov&lt;br /&gt;
VSE email: svea01@vse.cz&lt;br /&gt;
Simulation in Simprocess&lt;br /&gt;
&lt;br /&gt;
=Problem definition=&lt;br /&gt;
At the time I am working in an IT team of a start-up insuretech company that offers life insurance online and provides its clients with the application which makes a score of client’s physical activities - the more the client does sport the bigger cashback from the price of the insurance contract he can get. &lt;br /&gt;
As that company is software-based, the IT team plays a big role, but unfortunately it did not have a proper process of solving business requirements. The following sections will describe the new process of a team (implemented recently) and the simulation is supposed '''to help to identify the bottlenecks of the process''', meanwhile, the results from the simulation are supposed to help to '''come with the solution about the right distribution of the resources''' in order '''to boost the effectiveness of the team'''.&lt;br /&gt;
&lt;br /&gt;
==Questions==&lt;br /&gt;
There are several possible solutions the management of the company is discussing:&lt;br /&gt;
#Hire 3 more full-stack developers&lt;br /&gt;
#To &amp;quot;grow&amp;quot; one od the current developers into the Techlead main assistant&lt;br /&gt;
#To provide the team members with learning sessions (but not sure which ones)&lt;br /&gt;
#Add one more analyst to analyze the task faster&lt;br /&gt;
&lt;br /&gt;
The following model is supposed to help the author of this work to choose the right move.&lt;br /&gt;
&lt;br /&gt;
=Method=&lt;br /&gt;
&lt;br /&gt;
Simprocess is a relevant tool for such kind of problem mainly because the aforementioned situation can be described as discrete. There is a clear entity (business requirement or bug) which goes through a series of operations (development process), it includes different type of events (delays, “fight” for the resources etc.) which creates queues. Simprocess and the process modeling also allows the author of this model to include decision points and define time delays by a probability distribution. The question stated in the problem section could be answered using different scenarios.&lt;br /&gt;
&lt;br /&gt;
=Model=&lt;br /&gt;
&lt;br /&gt;
In order to create a Simprocess model, the author of this works has to describe the process of the given Development team, resources available, historical information available, and limitations of the model that the author included. &lt;br /&gt;
&lt;br /&gt;
==Requirements gathering process==&lt;br /&gt;
&lt;br /&gt;
[[File:Picture_1.jpg|frame]]&lt;br /&gt;
&lt;br /&gt;
The main operation, in this case, is the procedure for registering requests. In this case, a requirement is understood as any formally described condition that the created solution must satisfy.&lt;br /&gt;
&lt;br /&gt;
In particular, the requirements are:&lt;br /&gt;
&lt;br /&gt;
*	New functionalities or change requests &lt;br /&gt;
*	Errors identified during internal or external testing on already running solution&lt;br /&gt;
&lt;br /&gt;
Requirements can come from various sources, for example:&lt;br /&gt;
&lt;br /&gt;
*	Company management &lt;br /&gt;
*	Customers (through the Customer care line)&lt;br /&gt;
*	Tester as part of a project team&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
All the requirements are placed into Backlog in the Jira software tool and are monitored.&lt;br /&gt;
&lt;br /&gt;
==Resources in the simulation==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Product owner	===&lt;br /&gt;
* Formation of plans&lt;br /&gt;
* Monitoring the implementation of plans&lt;br /&gt;
* Organizational work (including the sources of the requirements)&lt;br /&gt;
* Conceptual architecture of the solution&lt;br /&gt;
* Part of the analytical work&lt;br /&gt;
&lt;br /&gt;
The product owner is the first contact to deal with business requirements. He is in close contact with the analyst when it is decided that a task is ready for backlog (business case or cost-benefit analysis of new functionality is done; in case of defect management – bugs are either accepted or specified for the Debugging processes).&lt;br /&gt;
&lt;br /&gt;
===1x Analyst===	&lt;br /&gt;
* Development of technical specification for functionality&lt;br /&gt;
* Development of test plans&lt;br /&gt;
* Conceptual testing of functionality&lt;br /&gt;
* Development of user documentation&lt;br /&gt;
The analyst is available '''only 2 days a week''' &lt;br /&gt;
&lt;br /&gt;
===1x Techlead===	&lt;br /&gt;
* Conceptual consultancy&lt;br /&gt;
* Code review control&lt;br /&gt;
* Production release&lt;br /&gt;
Techlead is able to solve Code reviews and Releases '''only 2 days a week''', rest of the time is allocated to management activities and cooperation on the other projects.  &lt;br /&gt;
&lt;br /&gt;
===9x Developers===&lt;br /&gt;
* Development of functionality&lt;br /&gt;
* Correction of errors in the code&lt;br /&gt;
* Conducting initial testing of the code&lt;br /&gt;
* Participates in complex code testing&lt;br /&gt;
&lt;br /&gt;
All developers are full-time employees with the same level of seniority&lt;br /&gt;
&lt;br /&gt;
===1x Tester===	&lt;br /&gt;
* Functionality testing in all of the environments&lt;br /&gt;
* Writing UAT tests&lt;br /&gt;
&lt;br /&gt;
==Development process for the model==&lt;br /&gt;
&lt;br /&gt;
For the development process, the team has chosen the Kanban approach under the condition that the FIFO principle will be used (the first task in – the first task out). The following process describes all the phases from the moment the task was passed to the team to its release. &lt;br /&gt;
&lt;br /&gt;
[[File:Picture_3.jpg|frame]] &lt;br /&gt;
&lt;br /&gt;
The team’s Kanban board includes 8 phases each task goes through:&lt;br /&gt;
&lt;br /&gt;
#To develop &lt;br /&gt;
#:After identifying the requirements to be developed within the framework of this version, a detailed development plan for this version is drawn up and added to Kanban Board. Then, according to the plan, the Developer, together with the Techlead (in terms of conceptual architectural solutions), based on the technical specification, prepares the work draft.&lt;br /&gt;
#In progress&lt;br /&gt;
#:After agreeing on the working draft, the Developer proceeds to its implementation. For sufficiently large requirements, the functionality) is implemented in several parts. &lt;br /&gt;
#Code review&lt;br /&gt;
#:After the development of one part, the code quality is checked by the Techlead. If deficiencies are revealed, the Developer eliminates them.&lt;br /&gt;
#Acceptance &lt;br /&gt;
#:If needed, the functionality demonstrated to the Business owner on the development environment already (rare cases). &lt;br /&gt;
#Testing&lt;br /&gt;
#:After the implementation of all parts of one requirement, the Developer demonstrates the developed functionality to the Tester who is testing for compliance with user needs. If inconsistencies with the needs of users are revealed, the changes are implemented and the functionality is immediately finalized (in case of minor comments that do not require changing of the business logic and the architectural model).In case of successful concept testing, the Developer proceeds to the implementation of the next requirement in accordance with the version work plan.&lt;br /&gt;
#Stage release&lt;br /&gt;
#:The functionalities that are tested on DEV are prepared for the stage release and waiting for the Techlead to prepare the release. &lt;br /&gt;
#UAT&lt;br /&gt;
#:The tester repeats the testing on Stage environment&lt;br /&gt;
#Done&lt;br /&gt;
#:All the tasks which are ready for the PROD release are moved to the column Done and are waiting for the Techlead. After all the improvements planned in the version have been implemented, the Techlead builds the version and generates Release notes, in which:&lt;br /&gt;
* Version parameters are described (number, release date etc.)&lt;br /&gt;
* Requirements implemented in the version are listed (new functionality, fixed errors)&lt;br /&gt;
* Contains version deployment information (steps)&lt;br /&gt;
&lt;br /&gt;
Also, after agreeing on the new functionality, the Analyst updates the user documentation for the solution.&lt;br /&gt;
&lt;br /&gt;
==Model presumtions and limitations==&lt;br /&gt;
 &lt;br /&gt;
[[File:Process_IT_Team.jpg |frame]]&lt;br /&gt;
[[File:Process_detail.jpg |frame]]&lt;br /&gt;
&lt;br /&gt;
After the thorough analysis of the team the author of this work decided to create a model with the following presumptions and limitations: &lt;br /&gt;
&lt;br /&gt;
#The model presumes that the reaction of the product owner is that agile that no irrelevant tasks appear at the Kanban board and the cycle of the team is fast enough, that this task is never moved to the old backlog during the development process&lt;br /&gt;
#The model presumes that the analysis is done with the FIFO principle&lt;br /&gt;
#The model presumes that the seniority of all of the developers (resources) is exactly the same (while in reality even if all the developer are similarly senior it does not mean that they are able of exactly the same performance on all type of tasks, or have the same performance every day)&lt;br /&gt;
#This model excludes the impact of unpredictable factors (like new legal requirements, that can get higher priority and be handed over directly to the dev team and implemented as a hotfix)&lt;br /&gt;
#This model excludes the phase of Acceptance because of this phase is often jumped over and even though it in reality this fact often leads to the big list of bugs reported later, this is not the objective of this exact model.&lt;br /&gt;
#This model does not separate the process Testing and UAT testing, because UAT is considered to be insignificant for the purpose of this model &lt;br /&gt;
#Bug are supposed to be less priority and always to be served after Change requests (in reality some of the bugs are that huge, that they are served earlier&lt;br /&gt;
#There were not sufficient statistics about the code review quality, but it was estimated like that by the Techlead of the team. There were not enough statistics about the testing failure, estimation by the tester was used for the purpose of this simulation&lt;br /&gt;
&lt;br /&gt;
==Values in the model==&lt;br /&gt;
&lt;br /&gt;
===Generators &amp;quot;Change request&amp;quot; and &amp;quot;Bugs&amp;quot;===&lt;br /&gt;
For both of the generators, the author used the presumption of Poisson distribution 5 requests/day and 2 bugs/day that was transformed into Exponential distribution Exp(1.6) an Exp(4.0) respectively (with the time unit Hour). This estimation was done based on the data from 5.10.2020 - 2.1.2020 (90 calendar days) exported from Jira. The data had to be cleaned due to incoming requests on non-business days, statistical outliers ( days when somebody created a number of irrelevant to this model sub-issues or migrated a number of issues from the old backlog). From the cleaned data we can derive that the average and the variance of the final set of data are close enough, which were used as a hit to suppose that the distribution of this value could be considered to be Poisson distribution.   &lt;br /&gt;
&lt;br /&gt;
===Batch &amp;quot;Product owner&amp;quot;===&lt;br /&gt;
&lt;br /&gt;
For the effective process of analysis and prioritization, the product owner collects several requests all at once and during meetings with the analyst explains the tasks for further specification. A value of 10 was chosen from the personal experience and intuitive estimation. The statistically derived value was considered to be irrelevant for the purpose of this model.&lt;br /&gt;
&lt;br /&gt;
===Delay &amp;quot;IT Analyst&amp;quot;===&lt;br /&gt;
The time spent on analysis Exp (1) days for the batch from the Product owner was derived from the average time based on the usual process when the Analyst and Product owner have a 1to1 and the other day assigns the tasks to the team members. For the purposes of this simulation Analyst automatically moves requests to the backlog/ Kanban&lt;br /&gt;
&lt;br /&gt;
===Delay and forks in To develop / Code review / Testing/ Release===&lt;br /&gt;
&lt;br /&gt;
In this case, the name of the Delay function &amp;quot;To develop&amp;quot; is not the same as in the real Kanban board and serves as an actual process of development, while the number of the tasks in this activity symbolizes both backlog and task that are being developed at the same time. Exp (2) day was chosen because of the team policy to decompose the requirements into requests with the value of 2 to 3 MD. &lt;br /&gt;
All of the following values are coming from the empirical data and interviews with the tech lead and tester who estimated the current effectiveness of the team as follows:&lt;br /&gt;
#Half of the tasks due to the blank in the knowledge of the business logic and code clearance best practices have to be revised&lt;br /&gt;
#For the purposes of the code review Techlead organizes 1,5 h sessions&lt;br /&gt;
#A rough estimation of 10 % probability of mistakes at the Testing stage was done&lt;br /&gt;
#Preparation of the release was estimated for 0.5MD (the estimation is reliable because the Techlead considered this task as his routine activity)&lt;br /&gt;
&lt;br /&gt;
=Results and conclusion=&lt;br /&gt;
&lt;br /&gt;
In order to answer the question stated in the first part there were run 100 replication of three scenarios of the simulation in the time frame from 1.1.2021 to 31.12.2021:&lt;br /&gt;
&lt;br /&gt;
#'''Default Scenario:''' Default settings&lt;br /&gt;
#'''Scenario:''' 3 more developers are added to the resources&lt;br /&gt;
#'''Scenario:''' One of the developers is moved to the Techlead position  &lt;br /&gt;
#'''Scenario:''' Learnings and sessions for the team&lt;br /&gt;
&lt;br /&gt;
==Default scenario==&lt;br /&gt;
&lt;br /&gt;
[[File:Default_scenario.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
From the average result of 100 simulation it is 618 Change requests and 771 Bugs that were not solved out of 1713 and 780 respectively. &lt;br /&gt;
&lt;br /&gt;
[[File:Resourcespng.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
From the Default scenario, we can see that the analyst and tester are definitely not the bottlenecks of the process because their capacities are unused most of the time (apx. 50 % and 85 % respectively). For the management of the company it gives a clear hint that they can be used for the other tasks as well or the tasks are stuck somewhere else and the resources are waning for the previous process. (this will be covered by the other scenarios)&lt;br /&gt;
&lt;br /&gt;
[[File:Default_stuckpng.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
It is obvious that the main reason for the inefficiency of the process is that the entities are stuck and waiting for the developers.&lt;br /&gt;
&lt;br /&gt;
==Three more developers==&lt;br /&gt;
&lt;br /&gt;
In the next scenario, the number of Resources of the Resource type Full stack developer is extended to 12.&lt;br /&gt;
&lt;br /&gt;
[[File:Scenario_2png.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
It is interesting to observe that extended number of the developers has '''just insignificantly impacted''' the result of the team.&lt;br /&gt;
&lt;br /&gt;
[[File:Scernario_1_resources.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
And loaded the capacities of the testing '''by 1 per cent only.''' &lt;br /&gt;
&lt;br /&gt;
'''Thus, both hypothesis from the previous two paragraphs were incorrect.'''&lt;br /&gt;
&lt;br /&gt;
==Two Techleads==&lt;br /&gt;
&lt;br /&gt;
For the next scenario, one of the most potential developers was promoted to the assistant of the techlead and will be helping with the Code reviews and Releases. For that, simulations are run with 8 units of Full stack developer resource and 2 units for Techlead. &lt;br /&gt;
&lt;br /&gt;
[[File:Scenario_3.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
The result of this change was worse than expected. It did a minor change in the numbers of requests processed in the system, but even worsened the usage of the resources.&lt;br /&gt;
&lt;br /&gt;
==Learnings and the sessions for the team==&lt;br /&gt;
&lt;br /&gt;
Less obvious, but seemingly the most effective scenario is that the team has gone through the sessions on code clearance, business logic, and the check lists for the code review were created. In the model this situation means that the KPI for the probability that Code review was successful is set to 0.8 instead of 0.5. From the business point of view, it means that the KPI of the team is to deliver better code and reduce need for the rework.&lt;br /&gt;
&lt;br /&gt;
For this 100 simulations are run with the value 0.8 of the connector Yes outgoing from the Branch Is the code ok? and value 0.2 for the connector No.&lt;br /&gt;
&lt;br /&gt;
[[File:Scenario4.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
This move had several outcomes:&lt;br /&gt;
&lt;br /&gt;
#Increased the number of the tasks which exist the system within the given timeframe.&lt;br /&gt;
#Increased the usage of the tester's capacity&lt;br /&gt;
# Helped to reduce the Average cycle time of being in the process by 2 weeks for the Change requests&lt;br /&gt;
# Reduced number of task waiting in the &amp;quot;Backlog&amp;quot; (delay To develop) &lt;br /&gt;
  &lt;br /&gt;
&lt;br /&gt;
[[File:Scenario_4_Resources.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
[[File:Scenaio4_actvity.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
==Conlusion==&lt;br /&gt;
&lt;br /&gt;
If answering the question from the main part of the Problem section one can state that the best scenario is the last one and the question is which activities can guarantee the KPI. Also, tester and analyst can be allocated to other projects to fulfill their capacity. The policy of Change request goes always first leads to huge technical debt, do another prioritisation policy should be found, but it was not the purpose of this simulation. I would like to emphasise that adding more resources is an obvious solution, but as simulation showed not effective one, even though it could be overseen by the managements effectiveness of the team is the main component. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Code= &lt;br /&gt;
&lt;br /&gt;
[[File: IT_Team.spm]]&lt;br /&gt;
&lt;br /&gt;
''PS. I was unable to upload three other scenarios due to the error '''This file contains HTML or script code that may be erroneously interpreted by a web browser.''' Therefore I am sending a link to the other scenarios that are placed on the Disk https://drive.google.com/drive/folders/1RW-cRiQVDGPxrkpDmBnFokCtI7nnbwEb?usp=sharing''&lt;/div&gt;</summary>
		<author><name>Antonsverlov</name></author>
		
	</entry>
	<entry>
		<id>http://www.simulace.info/index.php?title=IT_Team_simulation&amp;diff=20955</id>
		<title>IT Team simulation</title>
		<link rel="alternate" type="text/html" href="http://www.simulace.info/index.php?title=IT_Team_simulation&amp;diff=20955"/>
		<updated>2021-01-20T20:45:07Z</updated>

		<summary type="html">&lt;p&gt;Antonsverlov: /* Delay &amp;quot;IT Analzst&amp;quot; */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Author: Anton Sverlov&lt;br /&gt;
VSE email: svea01@vse.cz&lt;br /&gt;
Simulation in Simprocess&lt;br /&gt;
&lt;br /&gt;
=Problem definition=&lt;br /&gt;
At the time I am working in an IT team of a start-up insuretech company that offers life insurance online and provides its clients with the application which makes a score of client’s physical activities - the more the client does sport the bigger cashback from the price of the insurance contract he can get. &lt;br /&gt;
As that company is software-based, the IT team plays a big role, but unfortunately it did not have a proper process of solving business requirements. The following sections will describe the new process of a team (implemented recently) and the simulation is supposed '''to help to identify the bottlenecks of the process''', meanwhile, the results from the simulation are supposed to help to '''come with the solution about the right distribution of the resources''' in order '''to boost the effectiveness of the team'''.&lt;br /&gt;
&lt;br /&gt;
==Questions==&lt;br /&gt;
There are several possible solutions the management of the company is discussing:&lt;br /&gt;
#Hire 3 more full-stack developers&lt;br /&gt;
#To &amp;quot;grow&amp;quot; one od the current developers into the Techlead main assistant&lt;br /&gt;
#To provide the team members with learning sessions (but not sure which ones)&lt;br /&gt;
#Add one more analyst to analyze the task faster&lt;br /&gt;
&lt;br /&gt;
The following model is supposed to help the author of this work to choose the right move.&lt;br /&gt;
&lt;br /&gt;
=Method=&lt;br /&gt;
&lt;br /&gt;
Simprocess is a relevant tool for such kind of problem mainly because the aforementioned situation can be described as discrete. There is a clear entity (business requirement or bug) which goes through a series of operations (development process), it includes different type of events (delays, “fight” for the resources etc.) which creates queues. Simprocess and the process modeling also allows the author of this model to include decision points and define time delays by a probability distribution. The question stated in the problem section could be answered using different scenarios.&lt;br /&gt;
&lt;br /&gt;
=Model=&lt;br /&gt;
&lt;br /&gt;
In order to create a Simprocess model, the author of this works has to describe the process of the given Development team, resources available, historical information available, and limitations of the model that the author included. &lt;br /&gt;
&lt;br /&gt;
==Requirements gathering process==&lt;br /&gt;
&lt;br /&gt;
[[File:Picture_1.jpg|frame]]&lt;br /&gt;
&lt;br /&gt;
The main operation, in this case, is the procedure for registering requests. In this case, a requirement is understood as any formally described condition that the created solution must satisfy.&lt;br /&gt;
&lt;br /&gt;
In particular, the requirements are:&lt;br /&gt;
&lt;br /&gt;
*	New functionalities or change requests &lt;br /&gt;
*	Errors identified during internal or external testing on already running solution&lt;br /&gt;
&lt;br /&gt;
Requirements can come from various sources, for example:&lt;br /&gt;
&lt;br /&gt;
*	Company management &lt;br /&gt;
*	Customers (through the Customer care line)&lt;br /&gt;
*	Tester as part of a project team&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
All the requirements are placed into Backlog in the Jira software tool and are monitored.&lt;br /&gt;
&lt;br /&gt;
==Resources in the simulation==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Product owner	===&lt;br /&gt;
* Formation of plans&lt;br /&gt;
* Monitoring the implementation of plans&lt;br /&gt;
* Organizational work (including the sources of the requirements)&lt;br /&gt;
* Conceptual architecture of the solution&lt;br /&gt;
* Part of the analytical work&lt;br /&gt;
&lt;br /&gt;
The product owner is the first contact to deal with business requirements. He is in close contact with the analyst when it is decided that a task is ready for backlog (business case or cost-benefit analysis of new functionality is done; in case of defect management – bugs are either accepted or specified for the Debugging processes).&lt;br /&gt;
&lt;br /&gt;
===1x Analyst===	&lt;br /&gt;
* Development of technical specification for functionality&lt;br /&gt;
* Development of test plans&lt;br /&gt;
* Conceptual testing of functionality&lt;br /&gt;
* Development of user documentation&lt;br /&gt;
The analyst is available '''only 2 days a week''' &lt;br /&gt;
&lt;br /&gt;
===1x Techlead===	&lt;br /&gt;
* Conceptual consultancy&lt;br /&gt;
* Code review control&lt;br /&gt;
* Production release&lt;br /&gt;
Techlead is able to solve Code reviews and Releases '''only 2 days a week''', rest of the time is allocated to management activities and cooperation on the other projects.  &lt;br /&gt;
&lt;br /&gt;
===9x Developers===&lt;br /&gt;
* Development of functionality&lt;br /&gt;
* Correction of errors in the code&lt;br /&gt;
* Conducting initial testing of the code&lt;br /&gt;
* Participates in complex code testing&lt;br /&gt;
&lt;br /&gt;
All developers are full-time employees with the same level of seniority&lt;br /&gt;
&lt;br /&gt;
===1x Tester===	&lt;br /&gt;
* Functionality testing in all of the environments&lt;br /&gt;
* Writing UAT tests&lt;br /&gt;
&lt;br /&gt;
==Development process for the model==&lt;br /&gt;
&lt;br /&gt;
For the development process, the team has chosen the Kanban approach under the condition that the FIFO principle will be used (the first task in – the first task out). The following process describes all the phases from the moment the task was passed to the team to its release. &lt;br /&gt;
&lt;br /&gt;
[[File:Picture_3.jpg|frame]] &lt;br /&gt;
&lt;br /&gt;
The team’s Kanban board includes 8 phases each task goes through:&lt;br /&gt;
&lt;br /&gt;
#To develop &lt;br /&gt;
#:After identifying the requirements to be developed within the framework of this version, a detailed development plan for this version is drawn up and added to Kanban Board. Then, according to the plan, the Developer, together with the Techlead (in terms of conceptual architectural solutions), based on the technical specification, prepares the work draft.&lt;br /&gt;
#In progress&lt;br /&gt;
#:After agreeing on the working draft, the Developer proceeds to its implementation. For sufficiently large requirements, the functionality) is implemented in several parts. &lt;br /&gt;
#Code review&lt;br /&gt;
#:After the development of one part, the code quality is checked by the Techlead. If deficiencies are revealed, the Developer eliminates them.&lt;br /&gt;
#Acceptance &lt;br /&gt;
#:If needed, the functionality demonstrated to the Business owner on the development environment already (rare cases). &lt;br /&gt;
#Testing&lt;br /&gt;
#:After the implementation of all parts of one requirement, the Developer demonstrates the developed functionality to the Tester who is testing for compliance with user needs. If inconsistencies with the needs of users are revealed, the changes are implemented and the functionality is immediately finalized (in case of minor comments that do not require changing of the business logic and the architectural model).In case of successful concept testing, the Developer proceeds to the implementation of the next requirement in accordance with the version work plan.&lt;br /&gt;
#Stage release&lt;br /&gt;
#:The functionalities that are tested on DEV are prepared for the stage release and waiting for the Techlead to prepare the release. &lt;br /&gt;
#UAT&lt;br /&gt;
#:The tester repeats the testing on Stage environment&lt;br /&gt;
#Done&lt;br /&gt;
#:All the tasks which are ready for the PROD release are moved to the column Done and are waiting for the Techlead. After all the improvements planned in the version have been implemented, the Techlead builds the version and generates Release notes, in which:&lt;br /&gt;
* Version parameters are described (number, release date etc.)&lt;br /&gt;
* Requirements implemented in the version are listed (new functionality, fixed errors)&lt;br /&gt;
* Contains version deployment information (steps)&lt;br /&gt;
&lt;br /&gt;
Also, after agreeing on the new functionality, the Analyst updates the user documentation for the solution.&lt;br /&gt;
&lt;br /&gt;
==Model presumtions and limitations==&lt;br /&gt;
 &lt;br /&gt;
[[File:Process_IT_Team.jpg |frame]]&lt;br /&gt;
[[File:Process_detail.jpg |frame]]&lt;br /&gt;
&lt;br /&gt;
After the thorough analysis of the team the author of this work decided to create a model with the following presumptions and limitations: &lt;br /&gt;
&lt;br /&gt;
#The model presumes that the reaction of the product owner is that agile that no irrelevant tasks appear at the Kanban board and the cycle of the team is fast enough, that this task is never moved to the old backlog during the development process&lt;br /&gt;
#The model presumes that the analysis is done with the FIFO principle&lt;br /&gt;
#The model presumes that the seniority of all of the developers (resources) is exactly the same (while in reality even if all the developer are similarly senior it does not mean that they are able of exactly the same performance on all type of tasks, or have the same performance every day)&lt;br /&gt;
#This model excludes the impact of unpredictable factors (like new legal requirements, that can get higher priority and be handed over directly to the dev team and implemented as a hotfix)&lt;br /&gt;
#This model excludes the phase of Acceptance because of this phase is often jumped over and even though it in reality this fact often leads to the big list of bugs reported later, this is not the objective of this exact model.&lt;br /&gt;
#This model does not separate the process Testing and UAT testing, because UAT is considered to be insignificant for the purpose of this model &lt;br /&gt;
#Bug are supposed to be less priority and always to be served after Change requests (in reality some of the bugs are that huge, that they are served earlier&lt;br /&gt;
#There were not sufficient statistics about the code review quality, but it was estimated like that by the Techlead of the team. There were not enough statistics about the testing failure, estimation by the tester was used for the purpose of this simulation&lt;br /&gt;
&lt;br /&gt;
==Values in the model==&lt;br /&gt;
&lt;br /&gt;
===Generators &amp;quot;Change request&amp;quot; and &amp;quot;Bugs&amp;quot;===&lt;br /&gt;
For both of the generators, the author used the presumption of Poisson distribution 5 requests/day and 2 bugs/day that was transformed into Exponential distribution Exp(1.6) an Exp(4.0) respectively (with the time unit Hour). This estimation was done based on the data from 5.10.2020 - 2.1.2020 (90 calendar days) exported from Jira. The data had to be cleaned due to incoming requests on non-business days, statistical outliers ( days when somebody created a number of irrelevant to this model sub-issues or migrated a number of issues from the old backlog). From the cleaned data we can derive that the average and the variance of the final set of data are close enough, which were used as a hit to suppose that the distribution of this value could be considered to be Poisson distribution.   &lt;br /&gt;
&lt;br /&gt;
===Batch &amp;quot;Product owner&amp;quot;===&lt;br /&gt;
&lt;br /&gt;
For the effective process of analysis and prioritization, the product owner collects several requests all at once and during meetings with the analyst explains the tasks for further specification. A value of 10 was chosen from the personal experience and intuitive estimation. The statistically derived value was considered to be irrelevant for the purpose of this model.&lt;br /&gt;
&lt;br /&gt;
===Delay &amp;quot;IT Analyst&amp;quot;===&lt;br /&gt;
The time spent on analysis Exp (1) days for the batch from the Product owner was derived from the average time based on the usual process when the Analyst and Product owner have a 1to1 and the other day assigns the tasks to the team members. For the purposes of this simulation Analyst automatically moves requests to the backlog/ Kanban&lt;br /&gt;
&lt;br /&gt;
===Delay and forks in To develop / Code review / Testing/ Release===&lt;br /&gt;
&lt;br /&gt;
In this case, the name of the Delay function &amp;quot;To develop&amp;quot; is not the same as in the real Kanban board and serves as an actual process of development, while the number of the tasks in this activity symbolizes both backlog and task that are being developed at the same time. Exp (2) day was chosen because of the team policy to decompose the requirements into requests with the value of 2 to 3 MD. &lt;br /&gt;
All of the following values are coming from the empirical data and interviews with the tech lead and tester who estimated the current effectiveness of the team as follows:&lt;br /&gt;
#Half of the tasks due to the blank in the knowledge of the business logic and code clearance best practices have to be revised&lt;br /&gt;
#A rough estimation of 10 % probability of mistakes at the Testing stage was done&lt;br /&gt;
#Preparation of the release was estimated for 0.5MD (the estimation is reliable because the Techlead considered this task as his routine activity)&lt;br /&gt;
&lt;br /&gt;
=Results and conclusion=&lt;br /&gt;
&lt;br /&gt;
In order to answer the question stated in the first part there were run 100 replication of three scenarios of the simulation in the time frame from 1.1.2021 to 31.12.2021:&lt;br /&gt;
&lt;br /&gt;
#'''Default Scenario:''' Default settings&lt;br /&gt;
#'''Scenario:''' 3 more developers are added to the resources&lt;br /&gt;
#'''Scenario:''' One of the developers is moved to the Techlead position  &lt;br /&gt;
#'''Scenario:''' Learnings and sessions for the team&lt;br /&gt;
&lt;br /&gt;
==Default scenario==&lt;br /&gt;
&lt;br /&gt;
[[File:Default_scenario.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
From the average result of 100 simulation it is 618 Change requests and 771 Bugs that were not solved out of 1713 and 780 respectively. &lt;br /&gt;
&lt;br /&gt;
[[File:Resourcespng.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
From the Default scenario, we can see that the analyst and tester are definitely not the bottlenecks of the process because their capacities are unused most of the time (apx. 50 % and 85 % respectively). For the management of the company it gives a clear hint that they can be used for the other tasks as well or the tasks are stuck somewhere else and the resources are waning for the previous process. (this will be covered by the other scenarios)&lt;br /&gt;
&lt;br /&gt;
[[File:Default_stuckpng.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
It is obvious that the main reason for the inefficiency of the process is that the entities are stuck and waiting for the developers.&lt;br /&gt;
&lt;br /&gt;
==Three more developers==&lt;br /&gt;
&lt;br /&gt;
In the next scenario, the number of Resources of the Resource type Full stack developer is extended to 12.&lt;br /&gt;
&lt;br /&gt;
[[File:Scenario_2png.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
It is interesting to observe that extended number of the developers has '''just insignificantly impacted''' the result of the team.&lt;br /&gt;
&lt;br /&gt;
[[File:Scernario_1_resources.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
And loaded the capacities of the testing '''by 1 per cent only.''' &lt;br /&gt;
&lt;br /&gt;
'''Thus, both hypothesis from the previous two paragraphs were incorrect.'''&lt;br /&gt;
&lt;br /&gt;
==Two Techleads==&lt;br /&gt;
&lt;br /&gt;
For the next scenario, one of the most potential developers was promoted to the assistant of the techlead and will be helping with the Code reviews and Releases. For that, simulations are run with 8 units of Full stack developer resource and 2 units for Techlead. &lt;br /&gt;
&lt;br /&gt;
[[File:Scenario_3.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
The result of this change was worse than expected. It did a minor change in the numbers of requests processed in the system, but even worsened the usage of the resources.&lt;br /&gt;
&lt;br /&gt;
==Learnings and the sessions for the team==&lt;br /&gt;
&lt;br /&gt;
Less obvious, but seemingly the most effective scenario is that the team has gone through the sessions on code clearance, business logic, and the check lists for the code review were created. In the model this situation means that the KPI for the probability that Code review was successful is set to 0.8 instead of 0.5. From the business point of view, it means that the KPI of the team is to deliver better code and reduce need for the rework.&lt;br /&gt;
&lt;br /&gt;
For this 100 simulations are run with the value 0.8 of the connector Yes outgoing from the Branch Is the code ok? and value 0.2 for the connector No.&lt;br /&gt;
&lt;br /&gt;
[[File:Scenario4.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
This move had several outcomes:&lt;br /&gt;
&lt;br /&gt;
#Increased the number of the tasks which exist the system within the given timeframe.&lt;br /&gt;
#Increased the usage of the tester's capacity&lt;br /&gt;
# Helped to reduce the Average cycle time of being in the process by 2 weeks for the Change requests&lt;br /&gt;
# Reduced number of task waiting in the &amp;quot;Backlog&amp;quot; (delay To develop) &lt;br /&gt;
  &lt;br /&gt;
&lt;br /&gt;
[[File:Scenario_4_Resources.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
[[File:Scenaio4_actvity.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
==Conlusion==&lt;br /&gt;
&lt;br /&gt;
If answering the question from the main part of the Problem section one can state that the best scenario is the last one and the question is which activities can guarantee the KPI. Also, tester and analyst can be allocated to other projects to fulfill their capacity. The policy of Change request goes always first leads to huge technical debt, do another prioritisation policy should be found, but it was not the purpose of this simulation. I would like to emphasise that adding more resources is an obvious solution, but as simulation showed not effective one, even though it could be overseen by the managements effectiveness of the team is the main component. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Code= &lt;br /&gt;
&lt;br /&gt;
[[File: IT_Team.spm]]&lt;br /&gt;
&lt;br /&gt;
''PS. I was unable to upload three other scenarios due to the error '''This file contains HTML or script code that may be erroneously interpreted by a web browser.''' Therefore I am sending a link to the other scenarios that are placed on the Disk https://drive.google.com/drive/folders/1RW-cRiQVDGPxrkpDmBnFokCtI7nnbwEb?usp=sharing''&lt;/div&gt;</summary>
		<author><name>Antonsverlov</name></author>
		
	</entry>
	<entry>
		<id>http://www.simulace.info/index.php?title=IT_Team_simulation&amp;diff=20954</id>
		<title>IT Team simulation</title>
		<link rel="alternate" type="text/html" href="http://www.simulace.info/index.php?title=IT_Team_simulation&amp;diff=20954"/>
		<updated>2021-01-20T20:44:57Z</updated>

		<summary type="html">&lt;p&gt;Antonsverlov: /* Values in the model */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Author: Anton Sverlov&lt;br /&gt;
VSE email: svea01@vse.cz&lt;br /&gt;
Simulation in Simprocess&lt;br /&gt;
&lt;br /&gt;
=Problem definition=&lt;br /&gt;
At the time I am working in an IT team of a start-up insuretech company that offers life insurance online and provides its clients with the application which makes a score of client’s physical activities - the more the client does sport the bigger cashback from the price of the insurance contract he can get. &lt;br /&gt;
As that company is software-based, the IT team plays a big role, but unfortunately it did not have a proper process of solving business requirements. The following sections will describe the new process of a team (implemented recently) and the simulation is supposed '''to help to identify the bottlenecks of the process''', meanwhile, the results from the simulation are supposed to help to '''come with the solution about the right distribution of the resources''' in order '''to boost the effectiveness of the team'''.&lt;br /&gt;
&lt;br /&gt;
==Questions==&lt;br /&gt;
There are several possible solutions the management of the company is discussing:&lt;br /&gt;
#Hire 3 more full-stack developers&lt;br /&gt;
#To &amp;quot;grow&amp;quot; one od the current developers into the Techlead main assistant&lt;br /&gt;
#To provide the team members with learning sessions (but not sure which ones)&lt;br /&gt;
#Add one more analyst to analyze the task faster&lt;br /&gt;
&lt;br /&gt;
The following model is supposed to help the author of this work to choose the right move.&lt;br /&gt;
&lt;br /&gt;
=Method=&lt;br /&gt;
&lt;br /&gt;
Simprocess is a relevant tool for such kind of problem mainly because the aforementioned situation can be described as discrete. There is a clear entity (business requirement or bug) which goes through a series of operations (development process), it includes different type of events (delays, “fight” for the resources etc.) which creates queues. Simprocess and the process modeling also allows the author of this model to include decision points and define time delays by a probability distribution. The question stated in the problem section could be answered using different scenarios.&lt;br /&gt;
&lt;br /&gt;
=Model=&lt;br /&gt;
&lt;br /&gt;
In order to create a Simprocess model, the author of this works has to describe the process of the given Development team, resources available, historical information available, and limitations of the model that the author included. &lt;br /&gt;
&lt;br /&gt;
==Requirements gathering process==&lt;br /&gt;
&lt;br /&gt;
[[File:Picture_1.jpg|frame]]&lt;br /&gt;
&lt;br /&gt;
The main operation, in this case, is the procedure for registering requests. In this case, a requirement is understood as any formally described condition that the created solution must satisfy.&lt;br /&gt;
&lt;br /&gt;
In particular, the requirements are:&lt;br /&gt;
&lt;br /&gt;
*	New functionalities or change requests &lt;br /&gt;
*	Errors identified during internal or external testing on already running solution&lt;br /&gt;
&lt;br /&gt;
Requirements can come from various sources, for example:&lt;br /&gt;
&lt;br /&gt;
*	Company management &lt;br /&gt;
*	Customers (through the Customer care line)&lt;br /&gt;
*	Tester as part of a project team&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
All the requirements are placed into Backlog in the Jira software tool and are monitored.&lt;br /&gt;
&lt;br /&gt;
==Resources in the simulation==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Product owner	===&lt;br /&gt;
* Formation of plans&lt;br /&gt;
* Monitoring the implementation of plans&lt;br /&gt;
* Organizational work (including the sources of the requirements)&lt;br /&gt;
* Conceptual architecture of the solution&lt;br /&gt;
* Part of the analytical work&lt;br /&gt;
&lt;br /&gt;
The product owner is the first contact to deal with business requirements. He is in close contact with the analyst when it is decided that a task is ready for backlog (business case or cost-benefit analysis of new functionality is done; in case of defect management – bugs are either accepted or specified for the Debugging processes).&lt;br /&gt;
&lt;br /&gt;
===1x Analyst===	&lt;br /&gt;
* Development of technical specification for functionality&lt;br /&gt;
* Development of test plans&lt;br /&gt;
* Conceptual testing of functionality&lt;br /&gt;
* Development of user documentation&lt;br /&gt;
The analyst is available '''only 2 days a week''' &lt;br /&gt;
&lt;br /&gt;
===1x Techlead===	&lt;br /&gt;
* Conceptual consultancy&lt;br /&gt;
* Code review control&lt;br /&gt;
* Production release&lt;br /&gt;
Techlead is able to solve Code reviews and Releases '''only 2 days a week''', rest of the time is allocated to management activities and cooperation on the other projects.  &lt;br /&gt;
&lt;br /&gt;
===9x Developers===&lt;br /&gt;
* Development of functionality&lt;br /&gt;
* Correction of errors in the code&lt;br /&gt;
* Conducting initial testing of the code&lt;br /&gt;
* Participates in complex code testing&lt;br /&gt;
&lt;br /&gt;
All developers are full-time employees with the same level of seniority&lt;br /&gt;
&lt;br /&gt;
===1x Tester===	&lt;br /&gt;
* Functionality testing in all of the environments&lt;br /&gt;
* Writing UAT tests&lt;br /&gt;
&lt;br /&gt;
==Development process for the model==&lt;br /&gt;
&lt;br /&gt;
For the development process, the team has chosen the Kanban approach under the condition that the FIFO principle will be used (the first task in – the first task out). The following process describes all the phases from the moment the task was passed to the team to its release. &lt;br /&gt;
&lt;br /&gt;
[[File:Picture_3.jpg|frame]] &lt;br /&gt;
&lt;br /&gt;
The team’s Kanban board includes 8 phases each task goes through:&lt;br /&gt;
&lt;br /&gt;
#To develop &lt;br /&gt;
#:After identifying the requirements to be developed within the framework of this version, a detailed development plan for this version is drawn up and added to Kanban Board. Then, according to the plan, the Developer, together with the Techlead (in terms of conceptual architectural solutions), based on the technical specification, prepares the work draft.&lt;br /&gt;
#In progress&lt;br /&gt;
#:After agreeing on the working draft, the Developer proceeds to its implementation. For sufficiently large requirements, the functionality) is implemented in several parts. &lt;br /&gt;
#Code review&lt;br /&gt;
#:After the development of one part, the code quality is checked by the Techlead. If deficiencies are revealed, the Developer eliminates them.&lt;br /&gt;
#Acceptance &lt;br /&gt;
#:If needed, the functionality demonstrated to the Business owner on the development environment already (rare cases). &lt;br /&gt;
#Testing&lt;br /&gt;
#:After the implementation of all parts of one requirement, the Developer demonstrates the developed functionality to the Tester who is testing for compliance with user needs. If inconsistencies with the needs of users are revealed, the changes are implemented and the functionality is immediately finalized (in case of minor comments that do not require changing of the business logic and the architectural model).In case of successful concept testing, the Developer proceeds to the implementation of the next requirement in accordance with the version work plan.&lt;br /&gt;
#Stage release&lt;br /&gt;
#:The functionalities that are tested on DEV are prepared for the stage release and waiting for the Techlead to prepare the release. &lt;br /&gt;
#UAT&lt;br /&gt;
#:The tester repeats the testing on Stage environment&lt;br /&gt;
#Done&lt;br /&gt;
#:All the tasks which are ready for the PROD release are moved to the column Done and are waiting for the Techlead. After all the improvements planned in the version have been implemented, the Techlead builds the version and generates Release notes, in which:&lt;br /&gt;
* Version parameters are described (number, release date etc.)&lt;br /&gt;
* Requirements implemented in the version are listed (new functionality, fixed errors)&lt;br /&gt;
* Contains version deployment information (steps)&lt;br /&gt;
&lt;br /&gt;
Also, after agreeing on the new functionality, the Analyst updates the user documentation for the solution.&lt;br /&gt;
&lt;br /&gt;
==Model presumtions and limitations==&lt;br /&gt;
 &lt;br /&gt;
[[File:Process_IT_Team.jpg |frame]]&lt;br /&gt;
[[File:Process_detail.jpg |frame]]&lt;br /&gt;
&lt;br /&gt;
After the thorough analysis of the team the author of this work decided to create a model with the following presumptions and limitations: &lt;br /&gt;
&lt;br /&gt;
#The model presumes that the reaction of the product owner is that agile that no irrelevant tasks appear at the Kanban board and the cycle of the team is fast enough, that this task is never moved to the old backlog during the development process&lt;br /&gt;
#The model presumes that the analysis is done with the FIFO principle&lt;br /&gt;
#The model presumes that the seniority of all of the developers (resources) is exactly the same (while in reality even if all the developer are similarly senior it does not mean that they are able of exactly the same performance on all type of tasks, or have the same performance every day)&lt;br /&gt;
#This model excludes the impact of unpredictable factors (like new legal requirements, that can get higher priority and be handed over directly to the dev team and implemented as a hotfix)&lt;br /&gt;
#This model excludes the phase of Acceptance because of this phase is often jumped over and even though it in reality this fact often leads to the big list of bugs reported later, this is not the objective of this exact model.&lt;br /&gt;
#This model does not separate the process Testing and UAT testing, because UAT is considered to be insignificant for the purpose of this model &lt;br /&gt;
#Bug are supposed to be less priority and always to be served after Change requests (in reality some of the bugs are that huge, that they are served earlier&lt;br /&gt;
#There were not sufficient statistics about the code review quality, but it was estimated like that by the Techlead of the team. There were not enough statistics about the testing failure, estimation by the tester was used for the purpose of this simulation&lt;br /&gt;
&lt;br /&gt;
==Values in the model==&lt;br /&gt;
&lt;br /&gt;
===Generators &amp;quot;Change request&amp;quot; and &amp;quot;Bugs&amp;quot;===&lt;br /&gt;
For both of the generators, the author used the presumption of Poisson distribution 5 requests/day and 2 bugs/day that was transformed into Exponential distribution Exp(1.6) an Exp(4.0) respectively (with the time unit Hour). This estimation was done based on the data from 5.10.2020 - 2.1.2020 (90 calendar days) exported from Jira. The data had to be cleaned due to incoming requests on non-business days, statistical outliers ( days when somebody created a number of irrelevant to this model sub-issues or migrated a number of issues from the old backlog). From the cleaned data we can derive that the average and the variance of the final set of data are close enough, which were used as a hit to suppose that the distribution of this value could be considered to be Poisson distribution.   &lt;br /&gt;
&lt;br /&gt;
===Batch &amp;quot;Product owner&amp;quot;===&lt;br /&gt;
&lt;br /&gt;
For the effective process of analysis and prioritization, the product owner collects several requests all at once and during meetings with the analyst explains the tasks for further specification. A value of 10 was chosen from the personal experience and intuitive estimation. The statistically derived value was considered to be irrelevant for the purpose of this model.&lt;br /&gt;
&lt;br /&gt;
===Delay &amp;quot;IT Analzst&amp;quot;===&lt;br /&gt;
The time spent on analysis Exp (1) days for the batch from the Product owner was derived from the average time based on the usual process when the Analyst and Product owner have a 1to1 and the other day assigns the tasks to the team members. For the purposes of this simulation Analyst automatically moves requests to the backlog/ Kanban&lt;br /&gt;
&lt;br /&gt;
===Delay and forks in To develop / Code review / Testing/ Release===&lt;br /&gt;
&lt;br /&gt;
In this case, the name of the Delay function &amp;quot;To develop&amp;quot; is not the same as in the real Kanban board and serves as an actual process of development, while the number of the tasks in this activity symbolizes both backlog and task that are being developed at the same time. Exp (2) day was chosen because of the team policy to decompose the requirements into requests with the value of 2 to 3 MD. &lt;br /&gt;
All of the following values are coming from the empirical data and interviews with the tech lead and tester who estimated the current effectiveness of the team as follows:&lt;br /&gt;
#Half of the tasks due to the blank in the knowledge of the business logic and code clearance best practices have to be revised&lt;br /&gt;
#A rough estimation of 10 % probability of mistakes at the Testing stage was done&lt;br /&gt;
#Preparation of the release was estimated for 0.5MD (the estimation is reliable because the Techlead considered this task as his routine activity)&lt;br /&gt;
&lt;br /&gt;
=Results and conclusion=&lt;br /&gt;
&lt;br /&gt;
In order to answer the question stated in the first part there were run 100 replication of three scenarios of the simulation in the time frame from 1.1.2021 to 31.12.2021:&lt;br /&gt;
&lt;br /&gt;
#'''Default Scenario:''' Default settings&lt;br /&gt;
#'''Scenario:''' 3 more developers are added to the resources&lt;br /&gt;
#'''Scenario:''' One of the developers is moved to the Techlead position  &lt;br /&gt;
#'''Scenario:''' Learnings and sessions for the team&lt;br /&gt;
&lt;br /&gt;
==Default scenario==&lt;br /&gt;
&lt;br /&gt;
[[File:Default_scenario.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
From the average result of 100 simulation it is 618 Change requests and 771 Bugs that were not solved out of 1713 and 780 respectively. &lt;br /&gt;
&lt;br /&gt;
[[File:Resourcespng.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
From the Default scenario, we can see that the analyst and tester are definitely not the bottlenecks of the process because their capacities are unused most of the time (apx. 50 % and 85 % respectively). For the management of the company it gives a clear hint that they can be used for the other tasks as well or the tasks are stuck somewhere else and the resources are waning for the previous process. (this will be covered by the other scenarios)&lt;br /&gt;
&lt;br /&gt;
[[File:Default_stuckpng.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
It is obvious that the main reason for the inefficiency of the process is that the entities are stuck and waiting for the developers.&lt;br /&gt;
&lt;br /&gt;
==Three more developers==&lt;br /&gt;
&lt;br /&gt;
In the next scenario, the number of Resources of the Resource type Full stack developer is extended to 12.&lt;br /&gt;
&lt;br /&gt;
[[File:Scenario_2png.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
It is interesting to observe that extended number of the developers has '''just insignificantly impacted''' the result of the team.&lt;br /&gt;
&lt;br /&gt;
[[File:Scernario_1_resources.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
And loaded the capacities of the testing '''by 1 per cent only.''' &lt;br /&gt;
&lt;br /&gt;
'''Thus, both hypothesis from the previous two paragraphs were incorrect.'''&lt;br /&gt;
&lt;br /&gt;
==Two Techleads==&lt;br /&gt;
&lt;br /&gt;
For the next scenario, one of the most potential developers was promoted to the assistant of the techlead and will be helping with the Code reviews and Releases. For that, simulations are run with 8 units of Full stack developer resource and 2 units for Techlead. &lt;br /&gt;
&lt;br /&gt;
[[File:Scenario_3.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
The result of this change was worse than expected. It did a minor change in the numbers of requests processed in the system, but even worsened the usage of the resources.&lt;br /&gt;
&lt;br /&gt;
==Learnings and the sessions for the team==&lt;br /&gt;
&lt;br /&gt;
Less obvious, but seemingly the most effective scenario is that the team has gone through the sessions on code clearance, business logic, and the check lists for the code review were created. In the model this situation means that the KPI for the probability that Code review was successful is set to 0.8 instead of 0.5. From the business point of view, it means that the KPI of the team is to deliver better code and reduce need for the rework.&lt;br /&gt;
&lt;br /&gt;
For this 100 simulations are run with the value 0.8 of the connector Yes outgoing from the Branch Is the code ok? and value 0.2 for the connector No.&lt;br /&gt;
&lt;br /&gt;
[[File:Scenario4.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
This move had several outcomes:&lt;br /&gt;
&lt;br /&gt;
#Increased the number of the tasks which exist the system within the given timeframe.&lt;br /&gt;
#Increased the usage of the tester's capacity&lt;br /&gt;
# Helped to reduce the Average cycle time of being in the process by 2 weeks for the Change requests&lt;br /&gt;
# Reduced number of task waiting in the &amp;quot;Backlog&amp;quot; (delay To develop) &lt;br /&gt;
  &lt;br /&gt;
&lt;br /&gt;
[[File:Scenario_4_Resources.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
[[File:Scenaio4_actvity.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
==Conlusion==&lt;br /&gt;
&lt;br /&gt;
If answering the question from the main part of the Problem section one can state that the best scenario is the last one and the question is which activities can guarantee the KPI. Also, tester and analyst can be allocated to other projects to fulfill their capacity. The policy of Change request goes always first leads to huge technical debt, do another prioritisation policy should be found, but it was not the purpose of this simulation. I would like to emphasise that adding more resources is an obvious solution, but as simulation showed not effective one, even though it could be overseen by the managements effectiveness of the team is the main component. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Code= &lt;br /&gt;
&lt;br /&gt;
[[File: IT_Team.spm]]&lt;br /&gt;
&lt;br /&gt;
''PS. I was unable to upload three other scenarios due to the error '''This file contains HTML or script code that may be erroneously interpreted by a web browser.''' Therefore I am sending a link to the other scenarios that are placed on the Disk https://drive.google.com/drive/folders/1RW-cRiQVDGPxrkpDmBnFokCtI7nnbwEb?usp=sharing''&lt;/div&gt;</summary>
		<author><name>Antonsverlov</name></author>
		
	</entry>
	<entry>
		<id>http://www.simulace.info/index.php?title=IT_Team_simulation&amp;diff=20884</id>
		<title>IT Team simulation</title>
		<link rel="alternate" type="text/html" href="http://www.simulace.info/index.php?title=IT_Team_simulation&amp;diff=20884"/>
		<updated>2021-01-20T18:59:10Z</updated>

		<summary type="html">&lt;p&gt;Antonsverlov: /* Two Techleads */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Author: Anton Sverlov&lt;br /&gt;
VSE email: svea01@vse.cz&lt;br /&gt;
Simulation in Simprocess&lt;br /&gt;
&lt;br /&gt;
=Problem definition=&lt;br /&gt;
At the time I am working in an IT team of a start-up insuretech company that offers life insurance online and provides its clients with the application which makes a score of client’s physical activities - the more the client does sport the bigger cashback from the price of the insurance contract he can get. &lt;br /&gt;
As that company is software-based, the IT team plays a big role, but unfortunately it did not have a proper process of solving business requirements. The following sections will describe the new process of a team (implemented recently) and the simulation is supposed '''to help to identify the bottlenecks of the process''', meanwhile, the results from the simulation are supposed to help to '''come with the solution about the right distribution of the resources''' in order '''to boost the effectiveness of the team'''.&lt;br /&gt;
&lt;br /&gt;
==Questions==&lt;br /&gt;
There are several possible solutions the management of the company is discussing:&lt;br /&gt;
#Hire 3 more full-stack developers&lt;br /&gt;
#To &amp;quot;grow&amp;quot; one od the current developers into the Techlead main assistant&lt;br /&gt;
#To provide the team members with learning sessions (but not sure which ones)&lt;br /&gt;
#Add one more analyst to analyze the task faster&lt;br /&gt;
&lt;br /&gt;
The following model is supposed to help the author of this work to choose the right move.&lt;br /&gt;
&lt;br /&gt;
=Method=&lt;br /&gt;
&lt;br /&gt;
Simprocess is a relevant tool for such kind of problem mainly because the aforementioned situation can be described as discrete. There is a clear entity (business requirement or bug) which goes through a series of operations (development process), it includes different type of events (delays, “fight” for the resources etc.) which creates queues. Simprocess and the process modeling also allows the author of this model to include decision points and define time delays by a probability distribution. The question stated in the problem section could be answered using different scenarios.&lt;br /&gt;
&lt;br /&gt;
=Model=&lt;br /&gt;
&lt;br /&gt;
In order to create a Simprocess model, the author of this works has to describe the process of the given Development team, resources available, historical information available, and limitations of the model that the author included. &lt;br /&gt;
&lt;br /&gt;
==Requirements gathering process==&lt;br /&gt;
&lt;br /&gt;
[[File:Picture_1.jpg|frame]]&lt;br /&gt;
&lt;br /&gt;
The main operation, in this case, is the procedure for registering requests. In this case, a requirement is understood as any formally described condition that the created solution must satisfy.&lt;br /&gt;
&lt;br /&gt;
In particular, the requirements are:&lt;br /&gt;
&lt;br /&gt;
*	New functionalities or change requests &lt;br /&gt;
*	Errors identified during internal or external testing on already running solution&lt;br /&gt;
&lt;br /&gt;
Requirements can come from various sources, for example:&lt;br /&gt;
&lt;br /&gt;
*	Company management &lt;br /&gt;
*	Customers (through the Customer care line)&lt;br /&gt;
*	Tester as part of a project team&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
All the requirements are placed into Backlog in the Jira software tool and are monitored.&lt;br /&gt;
&lt;br /&gt;
==Resources in the simulation==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Product owner	===&lt;br /&gt;
* Formation of plans&lt;br /&gt;
* Monitoring the implementation of plans&lt;br /&gt;
* Organizational work (including the sources of the requirements)&lt;br /&gt;
* Conceptual architecture of the solution&lt;br /&gt;
* Part of the analytical work&lt;br /&gt;
&lt;br /&gt;
The product owner is the first contact to deal with business requirements. He is in close contact with the analyst when it is decided that a task is ready for backlog (business case or cost-benefit analysis of new functionality is done; in case of defect management – bugs are either accepted or specified for the Debugging processes).&lt;br /&gt;
&lt;br /&gt;
===1x Analyst===	&lt;br /&gt;
* Development of technical specification for functionality&lt;br /&gt;
* Development of test plans&lt;br /&gt;
* Conceptual testing of functionality&lt;br /&gt;
* Development of user documentation&lt;br /&gt;
The analyst is available '''only 2 days a week''' &lt;br /&gt;
&lt;br /&gt;
===1x Techlead===	&lt;br /&gt;
* Conceptual consultancy&lt;br /&gt;
* Code review control&lt;br /&gt;
* Production release&lt;br /&gt;
Techlead is able to solve Code reviews and Releases '''only 2 days a week''', rest of the time is allocated to management activities and cooperation on the other projects.  &lt;br /&gt;
&lt;br /&gt;
===9x Developers===&lt;br /&gt;
* Development of functionality&lt;br /&gt;
* Correction of errors in the code&lt;br /&gt;
* Conducting initial testing of the code&lt;br /&gt;
* Participates in complex code testing&lt;br /&gt;
&lt;br /&gt;
All developers are full-time employees with the same level of seniority&lt;br /&gt;
&lt;br /&gt;
===1x Tester===	&lt;br /&gt;
* Functionality testing in all of the environments&lt;br /&gt;
* Writing UAT tests&lt;br /&gt;
&lt;br /&gt;
==Development process for the model==&lt;br /&gt;
&lt;br /&gt;
For the development process, the team has chosen the Kanban approach under the condition that the FIFO principle will be used (the first task in – the first task out). The following process describes all the phases from the moment the task was passed to the team to its release. &lt;br /&gt;
&lt;br /&gt;
[[File:Picture_3.jpg|frame]] &lt;br /&gt;
&lt;br /&gt;
The team’s Kanban board includes 8 phases each task goes through:&lt;br /&gt;
&lt;br /&gt;
#To develop &lt;br /&gt;
#:After identifying the requirements to be developed within the framework of this version, a detailed development plan for this version is drawn up and added to Kanban Board. Then, according to the plan, the Developer, together with the Techlead (in terms of conceptual architectural solutions), based on the technical specification, prepares the work draft.&lt;br /&gt;
#In progress&lt;br /&gt;
#:After agreeing on the working draft, the Developer proceeds to its implementation. For sufficiently large requirements, the functionality) is implemented in several parts. &lt;br /&gt;
#Code review&lt;br /&gt;
#:After the development of one part, the code quality is checked by the Techlead. If deficiencies are revealed, the Developer eliminates them.&lt;br /&gt;
#Acceptance &lt;br /&gt;
#:If needed, the functionality demonstrated to the Business owner on the development environment already (rare cases). &lt;br /&gt;
#Testing&lt;br /&gt;
#:After the implementation of all parts of one requirement, the Developer demonstrates the developed functionality to the Tester who is testing for compliance with user needs. If inconsistencies with the needs of users are revealed, the changes are implemented and the functionality is immediately finalized (in case of minor comments that do not require changing of the business logic and the architectural model).In case of successful concept testing, the Developer proceeds to the implementation of the next requirement in accordance with the version work plan.&lt;br /&gt;
#Stage release&lt;br /&gt;
#:The functionalities that are tested on DEV are prepared for the stage release and waiting for the Techlead to prepare the release. &lt;br /&gt;
#UAT&lt;br /&gt;
#:The tester repeats the testing on Stage environment&lt;br /&gt;
#Done&lt;br /&gt;
#:All the tasks which are ready for the PROD release are moved to the column Done and are waiting for the Techlead. After all the improvements planned in the version have been implemented, the Techlead builds the version and generates Release notes, in which:&lt;br /&gt;
* Version parameters are described (number, release date etc.)&lt;br /&gt;
* Requirements implemented in the version are listed (new functionality, fixed errors)&lt;br /&gt;
* Contains version deployment information (steps)&lt;br /&gt;
&lt;br /&gt;
Also, after agreeing on the new functionality, the Analyst updates the user documentation for the solution.&lt;br /&gt;
&lt;br /&gt;
==Model presumtions and limitations==&lt;br /&gt;
 &lt;br /&gt;
[[File:Process_IT_Team.jpg |frame]]&lt;br /&gt;
[[File:Process_detail.jpg |frame]]&lt;br /&gt;
&lt;br /&gt;
After the thorough analysis of the team the author of this work decided to create a model with the following presumptions and limitations: &lt;br /&gt;
&lt;br /&gt;
#The model presumes that the reaction of the product owner is that agile that no irrelevant tasks appear at the Kanban board and the cycle of the team is fast enough, that this task is never moved to the old backlog during the development process&lt;br /&gt;
#The model presumes that the analysis is done with the FIFO principle&lt;br /&gt;
#The model presumes that the seniority of all of the developers (resources) is exactly the same (while in reality even if all the developer are similarly senior it does not mean that they are able of exactly the same performance on all type of tasks, or have the same performance every day)&lt;br /&gt;
#This model excludes the impact of unpredictable factors (like new legal requirements, that can get higher priority and be handed over directly to the dev team and implemented as a hotfix)&lt;br /&gt;
#This model excludes the phase of Acceptance because of this phase is often jumped over and even though it in reality this fact often leads to the big list of bugs reported later, this is not the objective of this exact model.&lt;br /&gt;
#This model does not separate the process Testing and UAT testing, because UAT is considered to be insignificant for the purpose of this model &lt;br /&gt;
#Bug are supposed to be less priority and always to be served after Change requests (in reality some of the bugs are that huge, that they are served earlier&lt;br /&gt;
#There were not sufficient statistics about the code review quality, but it was estimated like that by the Techlead of the team. There were not enough statistics about the testing failure, estimation by the tester was used for the purpose of this simulation&lt;br /&gt;
&lt;br /&gt;
==Values in the model==&lt;br /&gt;
&lt;br /&gt;
===Generators &amp;quot;Change request&amp;quot; and &amp;quot;Bugs&amp;quot;===&lt;br /&gt;
For both of the generators, the author used the presumption of Poisson distribution 5 requests/day and 2 bugs/day that was transformed into Exponential distribution Exp(1.6) an Exp(4.0) respectively (with the time unit Hour). This estimation was done based on the data from 5.10.2020 - 2.1.2020 (90 calendar days) exported from Jira. The data had to be cleaned due to incoming requests on non-business days, statistical outliers ( days when somebody created a number of irrelevant to this model sub-issues or migrated a number of issues from the old backlog). From the cleaned data we can derive that the average and the variance of the final set of data are close enough, which were used as a hit to suppose that the distribution of this value could be considered to be Poisson distribution.   &lt;br /&gt;
&lt;br /&gt;
===Batch &amp;quot;Product owner&amp;quot;===&lt;br /&gt;
&lt;br /&gt;
For the effective process of analysis and prioritization, the product owner collects several requests all at once and during meetings with the analyst explains the tasks for further specification. A value of 10 was chosen from the personal experience and intuitive estimation. The statistically derived value was considered to be irrelevant for the purpose of this model.&lt;br /&gt;
&lt;br /&gt;
===Delay and forks in To develop / Code review / Testing/ Release===&lt;br /&gt;
&lt;br /&gt;
In this case, the name of the Delay function &amp;quot;To develop&amp;quot; is not the same as in the real Kanban board and serves as an actual process of development, while the number of the tasks in this activity symbolizes both backlog and task that are being developed at the same time. Exp (2) day was chosen because of the team policy to decompose the requirements into requests with the value of 2 to 3 MD. &lt;br /&gt;
All of the following values are coming from the empirical data and interviews with the tech lead and tester who estimated the current effectiveness of the team as follows:&lt;br /&gt;
#Half of the tasks due to the blank in the knowledge of the business logic and code clearance best practices have to be revised&lt;br /&gt;
#A rough estimation of 10 % probability of mistakes at the Testing stage was done&lt;br /&gt;
#Preparation of the release was estimated for 0.5MD (the estimation is reliable because the techlead considered this task as his routine activity)&lt;br /&gt;
&lt;br /&gt;
=Results and conclusion=&lt;br /&gt;
&lt;br /&gt;
In order to answer the question stated in the first part there were run 100 replication of three scenarios of the simulation in the time frame from 1.1.2021 to 31.12.2021:&lt;br /&gt;
&lt;br /&gt;
#'''Default Scenario:''' Default settings&lt;br /&gt;
#'''Scenario:''' 3 more developers are added to the resources&lt;br /&gt;
#'''Scenario:''' One of the developers is moved to the Techlead position  &lt;br /&gt;
#'''Scenario:''' Learnings and sessions for the team&lt;br /&gt;
&lt;br /&gt;
==Default scenario==&lt;br /&gt;
&lt;br /&gt;
[[File:Default_scenario.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
From the average result of 100 simulation it is 618 Change requests and 771 Bugs that were not solved out of 1713 and 780 respectively. &lt;br /&gt;
&lt;br /&gt;
[[File:Resourcespng.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
From the Default scenario, we can see that the analyst and tester are definitely not the bottlenecks of the process because their capacities are unused most of the time (apx. 50 % and 85 % respectively). For the management of the company it gives a clear hint that they can be used for the other tasks as well or the tasks are stuck somewhere else and the resources are waning for the previous process. (this will be covered by the other scenarios)&lt;br /&gt;
&lt;br /&gt;
[[File:Default_stuckpng.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
It is obvious that the main reason for the inefficiency of the process is that the entities are stuck and waiting for the developers.&lt;br /&gt;
&lt;br /&gt;
==Three more developers==&lt;br /&gt;
&lt;br /&gt;
In the next scenario, the number of Resources of the Resource type Full stack developer is extended to 12.&lt;br /&gt;
&lt;br /&gt;
[[File:Scenario_2png.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
It is interesting to observe that extended number of the developers has '''just insignificantly impacted''' the result of the team.&lt;br /&gt;
&lt;br /&gt;
[[File:Scernario_1_resources.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
And loaded the capacities of the testing '''by 1 per cent only.''' &lt;br /&gt;
&lt;br /&gt;
'''Thus, both hypothesis from the previous two paragraphs were incorrect.'''&lt;br /&gt;
&lt;br /&gt;
==Two Techleads==&lt;br /&gt;
&lt;br /&gt;
For the next scenario, one of the most potential developers was promoted to the assistant of the techlead and will be helping with the Code reviews and Releases. For that, simulations are run with 8 units of Full stack developer resource and 2 units for Techlead. &lt;br /&gt;
&lt;br /&gt;
[[File:Scenario_3.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
The result of this change was worse than expected. It did a minor change in the numbers of requests processed in the system, but even worsened the usage of the resources.&lt;br /&gt;
&lt;br /&gt;
==Learnings and the sessions for the team==&lt;br /&gt;
&lt;br /&gt;
Less obvious, but seemingly the most effective scenario is that the team has gone through the sessions on code clearance, business logic, and the check lists for the code review were created. In the model this situation means that the KPI for the probability that Code review was successful is set to 0.8 instead of 0.5. From the business point of view, it means that the KPI of the team is to deliver better code and reduce need for the rework.&lt;br /&gt;
&lt;br /&gt;
For this 100 simulations are run with the value 0.8 of the connector Yes outgoing from the Branch Is the code ok? and value 0.2 for the connector No.&lt;br /&gt;
&lt;br /&gt;
[[File:Scenario4.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
This move had several outcomes:&lt;br /&gt;
&lt;br /&gt;
#Increased the number of the tasks which exist the system within the given timeframe.&lt;br /&gt;
#Increased the usage of the tester's capacity&lt;br /&gt;
# Helped to reduce the Average cycle time of being in the process by 2 weeks for the Change requests&lt;br /&gt;
# Reduced number of task waiting in the &amp;quot;Backlog&amp;quot; (delay To develop) &lt;br /&gt;
  &lt;br /&gt;
&lt;br /&gt;
[[File:Scenario_4_Resources.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
[[File:Scenaio4_actvity.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
==Conlusion==&lt;br /&gt;
&lt;br /&gt;
If answering the question from the main part of the Problem section one can state that the best scenario is the last one and the question is which activities can guarantee the KPI. Also, tester and analyst can be allocated to other projects to fulfill their capacity. The policy of Change request goes always first leads to huge technical debt, do another prioritisation policy should be found, but it was not the purpose of this simulation. I would like to emphasise that adding more resources is an obvious solution, but as simulation showed not effective one, even though it could be overseen by the managements effectiveness of the team is the main component. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Code= &lt;br /&gt;
&lt;br /&gt;
[[File: IT_Team.spm]]&lt;br /&gt;
&lt;br /&gt;
''PS. I was unable to upload three other scenarios due to the error '''This file contains HTML or script code that may be erroneously interpreted by a web browser.''' Therefore I am sending a link to the other scenarios that are placed on the Disk https://drive.google.com/drive/folders/1RW-cRiQVDGPxrkpDmBnFokCtI7nnbwEb?usp=sharing''&lt;/div&gt;</summary>
		<author><name>Antonsverlov</name></author>
		
	</entry>
	<entry>
		<id>http://www.simulace.info/index.php?title=IT_Team_simulation&amp;diff=20883</id>
		<title>IT Team simulation</title>
		<link rel="alternate" type="text/html" href="http://www.simulace.info/index.php?title=IT_Team_simulation&amp;diff=20883"/>
		<updated>2021-01-20T18:57:09Z</updated>

		<summary type="html">&lt;p&gt;Antonsverlov: /* Three more developers */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Author: Anton Sverlov&lt;br /&gt;
VSE email: svea01@vse.cz&lt;br /&gt;
Simulation in Simprocess&lt;br /&gt;
&lt;br /&gt;
=Problem definition=&lt;br /&gt;
At the time I am working in an IT team of a start-up insuretech company that offers life insurance online and provides its clients with the application which makes a score of client’s physical activities - the more the client does sport the bigger cashback from the price of the insurance contract he can get. &lt;br /&gt;
As that company is software-based, the IT team plays a big role, but unfortunately it did not have a proper process of solving business requirements. The following sections will describe the new process of a team (implemented recently) and the simulation is supposed '''to help to identify the bottlenecks of the process''', meanwhile, the results from the simulation are supposed to help to '''come with the solution about the right distribution of the resources''' in order '''to boost the effectiveness of the team'''.&lt;br /&gt;
&lt;br /&gt;
==Questions==&lt;br /&gt;
There are several possible solutions the management of the company is discussing:&lt;br /&gt;
#Hire 3 more full-stack developers&lt;br /&gt;
#To &amp;quot;grow&amp;quot; one od the current developers into the Techlead main assistant&lt;br /&gt;
#To provide the team members with learning sessions (but not sure which ones)&lt;br /&gt;
#Add one more analyst to analyze the task faster&lt;br /&gt;
&lt;br /&gt;
The following model is supposed to help the author of this work to choose the right move.&lt;br /&gt;
&lt;br /&gt;
=Method=&lt;br /&gt;
&lt;br /&gt;
Simprocess is a relevant tool for such kind of problem mainly because the aforementioned situation can be described as discrete. There is a clear entity (business requirement or bug) which goes through a series of operations (development process), it includes different type of events (delays, “fight” for the resources etc.) which creates queues. Simprocess and the process modeling also allows the author of this model to include decision points and define time delays by a probability distribution. The question stated in the problem section could be answered using different scenarios.&lt;br /&gt;
&lt;br /&gt;
=Model=&lt;br /&gt;
&lt;br /&gt;
In order to create a Simprocess model, the author of this works has to describe the process of the given Development team, resources available, historical information available, and limitations of the model that the author included. &lt;br /&gt;
&lt;br /&gt;
==Requirements gathering process==&lt;br /&gt;
&lt;br /&gt;
[[File:Picture_1.jpg|frame]]&lt;br /&gt;
&lt;br /&gt;
The main operation, in this case, is the procedure for registering requests. In this case, a requirement is understood as any formally described condition that the created solution must satisfy.&lt;br /&gt;
&lt;br /&gt;
In particular, the requirements are:&lt;br /&gt;
&lt;br /&gt;
*	New functionalities or change requests &lt;br /&gt;
*	Errors identified during internal or external testing on already running solution&lt;br /&gt;
&lt;br /&gt;
Requirements can come from various sources, for example:&lt;br /&gt;
&lt;br /&gt;
*	Company management &lt;br /&gt;
*	Customers (through the Customer care line)&lt;br /&gt;
*	Tester as part of a project team&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
All the requirements are placed into Backlog in the Jira software tool and are monitored.&lt;br /&gt;
&lt;br /&gt;
==Resources in the simulation==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Product owner	===&lt;br /&gt;
* Formation of plans&lt;br /&gt;
* Monitoring the implementation of plans&lt;br /&gt;
* Organizational work (including the sources of the requirements)&lt;br /&gt;
* Conceptual architecture of the solution&lt;br /&gt;
* Part of the analytical work&lt;br /&gt;
&lt;br /&gt;
The product owner is the first contact to deal with business requirements. He is in close contact with the analyst when it is decided that a task is ready for backlog (business case or cost-benefit analysis of new functionality is done; in case of defect management – bugs are either accepted or specified for the Debugging processes).&lt;br /&gt;
&lt;br /&gt;
===1x Analyst===	&lt;br /&gt;
* Development of technical specification for functionality&lt;br /&gt;
* Development of test plans&lt;br /&gt;
* Conceptual testing of functionality&lt;br /&gt;
* Development of user documentation&lt;br /&gt;
The analyst is available '''only 2 days a week''' &lt;br /&gt;
&lt;br /&gt;
===1x Techlead===	&lt;br /&gt;
* Conceptual consultancy&lt;br /&gt;
* Code review control&lt;br /&gt;
* Production release&lt;br /&gt;
Techlead is able to solve Code reviews and Releases '''only 2 days a week''', rest of the time is allocated to management activities and cooperation on the other projects.  &lt;br /&gt;
&lt;br /&gt;
===9x Developers===&lt;br /&gt;
* Development of functionality&lt;br /&gt;
* Correction of errors in the code&lt;br /&gt;
* Conducting initial testing of the code&lt;br /&gt;
* Participates in complex code testing&lt;br /&gt;
&lt;br /&gt;
All developers are full-time employees with the same level of seniority&lt;br /&gt;
&lt;br /&gt;
===1x Tester===	&lt;br /&gt;
* Functionality testing in all of the environments&lt;br /&gt;
* Writing UAT tests&lt;br /&gt;
&lt;br /&gt;
==Development process for the model==&lt;br /&gt;
&lt;br /&gt;
For the development process, the team has chosen the Kanban approach under the condition that the FIFO principle will be used (the first task in – the first task out). The following process describes all the phases from the moment the task was passed to the team to its release. &lt;br /&gt;
&lt;br /&gt;
[[File:Picture_3.jpg|frame]] &lt;br /&gt;
&lt;br /&gt;
The team’s Kanban board includes 8 phases each task goes through:&lt;br /&gt;
&lt;br /&gt;
#To develop &lt;br /&gt;
#:After identifying the requirements to be developed within the framework of this version, a detailed development plan for this version is drawn up and added to Kanban Board. Then, according to the plan, the Developer, together with the Techlead (in terms of conceptual architectural solutions), based on the technical specification, prepares the work draft.&lt;br /&gt;
#In progress&lt;br /&gt;
#:After agreeing on the working draft, the Developer proceeds to its implementation. For sufficiently large requirements, the functionality) is implemented in several parts. &lt;br /&gt;
#Code review&lt;br /&gt;
#:After the development of one part, the code quality is checked by the Techlead. If deficiencies are revealed, the Developer eliminates them.&lt;br /&gt;
#Acceptance &lt;br /&gt;
#:If needed, the functionality demonstrated to the Business owner on the development environment already (rare cases). &lt;br /&gt;
#Testing&lt;br /&gt;
#:After the implementation of all parts of one requirement, the Developer demonstrates the developed functionality to the Tester who is testing for compliance with user needs. If inconsistencies with the needs of users are revealed, the changes are implemented and the functionality is immediately finalized (in case of minor comments that do not require changing of the business logic and the architectural model).In case of successful concept testing, the Developer proceeds to the implementation of the next requirement in accordance with the version work plan.&lt;br /&gt;
#Stage release&lt;br /&gt;
#:The functionalities that are tested on DEV are prepared for the stage release and waiting for the Techlead to prepare the release. &lt;br /&gt;
#UAT&lt;br /&gt;
#:The tester repeats the testing on Stage environment&lt;br /&gt;
#Done&lt;br /&gt;
#:All the tasks which are ready for the PROD release are moved to the column Done and are waiting for the Techlead. After all the improvements planned in the version have been implemented, the Techlead builds the version and generates Release notes, in which:&lt;br /&gt;
* Version parameters are described (number, release date etc.)&lt;br /&gt;
* Requirements implemented in the version are listed (new functionality, fixed errors)&lt;br /&gt;
* Contains version deployment information (steps)&lt;br /&gt;
&lt;br /&gt;
Also, after agreeing on the new functionality, the Analyst updates the user documentation for the solution.&lt;br /&gt;
&lt;br /&gt;
==Model presumtions and limitations==&lt;br /&gt;
 &lt;br /&gt;
[[File:Process_IT_Team.jpg |frame]]&lt;br /&gt;
[[File:Process_detail.jpg |frame]]&lt;br /&gt;
&lt;br /&gt;
After the thorough analysis of the team the author of this work decided to create a model with the following presumptions and limitations: &lt;br /&gt;
&lt;br /&gt;
#The model presumes that the reaction of the product owner is that agile that no irrelevant tasks appear at the Kanban board and the cycle of the team is fast enough, that this task is never moved to the old backlog during the development process&lt;br /&gt;
#The model presumes that the analysis is done with the FIFO principle&lt;br /&gt;
#The model presumes that the seniority of all of the developers (resources) is exactly the same (while in reality even if all the developer are similarly senior it does not mean that they are able of exactly the same performance on all type of tasks, or have the same performance every day)&lt;br /&gt;
#This model excludes the impact of unpredictable factors (like new legal requirements, that can get higher priority and be handed over directly to the dev team and implemented as a hotfix)&lt;br /&gt;
#This model excludes the phase of Acceptance because of this phase is often jumped over and even though it in reality this fact often leads to the big list of bugs reported later, this is not the objective of this exact model.&lt;br /&gt;
#This model does not separate the process Testing and UAT testing, because UAT is considered to be insignificant for the purpose of this model &lt;br /&gt;
#Bug are supposed to be less priority and always to be served after Change requests (in reality some of the bugs are that huge, that they are served earlier&lt;br /&gt;
#There were not sufficient statistics about the code review quality, but it was estimated like that by the Techlead of the team. There were not enough statistics about the testing failure, estimation by the tester was used for the purpose of this simulation&lt;br /&gt;
&lt;br /&gt;
==Values in the model==&lt;br /&gt;
&lt;br /&gt;
===Generators &amp;quot;Change request&amp;quot; and &amp;quot;Bugs&amp;quot;===&lt;br /&gt;
For both of the generators, the author used the presumption of Poisson distribution 5 requests/day and 2 bugs/day that was transformed into Exponential distribution Exp(1.6) an Exp(4.0) respectively (with the time unit Hour). This estimation was done based on the data from 5.10.2020 - 2.1.2020 (90 calendar days) exported from Jira. The data had to be cleaned due to incoming requests on non-business days, statistical outliers ( days when somebody created a number of irrelevant to this model sub-issues or migrated a number of issues from the old backlog). From the cleaned data we can derive that the average and the variance of the final set of data are close enough, which were used as a hit to suppose that the distribution of this value could be considered to be Poisson distribution.   &lt;br /&gt;
&lt;br /&gt;
===Batch &amp;quot;Product owner&amp;quot;===&lt;br /&gt;
&lt;br /&gt;
For the effective process of analysis and prioritization, the product owner collects several requests all at once and during meetings with the analyst explains the tasks for further specification. A value of 10 was chosen from the personal experience and intuitive estimation. The statistically derived value was considered to be irrelevant for the purpose of this model.&lt;br /&gt;
&lt;br /&gt;
===Delay and forks in To develop / Code review / Testing/ Release===&lt;br /&gt;
&lt;br /&gt;
In this case, the name of the Delay function &amp;quot;To develop&amp;quot; is not the same as in the real Kanban board and serves as an actual process of development, while the number of the tasks in this activity symbolizes both backlog and task that are being developed at the same time. Exp (2) day was chosen because of the team policy to decompose the requirements into requests with the value of 2 to 3 MD. &lt;br /&gt;
All of the following values are coming from the empirical data and interviews with the tech lead and tester who estimated the current effectiveness of the team as follows:&lt;br /&gt;
#Half of the tasks due to the blank in the knowledge of the business logic and code clearance best practices have to be revised&lt;br /&gt;
#A rough estimation of 10 % probability of mistakes at the Testing stage was done&lt;br /&gt;
#Preparation of the release was estimated for 0.5MD (the estimation is reliable because the techlead considered this task as his routine activity)&lt;br /&gt;
&lt;br /&gt;
=Results and conclusion=&lt;br /&gt;
&lt;br /&gt;
In order to answer the question stated in the first part there were run 100 replication of three scenarios of the simulation in the time frame from 1.1.2021 to 31.12.2021:&lt;br /&gt;
&lt;br /&gt;
#'''Default Scenario:''' Default settings&lt;br /&gt;
#'''Scenario:''' 3 more developers are added to the resources&lt;br /&gt;
#'''Scenario:''' One of the developers is moved to the Techlead position  &lt;br /&gt;
#'''Scenario:''' Learnings and sessions for the team&lt;br /&gt;
&lt;br /&gt;
==Default scenario==&lt;br /&gt;
&lt;br /&gt;
[[File:Default_scenario.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
From the average result of 100 simulation it is 618 Change requests and 771 Bugs that were not solved out of 1713 and 780 respectively. &lt;br /&gt;
&lt;br /&gt;
[[File:Resourcespng.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
From the Default scenario, we can see that the analyst and tester are definitely not the bottlenecks of the process because their capacities are unused most of the time (apx. 50 % and 85 % respectively). For the management of the company it gives a clear hint that they can be used for the other tasks as well or the tasks are stuck somewhere else and the resources are waning for the previous process. (this will be covered by the other scenarios)&lt;br /&gt;
&lt;br /&gt;
[[File:Default_stuckpng.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
It is obvious that the main reason for the inefficiency of the process is that the entities are stuck and waiting for the developers.&lt;br /&gt;
&lt;br /&gt;
==Three more developers==&lt;br /&gt;
&lt;br /&gt;
In the next scenario, the number of Resources of the Resource type Full stack developer is extended to 12.&lt;br /&gt;
&lt;br /&gt;
[[File:Scenario_2png.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
It is interesting to observe that extended number of the developers has '''just insignificantly impacted''' the result of the team.&lt;br /&gt;
&lt;br /&gt;
[[File:Scernario_1_resources.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
And loaded the capacities of the testing '''by 1 per cent only.''' &lt;br /&gt;
&lt;br /&gt;
'''Thus, both hypothesis from the previous two paragraphs were incorrect.'''&lt;br /&gt;
&lt;br /&gt;
==Two Techleads==&lt;br /&gt;
&lt;br /&gt;
For the next scenario one of the most potential developers was promoted to the assistant of the techlead and will be helping with the Code reviews and Releases. For that, simulations are run with 8 units of Full stack developer resource and 2 units for Techlead. &lt;br /&gt;
&lt;br /&gt;
[[File:Scenario_3.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
==Learnings and the sessions for the team==&lt;br /&gt;
&lt;br /&gt;
Less obvious, but seemingly the most effective scenario is that the team has gone through the sessions on code clearance, business logic, and the check lists for the code review were created. In the model this situation means that the KPI for the probability that Code review was successful is set to 0.8 instead of 0.5. From the business point of view, it means that the KPI of the team is to deliver better code and reduce need for the rework.&lt;br /&gt;
&lt;br /&gt;
For this 100 simulations are run with the value 0.8 of the connector Yes outgoing from the Branch Is the code ok? and value 0.2 for the connector No.&lt;br /&gt;
&lt;br /&gt;
[[File:Scenario4.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
This move had several outcomes:&lt;br /&gt;
&lt;br /&gt;
#Increased the number of the tasks which exist the system within the given timeframe.&lt;br /&gt;
#Increased the usage of the tester's capacity&lt;br /&gt;
# Helped to reduce the Average cycle time of being in the process by 2 weeks for the Change requests&lt;br /&gt;
# Reduced number of task waiting in the &amp;quot;Backlog&amp;quot; (delay To develop) &lt;br /&gt;
  &lt;br /&gt;
&lt;br /&gt;
[[File:Scenario_4_Resources.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
[[File:Scenaio4_actvity.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
==Conlusion==&lt;br /&gt;
&lt;br /&gt;
If answering the question from the main part of the Problem section one can state that the best scenario is the last one and the question is which activities can guarantee the KPI. Also, tester and analyst can be allocated to other projects to fulfill their capacity. The policy of Change request goes always first leads to huge technical debt, do another prioritisation policy should be found, but it was not the purpose of this simulation. I would like to emphasise that adding more resources is an obvious solution, but as simulation showed not effective one, even though it could be overseen by the managements effectiveness of the team is the main component. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Code= &lt;br /&gt;
&lt;br /&gt;
[[File: IT_Team.spm]]&lt;br /&gt;
&lt;br /&gt;
''PS. I was unable to upload three other scenarios due to the error '''This file contains HTML or script code that may be erroneously interpreted by a web browser.''' Therefore I am sending a link to the other scenarios that are placed on the Disk https://drive.google.com/drive/folders/1RW-cRiQVDGPxrkpDmBnFokCtI7nnbwEb?usp=sharing''&lt;/div&gt;</summary>
		<author><name>Antonsverlov</name></author>
		
	</entry>
	<entry>
		<id>http://www.simulace.info/index.php?title=IT_Team_simulation&amp;diff=20882</id>
		<title>IT Team simulation</title>
		<link rel="alternate" type="text/html" href="http://www.simulace.info/index.php?title=IT_Team_simulation&amp;diff=20882"/>
		<updated>2021-01-20T18:56:07Z</updated>

		<summary type="html">&lt;p&gt;Antonsverlov: /* Values in the model */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Author: Anton Sverlov&lt;br /&gt;
VSE email: svea01@vse.cz&lt;br /&gt;
Simulation in Simprocess&lt;br /&gt;
&lt;br /&gt;
=Problem definition=&lt;br /&gt;
At the time I am working in an IT team of a start-up insuretech company that offers life insurance online and provides its clients with the application which makes a score of client’s physical activities - the more the client does sport the bigger cashback from the price of the insurance contract he can get. &lt;br /&gt;
As that company is software-based, the IT team plays a big role, but unfortunately it did not have a proper process of solving business requirements. The following sections will describe the new process of a team (implemented recently) and the simulation is supposed '''to help to identify the bottlenecks of the process''', meanwhile, the results from the simulation are supposed to help to '''come with the solution about the right distribution of the resources''' in order '''to boost the effectiveness of the team'''.&lt;br /&gt;
&lt;br /&gt;
==Questions==&lt;br /&gt;
There are several possible solutions the management of the company is discussing:&lt;br /&gt;
#Hire 3 more full-stack developers&lt;br /&gt;
#To &amp;quot;grow&amp;quot; one od the current developers into the Techlead main assistant&lt;br /&gt;
#To provide the team members with learning sessions (but not sure which ones)&lt;br /&gt;
#Add one more analyst to analyze the task faster&lt;br /&gt;
&lt;br /&gt;
The following model is supposed to help the author of this work to choose the right move.&lt;br /&gt;
&lt;br /&gt;
=Method=&lt;br /&gt;
&lt;br /&gt;
Simprocess is a relevant tool for such kind of problem mainly because the aforementioned situation can be described as discrete. There is a clear entity (business requirement or bug) which goes through a series of operations (development process), it includes different type of events (delays, “fight” for the resources etc.) which creates queues. Simprocess and the process modeling also allows the author of this model to include decision points and define time delays by a probability distribution. The question stated in the problem section could be answered using different scenarios.&lt;br /&gt;
&lt;br /&gt;
=Model=&lt;br /&gt;
&lt;br /&gt;
In order to create a Simprocess model, the author of this works has to describe the process of the given Development team, resources available, historical information available, and limitations of the model that the author included. &lt;br /&gt;
&lt;br /&gt;
==Requirements gathering process==&lt;br /&gt;
&lt;br /&gt;
[[File:Picture_1.jpg|frame]]&lt;br /&gt;
&lt;br /&gt;
The main operation, in this case, is the procedure for registering requests. In this case, a requirement is understood as any formally described condition that the created solution must satisfy.&lt;br /&gt;
&lt;br /&gt;
In particular, the requirements are:&lt;br /&gt;
&lt;br /&gt;
*	New functionalities or change requests &lt;br /&gt;
*	Errors identified during internal or external testing on already running solution&lt;br /&gt;
&lt;br /&gt;
Requirements can come from various sources, for example:&lt;br /&gt;
&lt;br /&gt;
*	Company management &lt;br /&gt;
*	Customers (through the Customer care line)&lt;br /&gt;
*	Tester as part of a project team&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
All the requirements are placed into Backlog in the Jira software tool and are monitored.&lt;br /&gt;
&lt;br /&gt;
==Resources in the simulation==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Product owner	===&lt;br /&gt;
* Formation of plans&lt;br /&gt;
* Monitoring the implementation of plans&lt;br /&gt;
* Organizational work (including the sources of the requirements)&lt;br /&gt;
* Conceptual architecture of the solution&lt;br /&gt;
* Part of the analytical work&lt;br /&gt;
&lt;br /&gt;
The product owner is the first contact to deal with business requirements. He is in close contact with the analyst when it is decided that a task is ready for backlog (business case or cost-benefit analysis of new functionality is done; in case of defect management – bugs are either accepted or specified for the Debugging processes).&lt;br /&gt;
&lt;br /&gt;
===1x Analyst===	&lt;br /&gt;
* Development of technical specification for functionality&lt;br /&gt;
* Development of test plans&lt;br /&gt;
* Conceptual testing of functionality&lt;br /&gt;
* Development of user documentation&lt;br /&gt;
The analyst is available '''only 2 days a week''' &lt;br /&gt;
&lt;br /&gt;
===1x Techlead===	&lt;br /&gt;
* Conceptual consultancy&lt;br /&gt;
* Code review control&lt;br /&gt;
* Production release&lt;br /&gt;
Techlead is able to solve Code reviews and Releases '''only 2 days a week''', rest of the time is allocated to management activities and cooperation on the other projects.  &lt;br /&gt;
&lt;br /&gt;
===9x Developers===&lt;br /&gt;
* Development of functionality&lt;br /&gt;
* Correction of errors in the code&lt;br /&gt;
* Conducting initial testing of the code&lt;br /&gt;
* Participates in complex code testing&lt;br /&gt;
&lt;br /&gt;
All developers are full-time employees with the same level of seniority&lt;br /&gt;
&lt;br /&gt;
===1x Tester===	&lt;br /&gt;
* Functionality testing in all of the environments&lt;br /&gt;
* Writing UAT tests&lt;br /&gt;
&lt;br /&gt;
==Development process for the model==&lt;br /&gt;
&lt;br /&gt;
For the development process, the team has chosen the Kanban approach under the condition that the FIFO principle will be used (the first task in – the first task out). The following process describes all the phases from the moment the task was passed to the team to its release. &lt;br /&gt;
&lt;br /&gt;
[[File:Picture_3.jpg|frame]] &lt;br /&gt;
&lt;br /&gt;
The team’s Kanban board includes 8 phases each task goes through:&lt;br /&gt;
&lt;br /&gt;
#To develop &lt;br /&gt;
#:After identifying the requirements to be developed within the framework of this version, a detailed development plan for this version is drawn up and added to Kanban Board. Then, according to the plan, the Developer, together with the Techlead (in terms of conceptual architectural solutions), based on the technical specification, prepares the work draft.&lt;br /&gt;
#In progress&lt;br /&gt;
#:After agreeing on the working draft, the Developer proceeds to its implementation. For sufficiently large requirements, the functionality) is implemented in several parts. &lt;br /&gt;
#Code review&lt;br /&gt;
#:After the development of one part, the code quality is checked by the Techlead. If deficiencies are revealed, the Developer eliminates them.&lt;br /&gt;
#Acceptance &lt;br /&gt;
#:If needed, the functionality demonstrated to the Business owner on the development environment already (rare cases). &lt;br /&gt;
#Testing&lt;br /&gt;
#:After the implementation of all parts of one requirement, the Developer demonstrates the developed functionality to the Tester who is testing for compliance with user needs. If inconsistencies with the needs of users are revealed, the changes are implemented and the functionality is immediately finalized (in case of minor comments that do not require changing of the business logic and the architectural model).In case of successful concept testing, the Developer proceeds to the implementation of the next requirement in accordance with the version work plan.&lt;br /&gt;
#Stage release&lt;br /&gt;
#:The functionalities that are tested on DEV are prepared for the stage release and waiting for the Techlead to prepare the release. &lt;br /&gt;
#UAT&lt;br /&gt;
#:The tester repeats the testing on Stage environment&lt;br /&gt;
#Done&lt;br /&gt;
#:All the tasks which are ready for the PROD release are moved to the column Done and are waiting for the Techlead. After all the improvements planned in the version have been implemented, the Techlead builds the version and generates Release notes, in which:&lt;br /&gt;
* Version parameters are described (number, release date etc.)&lt;br /&gt;
* Requirements implemented in the version are listed (new functionality, fixed errors)&lt;br /&gt;
* Contains version deployment information (steps)&lt;br /&gt;
&lt;br /&gt;
Also, after agreeing on the new functionality, the Analyst updates the user documentation for the solution.&lt;br /&gt;
&lt;br /&gt;
==Model presumtions and limitations==&lt;br /&gt;
 &lt;br /&gt;
[[File:Process_IT_Team.jpg |frame]]&lt;br /&gt;
[[File:Process_detail.jpg |frame]]&lt;br /&gt;
&lt;br /&gt;
After the thorough analysis of the team the author of this work decided to create a model with the following presumptions and limitations: &lt;br /&gt;
&lt;br /&gt;
#The model presumes that the reaction of the product owner is that agile that no irrelevant tasks appear at the Kanban board and the cycle of the team is fast enough, that this task is never moved to the old backlog during the development process&lt;br /&gt;
#The model presumes that the analysis is done with the FIFO principle&lt;br /&gt;
#The model presumes that the seniority of all of the developers (resources) is exactly the same (while in reality even if all the developer are similarly senior it does not mean that they are able of exactly the same performance on all type of tasks, or have the same performance every day)&lt;br /&gt;
#This model excludes the impact of unpredictable factors (like new legal requirements, that can get higher priority and be handed over directly to the dev team and implemented as a hotfix)&lt;br /&gt;
#This model excludes the phase of Acceptance because of this phase is often jumped over and even though it in reality this fact often leads to the big list of bugs reported later, this is not the objective of this exact model.&lt;br /&gt;
#This model does not separate the process Testing and UAT testing, because UAT is considered to be insignificant for the purpose of this model &lt;br /&gt;
#Bug are supposed to be less priority and always to be served after Change requests (in reality some of the bugs are that huge, that they are served earlier&lt;br /&gt;
#There were not sufficient statistics about the code review quality, but it was estimated like that by the Techlead of the team. There were not enough statistics about the testing failure, estimation by the tester was used for the purpose of this simulation&lt;br /&gt;
&lt;br /&gt;
==Values in the model==&lt;br /&gt;
&lt;br /&gt;
===Generators &amp;quot;Change request&amp;quot; and &amp;quot;Bugs&amp;quot;===&lt;br /&gt;
For both of the generators, the author used the presumption of Poisson distribution 5 requests/day and 2 bugs/day that was transformed into Exponential distribution Exp(1.6) an Exp(4.0) respectively (with the time unit Hour). This estimation was done based on the data from 5.10.2020 - 2.1.2020 (90 calendar days) exported from Jira. The data had to be cleaned due to incoming requests on non-business days, statistical outliers ( days when somebody created a number of irrelevant to this model sub-issues or migrated a number of issues from the old backlog). From the cleaned data we can derive that the average and the variance of the final set of data are close enough, which were used as a hit to suppose that the distribution of this value could be considered to be Poisson distribution.   &lt;br /&gt;
&lt;br /&gt;
===Batch &amp;quot;Product owner&amp;quot;===&lt;br /&gt;
&lt;br /&gt;
For the effective process of analysis and prioritization, the product owner collects several requests all at once and during meetings with the analyst explains the tasks for further specification. A value of 10 was chosen from the personal experience and intuitive estimation. The statistically derived value was considered to be irrelevant for the purpose of this model.&lt;br /&gt;
&lt;br /&gt;
===Delay and forks in To develop / Code review / Testing/ Release===&lt;br /&gt;
&lt;br /&gt;
In this case, the name of the Delay function &amp;quot;To develop&amp;quot; is not the same as in the real Kanban board and serves as an actual process of development, while the number of the tasks in this activity symbolizes both backlog and task that are being developed at the same time. Exp (2) day was chosen because of the team policy to decompose the requirements into requests with the value of 2 to 3 MD. &lt;br /&gt;
All of the following values are coming from the empirical data and interviews with the tech lead and tester who estimated the current effectiveness of the team as follows:&lt;br /&gt;
#Half of the tasks due to the blank in the knowledge of the business logic and code clearance best practices have to be revised&lt;br /&gt;
#A rough estimation of 10 % probability of mistakes at the Testing stage was done&lt;br /&gt;
#Preparation of the release was estimated for 0.5MD (the estimation is reliable because the techlead considered this task as his routine activity)&lt;br /&gt;
&lt;br /&gt;
=Results and conclusion=&lt;br /&gt;
&lt;br /&gt;
In order to answer the question stated in the first part there were run 100 replication of three scenarios of the simulation in the time frame from 1.1.2021 to 31.12.2021:&lt;br /&gt;
&lt;br /&gt;
#'''Default Scenario:''' Default settings&lt;br /&gt;
#'''Scenario:''' 3 more developers are added to the resources&lt;br /&gt;
#'''Scenario:''' One of the developers is moved to the Techlead position  &lt;br /&gt;
#'''Scenario:''' Learnings and sessions for the team&lt;br /&gt;
&lt;br /&gt;
==Default scenario==&lt;br /&gt;
&lt;br /&gt;
[[File:Default_scenario.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
From the average result of 100 simulation it is 618 Change requests and 771 Bugs that were not solved out of 1713 and 780 respectively. &lt;br /&gt;
&lt;br /&gt;
[[File:Resourcespng.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
From the Default scenario, we can see that the analyst and tester are definitely not the bottlenecks of the process because their capacities are unused most of the time (apx. 50 % and 85 % respectively). For the management of the company it gives a clear hint that they can be used for the other tasks as well or the tasks are stuck somewhere else and the resources are waning for the previous process. (this will be covered by the other scenarios)&lt;br /&gt;
&lt;br /&gt;
[[File:Default_stuckpng.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
It is obvious that the main reason for the inefficiency of the process is that the entities are stuck and waiting for the developers.&lt;br /&gt;
&lt;br /&gt;
==Three more developers==&lt;br /&gt;
&lt;br /&gt;
In the next scenario, the number of Resources of the Resource type Full stack developer is extended to 12.&lt;br /&gt;
&lt;br /&gt;
[[File:Scenario_2png.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
It is interesting to observe that extended number of the developers has '''just insignificantly impacted''' the result of the team.&lt;br /&gt;
&lt;br /&gt;
[[File:Scernario_1_resources.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
And loaded the capacities of the testing '''by 1 per cent only.''' &lt;br /&gt;
&lt;br /&gt;
'''Thus, both hypothesis about more developer from the previous two paragraphs were incorrect.'''&lt;br /&gt;
&lt;br /&gt;
==Two Techleads==&lt;br /&gt;
&lt;br /&gt;
For the next scenario one of the most potential developers was promoted to the assistant of the techlead and will be helping with the Code reviews and Releases. For that, simulations are run with 8 units of Full stack developer resource and 2 units for Techlead. &lt;br /&gt;
&lt;br /&gt;
[[File:Scenario_3.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
==Learnings and the sessions for the team==&lt;br /&gt;
&lt;br /&gt;
Less obvious, but seemingly the most effective scenario is that the team has gone through the sessions on code clearance, business logic, and the check lists for the code review were created. In the model this situation means that the KPI for the probability that Code review was successful is set to 0.8 instead of 0.5. From the business point of view, it means that the KPI of the team is to deliver better code and reduce need for the rework.&lt;br /&gt;
&lt;br /&gt;
For this 100 simulations are run with the value 0.8 of the connector Yes outgoing from the Branch Is the code ok? and value 0.2 for the connector No.&lt;br /&gt;
&lt;br /&gt;
[[File:Scenario4.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
This move had several outcomes:&lt;br /&gt;
&lt;br /&gt;
#Increased the number of the tasks which exist the system within the given timeframe.&lt;br /&gt;
#Increased the usage of the tester's capacity&lt;br /&gt;
# Helped to reduce the Average cycle time of being in the process by 2 weeks for the Change requests&lt;br /&gt;
# Reduced number of task waiting in the &amp;quot;Backlog&amp;quot; (delay To develop) &lt;br /&gt;
  &lt;br /&gt;
&lt;br /&gt;
[[File:Scenario_4_Resources.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
[[File:Scenaio4_actvity.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
==Conlusion==&lt;br /&gt;
&lt;br /&gt;
If answering the question from the main part of the Problem section one can state that the best scenario is the last one and the question is which activities can guarantee the KPI. Also, tester and analyst can be allocated to other projects to fulfill their capacity. The policy of Change request goes always first leads to huge technical debt, do another prioritisation policy should be found, but it was not the purpose of this simulation. I would like to emphasise that adding more resources is an obvious solution, but as simulation showed not effective one, even though it could be overseen by the managements effectiveness of the team is the main component. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Code= &lt;br /&gt;
&lt;br /&gt;
[[File: IT_Team.spm]]&lt;br /&gt;
&lt;br /&gt;
''PS. I was unable to upload three other scenarios due to the error '''This file contains HTML or script code that may be erroneously interpreted by a web browser.''' Therefore I am sending a link to the other scenarios that are placed on the Disk https://drive.google.com/drive/folders/1RW-cRiQVDGPxrkpDmBnFokCtI7nnbwEb?usp=sharing''&lt;/div&gt;</summary>
		<author><name>Antonsverlov</name></author>
		
	</entry>
	<entry>
		<id>http://www.simulace.info/index.php?title=IT_Team_simulation&amp;diff=20881</id>
		<title>IT Team simulation</title>
		<link rel="alternate" type="text/html" href="http://www.simulace.info/index.php?title=IT_Team_simulation&amp;diff=20881"/>
		<updated>2021-01-20T18:55:11Z</updated>

		<summary type="html">&lt;p&gt;Antonsverlov: IT Team simulation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Author: Anton Sverlov&lt;br /&gt;
VSE email: svea01@vse.cz&lt;br /&gt;
Simulation in Simprocess&lt;br /&gt;
&lt;br /&gt;
=Problem definition=&lt;br /&gt;
At the time I am working in an IT team of a start-up insuretech company that offers life insurance online and provides its clients with the application which makes a score of client’s physical activities - the more the client does sport the bigger cashback from the price of the insurance contract he can get. &lt;br /&gt;
As that company is software-based, the IT team plays a big role, but unfortunately it did not have a proper process of solving business requirements. The following sections will describe the new process of a team (implemented recently) and the simulation is supposed '''to help to identify the bottlenecks of the process''', meanwhile, the results from the simulation are supposed to help to '''come with the solution about the right distribution of the resources''' in order '''to boost the effectiveness of the team'''.&lt;br /&gt;
&lt;br /&gt;
==Questions==&lt;br /&gt;
There are several possible solutions the management of the company is discussing:&lt;br /&gt;
#Hire 3 more full-stack developers&lt;br /&gt;
#To &amp;quot;grow&amp;quot; one od the current developers into the Techlead main assistant&lt;br /&gt;
#To provide the team members with learning sessions (but not sure which ones)&lt;br /&gt;
#Add one more analyst to analyze the task faster&lt;br /&gt;
&lt;br /&gt;
The following model is supposed to help the author of this work to choose the right move.&lt;br /&gt;
&lt;br /&gt;
=Method=&lt;br /&gt;
&lt;br /&gt;
Simprocess is a relevant tool for such kind of problem mainly because the aforementioned situation can be described as discrete. There is a clear entity (business requirement or bug) which goes through a series of operations (development process), it includes different type of events (delays, “fight” for the resources etc.) which creates queues. Simprocess and the process modeling also allows the author of this model to include decision points and define time delays by a probability distribution. The question stated in the problem section could be answered using different scenarios.&lt;br /&gt;
&lt;br /&gt;
=Model=&lt;br /&gt;
&lt;br /&gt;
In order to create a Simprocess model, the author of this works has to describe the process of the given Development team, resources available, historical information available, and limitations of the model that the author included. &lt;br /&gt;
&lt;br /&gt;
==Requirements gathering process==&lt;br /&gt;
&lt;br /&gt;
[[File:Picture_1.jpg|frame]]&lt;br /&gt;
&lt;br /&gt;
The main operation, in this case, is the procedure for registering requests. In this case, a requirement is understood as any formally described condition that the created solution must satisfy.&lt;br /&gt;
&lt;br /&gt;
In particular, the requirements are:&lt;br /&gt;
&lt;br /&gt;
*	New functionalities or change requests &lt;br /&gt;
*	Errors identified during internal or external testing on already running solution&lt;br /&gt;
&lt;br /&gt;
Requirements can come from various sources, for example:&lt;br /&gt;
&lt;br /&gt;
*	Company management &lt;br /&gt;
*	Customers (through the Customer care line)&lt;br /&gt;
*	Tester as part of a project team&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
All the requirements are placed into Backlog in the Jira software tool and are monitored.&lt;br /&gt;
&lt;br /&gt;
==Resources in the simulation==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Product owner	===&lt;br /&gt;
* Formation of plans&lt;br /&gt;
* Monitoring the implementation of plans&lt;br /&gt;
* Organizational work (including the sources of the requirements)&lt;br /&gt;
* Conceptual architecture of the solution&lt;br /&gt;
* Part of the analytical work&lt;br /&gt;
&lt;br /&gt;
The product owner is the first contact to deal with business requirements. He is in close contact with the analyst when it is decided that a task is ready for backlog (business case or cost-benefit analysis of new functionality is done; in case of defect management – bugs are either accepted or specified for the Debugging processes).&lt;br /&gt;
&lt;br /&gt;
===1x Analyst===	&lt;br /&gt;
* Development of technical specification for functionality&lt;br /&gt;
* Development of test plans&lt;br /&gt;
* Conceptual testing of functionality&lt;br /&gt;
* Development of user documentation&lt;br /&gt;
The analyst is available '''only 2 days a week''' &lt;br /&gt;
&lt;br /&gt;
===1x Techlead===	&lt;br /&gt;
* Conceptual consultancy&lt;br /&gt;
* Code review control&lt;br /&gt;
* Production release&lt;br /&gt;
Techlead is able to solve Code reviews and Releases '''only 2 days a week''', rest of the time is allocated to management activities and cooperation on the other projects.  &lt;br /&gt;
&lt;br /&gt;
===9x Developers===&lt;br /&gt;
* Development of functionality&lt;br /&gt;
* Correction of errors in the code&lt;br /&gt;
* Conducting initial testing of the code&lt;br /&gt;
* Participates in complex code testing&lt;br /&gt;
&lt;br /&gt;
All developers are full-time employees with the same level of seniority&lt;br /&gt;
&lt;br /&gt;
===1x Tester===	&lt;br /&gt;
* Functionality testing in all of the environments&lt;br /&gt;
* Writing UAT tests&lt;br /&gt;
&lt;br /&gt;
==Development process for the model==&lt;br /&gt;
&lt;br /&gt;
For the development process, the team has chosen the Kanban approach under the condition that the FIFO principle will be used (the first task in – the first task out). The following process describes all the phases from the moment the task was passed to the team to its release. &lt;br /&gt;
&lt;br /&gt;
[[File:Picture_3.jpg|frame]] &lt;br /&gt;
&lt;br /&gt;
The team’s Kanban board includes 8 phases each task goes through:&lt;br /&gt;
&lt;br /&gt;
#To develop &lt;br /&gt;
#:After identifying the requirements to be developed within the framework of this version, a detailed development plan for this version is drawn up and added to Kanban Board. Then, according to the plan, the Developer, together with the Techlead (in terms of conceptual architectural solutions), based on the technical specification, prepares the work draft.&lt;br /&gt;
#In progress&lt;br /&gt;
#:After agreeing on the working draft, the Developer proceeds to its implementation. For sufficiently large requirements, the functionality) is implemented in several parts. &lt;br /&gt;
#Code review&lt;br /&gt;
#:After the development of one part, the code quality is checked by the Techlead. If deficiencies are revealed, the Developer eliminates them.&lt;br /&gt;
#Acceptance &lt;br /&gt;
#:If needed, the functionality demonstrated to the Business owner on the development environment already (rare cases). &lt;br /&gt;
#Testing&lt;br /&gt;
#:After the implementation of all parts of one requirement, the Developer demonstrates the developed functionality to the Tester who is testing for compliance with user needs. If inconsistencies with the needs of users are revealed, the changes are implemented and the functionality is immediately finalized (in case of minor comments that do not require changing of the business logic and the architectural model).In case of successful concept testing, the Developer proceeds to the implementation of the next requirement in accordance with the version work plan.&lt;br /&gt;
#Stage release&lt;br /&gt;
#:The functionalities that are tested on DEV are prepared for the stage release and waiting for the Techlead to prepare the release. &lt;br /&gt;
#UAT&lt;br /&gt;
#:The tester repeats the testing on Stage environment&lt;br /&gt;
#Done&lt;br /&gt;
#:All the tasks which are ready for the PROD release are moved to the column Done and are waiting for the Techlead. After all the improvements planned in the version have been implemented, the Techlead builds the version and generates Release notes, in which:&lt;br /&gt;
* Version parameters are described (number, release date etc.)&lt;br /&gt;
* Requirements implemented in the version are listed (new functionality, fixed errors)&lt;br /&gt;
* Contains version deployment information (steps)&lt;br /&gt;
&lt;br /&gt;
Also, after agreeing on the new functionality, the Analyst updates the user documentation for the solution.&lt;br /&gt;
&lt;br /&gt;
==Model presumtions and limitations==&lt;br /&gt;
 &lt;br /&gt;
[[File:Process_IT_Team.jpg |frame]]&lt;br /&gt;
[[File:Process_detail.jpg |frame]]&lt;br /&gt;
&lt;br /&gt;
After the thorough analysis of the team the author of this work decided to create a model with the following presumptions and limitations: &lt;br /&gt;
&lt;br /&gt;
#The model presumes that the reaction of the product owner is that agile that no irrelevant tasks appear at the Kanban board and the cycle of the team is fast enough, that this task is never moved to the old backlog during the development process&lt;br /&gt;
#The model presumes that the analysis is done with the FIFO principle&lt;br /&gt;
#The model presumes that the seniority of all of the developers (resources) is exactly the same (while in reality even if all the developer are similarly senior it does not mean that they are able of exactly the same performance on all type of tasks, or have the same performance every day)&lt;br /&gt;
#This model excludes the impact of unpredictable factors (like new legal requirements, that can get higher priority and be handed over directly to the dev team and implemented as a hotfix)&lt;br /&gt;
#This model excludes the phase of Acceptance because of this phase is often jumped over and even though it in reality this fact often leads to the big list of bugs reported later, this is not the objective of this exact model.&lt;br /&gt;
#This model does not separate the process Testing and UAT testing, because UAT is considered to be insignificant for the purpose of this model &lt;br /&gt;
#Bug are supposed to be less priority and always to be served after Change requests (in reality some of the bugs are that huge, that they are served earlier&lt;br /&gt;
#There were not sufficient statistics about the code review quality, but it was estimated like that by the Techlead of the team. There were not enough statistics about the testing failure, estimation by the tester was used for the purpose of this simulation&lt;br /&gt;
&lt;br /&gt;
==Values in the model==&lt;br /&gt;
&lt;br /&gt;
===Generators &amp;quot;Change request&amp;quot; an &amp;quot;Bugs&amp;quot;===&lt;br /&gt;
For both of the generators, the author used the presumption of Poisson distribution 5 requests/day and 2 bugs/day that was transformed into Exponential distribution Exp(1.6) an Exp(4.0) respectively (with the time unit Hour). This estimation was done based on the data from 5.10.2020 - 2.1.2020 (90 calendar days) exported from Jira. The data had to be cleaned due to incoming requests on non-business days, statistical outliers ( days when somebody created a number of irrelevant to this model sub-issues or migrated a number of issues from the old backlog). From the cleaned data we can derive that the average and the variance of the final set of data are close enough, which were used as a hit to suppose that the distribution of this value could be considered to be Poisson distribution.   &lt;br /&gt;
&lt;br /&gt;
===Batch &amp;quot;Product owner&amp;quot;===&lt;br /&gt;
&lt;br /&gt;
For the effective process of analysis and prioritization, the product owner collects several requests all at once and during meetings with the analyst explains the tasks for further specification. A value of 10 was chosen from the personal experience and intuitive estimation. The statistically derived value was considered to be irrelevant for the purpose of this model.&lt;br /&gt;
&lt;br /&gt;
===Delay and forks in To develop / Code review / Testing/ Release===&lt;br /&gt;
&lt;br /&gt;
In this case, the name of the Delay function &amp;quot;To develop&amp;quot; is not the same as in the real Kanban board and serves as an actual process of development, while the number of the tasks in this activity symbolizes both backlog and task that are being developed at the same time. Exp (2) day was chosen because of the team policy to decompose the requirements into requests with the value of 2 to 3 MD. &lt;br /&gt;
All of the following values are coming from the empirical data and interviews with the tech lead and tester who estimated the current effectiveness of the team as follows:&lt;br /&gt;
#Half of the tasks due to the blank in the knowledge of the business logic and code clearance best practices have to be revised&lt;br /&gt;
#A rough estimation of 10 % probability of mistakes at the Testing stage was done&lt;br /&gt;
#Preparation of the release was estimated for 0.5MD (the estimation is reliable because the techlead considered this task as his routine activity)&lt;br /&gt;
&lt;br /&gt;
=Results and conclusion=&lt;br /&gt;
&lt;br /&gt;
In order to answer the question stated in the first part there were run 100 replication of three scenarios of the simulation in the time frame from 1.1.2021 to 31.12.2021:&lt;br /&gt;
&lt;br /&gt;
#'''Default Scenario:''' Default settings&lt;br /&gt;
#'''Scenario:''' 3 more developers are added to the resources&lt;br /&gt;
#'''Scenario:''' One of the developers is moved to the Techlead position  &lt;br /&gt;
#'''Scenario:''' Learnings and sessions for the team&lt;br /&gt;
&lt;br /&gt;
==Default scenario==&lt;br /&gt;
&lt;br /&gt;
[[File:Default_scenario.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
From the average result of 100 simulation it is 618 Change requests and 771 Bugs that were not solved out of 1713 and 780 respectively. &lt;br /&gt;
&lt;br /&gt;
[[File:Resourcespng.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
From the Default scenario, we can see that the analyst and tester are definitely not the bottlenecks of the process because their capacities are unused most of the time (apx. 50 % and 85 % respectively). For the management of the company it gives a clear hint that they can be used for the other tasks as well or the tasks are stuck somewhere else and the resources are waning for the previous process. (this will be covered by the other scenarios)&lt;br /&gt;
&lt;br /&gt;
[[File:Default_stuckpng.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
It is obvious that the main reason for the inefficiency of the process is that the entities are stuck and waiting for the developers.&lt;br /&gt;
&lt;br /&gt;
==Three more developers==&lt;br /&gt;
&lt;br /&gt;
In the next scenario, the number of Resources of the Resource type Full stack developer is extended to 12.&lt;br /&gt;
&lt;br /&gt;
[[File:Scenario_2png.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
It is interesting to observe that extended number of the developers has '''just insignificantly impacted''' the result of the team.&lt;br /&gt;
&lt;br /&gt;
[[File:Scernario_1_resources.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
And loaded the capacities of the testing '''by 1 per cent only.''' &lt;br /&gt;
&lt;br /&gt;
'''Thus, both hypothesis about more developer from the previous two paragraphs were incorrect.'''&lt;br /&gt;
&lt;br /&gt;
==Two Techleads==&lt;br /&gt;
&lt;br /&gt;
For the next scenario one of the most potential developers was promoted to the assistant of the techlead and will be helping with the Code reviews and Releases. For that, simulations are run with 8 units of Full stack developer resource and 2 units for Techlead. &lt;br /&gt;
&lt;br /&gt;
[[File:Scenario_3.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
==Learnings and the sessions for the team==&lt;br /&gt;
&lt;br /&gt;
Less obvious, but seemingly the most effective scenario is that the team has gone through the sessions on code clearance, business logic, and the check lists for the code review were created. In the model this situation means that the KPI for the probability that Code review was successful is set to 0.8 instead of 0.5. From the business point of view, it means that the KPI of the team is to deliver better code and reduce need for the rework.&lt;br /&gt;
&lt;br /&gt;
For this 100 simulations are run with the value 0.8 of the connector Yes outgoing from the Branch Is the code ok? and value 0.2 for the connector No.&lt;br /&gt;
&lt;br /&gt;
[[File:Scenario4.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
This move had several outcomes:&lt;br /&gt;
&lt;br /&gt;
#Increased the number of the tasks which exist the system within the given timeframe.&lt;br /&gt;
#Increased the usage of the tester's capacity&lt;br /&gt;
# Helped to reduce the Average cycle time of being in the process by 2 weeks for the Change requests&lt;br /&gt;
# Reduced number of task waiting in the &amp;quot;Backlog&amp;quot; (delay To develop) &lt;br /&gt;
  &lt;br /&gt;
&lt;br /&gt;
[[File:Scenario_4_Resources.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
[[File:Scenaio4_actvity.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
==Conlusion==&lt;br /&gt;
&lt;br /&gt;
If answering the question from the main part of the Problem section one can state that the best scenario is the last one and the question is which activities can guarantee the KPI. Also, tester and analyst can be allocated to other projects to fulfill their capacity. The policy of Change request goes always first leads to huge technical debt, do another prioritisation policy should be found, but it was not the purpose of this simulation. I would like to emphasise that adding more resources is an obvious solution, but as simulation showed not effective one, even though it could be overseen by the managements effectiveness of the team is the main component. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Code= &lt;br /&gt;
&lt;br /&gt;
[[File: IT_Team.spm]]&lt;br /&gt;
&lt;br /&gt;
''PS. I was unable to upload three other scenarios due to the error '''This file contains HTML or script code that may be erroneously interpreted by a web browser.''' Therefore I am sending a link to the other scenarios that are placed on the Disk https://drive.google.com/drive/folders/1RW-cRiQVDGPxrkpDmBnFokCtI7nnbwEb?usp=sharing''&lt;/div&gt;</summary>
		<author><name>Antonsverlov</name></author>
		
	</entry>
	<entry>
		<id>http://www.simulace.info/index.php?title=IT_Team_simulation&amp;diff=20880</id>
		<title>IT Team simulation</title>
		<link rel="alternate" type="text/html" href="http://www.simulace.info/index.php?title=IT_Team_simulation&amp;diff=20880"/>
		<updated>2021-01-20T18:53:20Z</updated>

		<summary type="html">&lt;p&gt;Antonsverlov: /* Code */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Problem definition=&lt;br /&gt;
At the time I am working in an IT team of a start-up insuretech company that offers life insurance online and provides its clients with the application which makes a score of client’s physical activities - the more the client does sport the bigger cashback from the price of the insurance contract he can get. &lt;br /&gt;
As that company is software-based, the IT team plays a big role, but unfortunately it did not have a proper process of solving business requirements. The following sections will describe the new process of a team (implemented recently) and the simulation is supposed '''to help to identify the bottlenecks of the process''', meanwhile, the results from the simulation are supposed to help to '''come with the solution about the right distribution of the resources''' in order '''to boost the effectiveness of the team'''.&lt;br /&gt;
&lt;br /&gt;
==Questions==&lt;br /&gt;
There are several possible solutions the management of the company is discussing:&lt;br /&gt;
#Hire 3 more full-stack developers&lt;br /&gt;
#To &amp;quot;grow&amp;quot; one od the current developers into the Techlead main assistant&lt;br /&gt;
#To provide the team members with learning sessions (but not sure which ones)&lt;br /&gt;
#Add one more analyst to analyze the task faster&lt;br /&gt;
&lt;br /&gt;
The following model is supposed to help the author of this work to choose the right move.&lt;br /&gt;
&lt;br /&gt;
=Method=&lt;br /&gt;
&lt;br /&gt;
Simprocess is a relevant tool for such kind of problem mainly because the aforementioned situation can be described as discrete. There is a clear entity (business requirement or bug) which goes through a series of operations (development process), it includes different type of events (delays, “fight” for the resources etc.) which creates queues. Simprocess and the process modeling also allows the author of this model to include decision points and define time delays by a probability distribution. The question stated in the problem section could be answered using different scenarios.&lt;br /&gt;
&lt;br /&gt;
=Model=&lt;br /&gt;
&lt;br /&gt;
In order to create a Simprocess model, the author of this works has to describe the process of the given Development team, resources available, historical information available, and limitations of the model that the author included. &lt;br /&gt;
&lt;br /&gt;
==Requirements gathering process==&lt;br /&gt;
&lt;br /&gt;
[[File:Picture_1.jpg|frame]]&lt;br /&gt;
&lt;br /&gt;
The main operation, in this case, is the procedure for registering requests. In this case, a requirement is understood as any formally described condition that the created solution must satisfy.&lt;br /&gt;
&lt;br /&gt;
In particular, the requirements are:&lt;br /&gt;
&lt;br /&gt;
*	New functionalities or change requests &lt;br /&gt;
*	Errors identified during internal or external testing on already running solution&lt;br /&gt;
&lt;br /&gt;
Requirements can come from various sources, for example:&lt;br /&gt;
&lt;br /&gt;
*	Company management &lt;br /&gt;
*	Customers (through the Customer care line)&lt;br /&gt;
*	Tester as part of a project team&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
All the requirements are placed into Backlog in the Jira software tool and are monitored.&lt;br /&gt;
&lt;br /&gt;
==Resources in the simulation==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Product owner	===&lt;br /&gt;
* Formation of plans&lt;br /&gt;
* Monitoring the implementation of plans&lt;br /&gt;
* Organizational work (including the sources of the requirements)&lt;br /&gt;
* Conceptual architecture of the solution&lt;br /&gt;
* Part of the analytical work&lt;br /&gt;
&lt;br /&gt;
The product owner is the first contact to deal with business requirements. He is in close contact with the analyst when it is decided that a task is ready for backlog (business case or cost-benefit analysis of new functionality is done; in case of defect management – bugs are either accepted or specified for the Debugging processes).&lt;br /&gt;
&lt;br /&gt;
===1x Analyst===	&lt;br /&gt;
* Development of technical specification for functionality&lt;br /&gt;
* Development of test plans&lt;br /&gt;
* Conceptual testing of functionality&lt;br /&gt;
* Development of user documentation&lt;br /&gt;
The analyst is available '''only 2 days a week''' &lt;br /&gt;
&lt;br /&gt;
===1x Techlead===	&lt;br /&gt;
* Conceptual consultancy&lt;br /&gt;
* Code review control&lt;br /&gt;
* Production release&lt;br /&gt;
Techlead is able to solve Code reviews and Releases '''only 2 days a week''', rest of the time is allocated to management activities and cooperation on the other projects.  &lt;br /&gt;
&lt;br /&gt;
===9x Developers===&lt;br /&gt;
* Development of functionality&lt;br /&gt;
* Correction of errors in the code&lt;br /&gt;
* Conducting initial testing of the code&lt;br /&gt;
* Participates in complex code testing&lt;br /&gt;
&lt;br /&gt;
All developers are full-time employees with the same level of seniority&lt;br /&gt;
&lt;br /&gt;
===1x Tester===	&lt;br /&gt;
* Functionality testing in all of the environments&lt;br /&gt;
* Writing UAT tests&lt;br /&gt;
&lt;br /&gt;
==Development process for the model==&lt;br /&gt;
&lt;br /&gt;
For the development process, the team has chosen the Kanban approach under the condition that the FIFO principle will be used (the first task in – the first task out). The following process describes all the phases from the moment the task was passed to the team to its release. &lt;br /&gt;
&lt;br /&gt;
[[File:Picture_3.jpg|frame]] &lt;br /&gt;
&lt;br /&gt;
The team’s Kanban board includes 8 phases each task goes through:&lt;br /&gt;
&lt;br /&gt;
#To develop &lt;br /&gt;
#:After identifying the requirements to be developed within the framework of this version, a detailed development plan for this version is drawn up and added to Kanban Board. Then, according to the plan, the Developer, together with the Techlead (in terms of conceptual architectural solutions), based on the technical specification, prepares the work draft.&lt;br /&gt;
#In progress&lt;br /&gt;
#:After agreeing on the working draft, the Developer proceeds to its implementation. For sufficiently large requirements, the functionality) is implemented in several parts. &lt;br /&gt;
#Code review&lt;br /&gt;
#:After the development of one part, the code quality is checked by the Techlead. If deficiencies are revealed, the Developer eliminates them.&lt;br /&gt;
#Acceptance &lt;br /&gt;
#:If needed, the functionality demonstrated to the Business owner on the development environment already (rare cases). &lt;br /&gt;
#Testing&lt;br /&gt;
#:After the implementation of all parts of one requirement, the Developer demonstrates the developed functionality to the Tester who is testing for compliance with user needs. If inconsistencies with the needs of users are revealed, the changes are implemented and the functionality is immediately finalized (in case of minor comments that do not require changing of the business logic and the architectural model).In case of successful concept testing, the Developer proceeds to the implementation of the next requirement in accordance with the version work plan.&lt;br /&gt;
#Stage release&lt;br /&gt;
#:The functionalities that are tested on DEV are prepared for the stage release and waiting for the Techlead to prepare the release. &lt;br /&gt;
#UAT&lt;br /&gt;
#:The tester repeats the testing on Stage environment&lt;br /&gt;
#Done&lt;br /&gt;
#:All the tasks which are ready for the PROD release are moved to the column Done and are waiting for the Techlead. After all the improvements planned in the version have been implemented, the Techlead builds the version and generates Release notes, in which:&lt;br /&gt;
* Version parameters are described (number, release date etc.)&lt;br /&gt;
* Requirements implemented in the version are listed (new functionality, fixed errors)&lt;br /&gt;
* Contains version deployment information (steps)&lt;br /&gt;
&lt;br /&gt;
Also, after agreeing on the new functionality, the Analyst updates the user documentation for the solution.&lt;br /&gt;
&lt;br /&gt;
==Model presumtions and limitations==&lt;br /&gt;
 &lt;br /&gt;
[[File:Process_IT_Team.jpg |frame]]&lt;br /&gt;
[[File:Process_detail.jpg |frame]]&lt;br /&gt;
&lt;br /&gt;
After the thorough analysis of the team the author of this work decided to create a model with the following presumptions and limitations: &lt;br /&gt;
&lt;br /&gt;
#The model presumes that the reaction of the product owner is that agile that no irrelevant tasks appear at the Kanban board and the cycle of the team is fast enough, that this task is never moved to the old backlog during the development process&lt;br /&gt;
#The model presumes that the analysis is done with the FIFO principle&lt;br /&gt;
#The model presumes that the seniority of all of the developers (resources) is exactly the same (while in reality even if all the developer are similarly senior it does not mean that they are able of exactly the same performance on all type of tasks, or have the same performance every day)&lt;br /&gt;
#This model excludes the impact of unpredictable factors (like new legal requirements, that can get higher priority and be handed over directly to the dev team and implemented as a hotfix)&lt;br /&gt;
#This model excludes the phase of Acceptance because of this phase is often jumped over and even though it in reality this fact often leads to the big list of bugs reported later, this is not the objective of this exact model.&lt;br /&gt;
#This model does not separate the process Testing and UAT testing, because UAT is considered to be insignificant for the purpose of this model &lt;br /&gt;
#Bug are supposed to be less priority and always to be served after Change requests (in reality some of the bugs are that huge, that they are served earlier&lt;br /&gt;
#There were not sufficient statistics about the code review quality, but it was estimated like that by the Techlead of the team. There were not enough statistics about the testing failure, estimation by the tester was used for the purpose of this simulation&lt;br /&gt;
&lt;br /&gt;
==Values in the model==&lt;br /&gt;
&lt;br /&gt;
===Generators &amp;quot;Change request&amp;quot; an &amp;quot;Bugs&amp;quot;===&lt;br /&gt;
For both of the generators, the author used the presumption of Poisson distribution 5 requests/day and 2 bugs/day that was transformed into Exponential distribution Exp(1.6) an Exp(4.0) respectively (with the time unit Hour). This estimation was done based on the data from 5.10.2020 - 2.1.2020 (90 calendar days) exported from Jira. The data had to be cleaned due to incoming requests on non-business days, statistical outliers ( days when somebody created a number of irrelevant to this model sub-issues or migrated a number of issues from the old backlog). From the cleaned data we can derive that the average and the variance of the final set of data are close enough, which were used as a hit to suppose that the distribution of this value could be considered to be Poisson distribution.   &lt;br /&gt;
&lt;br /&gt;
===Batch &amp;quot;Product owner&amp;quot;===&lt;br /&gt;
&lt;br /&gt;
For the effective process of analysis and prioritization, the product owner collects several requests all at once and during meetings with the analyst explains the tasks for further specification. A value of 10 was chosen from the personal experience and intuitive estimation. The statistically derived value was considered to be irrelevant for the purpose of this model.&lt;br /&gt;
&lt;br /&gt;
===Delay and forks in To develop / Code review / Testing/ Release===&lt;br /&gt;
&lt;br /&gt;
In this case, the name of the Delay function &amp;quot;To develop&amp;quot; is not the same as in the real Kanban board and serves as an actual process of development, while the number of the tasks in this activity symbolizes both backlog and task that are being developed at the same time. Exp (2) day was chosen because of the team policy to decompose the requirements into requests with the value of 2 to 3 MD. &lt;br /&gt;
All of the following values are coming from the empirical data and interviews with the tech lead and tester who estimated the current effectiveness of the team as follows:&lt;br /&gt;
#Half of the tasks due to the blank in the knowledge of the business logic and code clearance best practices have to be revised&lt;br /&gt;
#A rough estimation of 10 % probability of mistakes at the Testing stage was done&lt;br /&gt;
#Preparation of the release was estimated for 0.5MD (the estimation is reliable because the techlead considered this task as his routine activity)&lt;br /&gt;
&lt;br /&gt;
=Results and conclusion=&lt;br /&gt;
&lt;br /&gt;
In order to answer the question stated in the first part there were run 100 replication of three scenarios of the simulation in the time frame from 1.1.2021 to 31.12.2021:&lt;br /&gt;
&lt;br /&gt;
#'''Default Scenario:''' Default settings&lt;br /&gt;
#'''Scenario:''' 3 more developers are added to the resources&lt;br /&gt;
#'''Scenario:''' One of the developers is moved to the Techlead position  &lt;br /&gt;
#'''Scenario:''' Learnings and sessions for the team&lt;br /&gt;
&lt;br /&gt;
==Default scenario==&lt;br /&gt;
&lt;br /&gt;
[[File:Default_scenario.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
From the average result of 100 simulation it is 618 Change requests and 771 Bugs that were not solved out of 1713 and 780 respectively. &lt;br /&gt;
&lt;br /&gt;
[[File:Resourcespng.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
From the Default scenario, we can see that the analyst and tester are definitely not the bottlenecks of the process because their capacities are unused most of the time (apx. 50 % and 85 % respectively). For the management of the company it gives a clear hint that they can be used for the other tasks as well or the tasks are stuck somewhere else and the resources are waning for the previous process. (this will be covered by the other scenarios)&lt;br /&gt;
&lt;br /&gt;
[[File:Default_stuckpng.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
It is obvious that the main reason for the inefficiency of the process is that the entities are stuck and waiting for the developers.&lt;br /&gt;
&lt;br /&gt;
==Three more developers==&lt;br /&gt;
&lt;br /&gt;
In the next scenario, the number of Resources of the Resource type Full stack developer is extended to 12.&lt;br /&gt;
&lt;br /&gt;
[[File:Scenario_2png.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
It is interesting to observe that extended number of the developers has '''just insignificantly impacted''' the result of the team.&lt;br /&gt;
&lt;br /&gt;
[[File:Scernario_1_resources.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
And loaded the capacities of the testing '''by 1 per cent only.''' &lt;br /&gt;
&lt;br /&gt;
'''Thus, both hypothesis about more developer from the previous two paragraphs were incorrect.'''&lt;br /&gt;
&lt;br /&gt;
==Two Techleads==&lt;br /&gt;
&lt;br /&gt;
For the next scenario one of the most potential developers was promoted to the assistant of the techlead and will be helping with the Code reviews and Releases. For that, simulations are run with 8 units of Full stack developer resource and 2 units for Techlead. &lt;br /&gt;
&lt;br /&gt;
[[File:Scenario_3.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
==Learnings and the sessions for the team==&lt;br /&gt;
&lt;br /&gt;
Less obvious, but seemingly the most effective scenario is that the team has gone through the sessions on code clearance, business logic, and the check lists for the code review were created. In the model this situation means that the KPI for the probability that Code review was successful is set to 0.8 instead of 0.5. From the business point of view, it means that the KPI of the team is to deliver better code and reduce need for the rework.&lt;br /&gt;
&lt;br /&gt;
For this 100 simulations are run with the value 0.8 of the connector Yes outgoing from the Branch Is the code ok? and value 0.2 for the connector No.&lt;br /&gt;
&lt;br /&gt;
[[File:Scenario4.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
This move had several outcomes:&lt;br /&gt;
&lt;br /&gt;
#Increased the number of the tasks which exist the system within the given timeframe.&lt;br /&gt;
#Increased the usage of the tester's capacity&lt;br /&gt;
# Helped to reduce the Average cycle time of being in the process by 2 weeks for the Change requests&lt;br /&gt;
# Reduced number of task waiting in the &amp;quot;Backlog&amp;quot; (delay To develop) &lt;br /&gt;
  &lt;br /&gt;
&lt;br /&gt;
[[File:Scenario_4_Resources.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
[[File:Scenaio4_actvity.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
==Conlusion==&lt;br /&gt;
&lt;br /&gt;
If answering the question from the main part of the Problem section one can state that the best scenario is the last one and the question is which activities can guarantee the KPI. Also, tester and analyst can be allocated to other projects to fulfill their capacity. The policy of Change request goes always first leads to huge technical debt, do another prioritisation policy should be found, but it was not the purpose of this simulation. I would like to emphasise that adding more resources is an obvious solution, but as simulation showed not effective one, even though it could be overseen by the managements effectiveness of the team is the main component. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Code= &lt;br /&gt;
&lt;br /&gt;
[[File: IT_Team.spm]]&lt;br /&gt;
&lt;br /&gt;
''PS. I was unable to upload three other scenarios due to the error '''This file contains HTML or script code that may be erroneously interpreted by a web browser.''' Therefore I am sending a link to the other scenarios that are placed on the Disk https://drive.google.com/drive/folders/1RW-cRiQVDGPxrkpDmBnFokCtI7nnbwEb?usp=sharing''&lt;/div&gt;</summary>
		<author><name>Antonsverlov</name></author>
		
	</entry>
	<entry>
		<id>http://www.simulace.info/index.php?title=IT_Team_simulation&amp;diff=20879</id>
		<title>IT Team simulation</title>
		<link rel="alternate" type="text/html" href="http://www.simulace.info/index.php?title=IT_Team_simulation&amp;diff=20879"/>
		<updated>2021-01-20T18:53:00Z</updated>

		<summary type="html">&lt;p&gt;Antonsverlov: /* Code */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Problem definition=&lt;br /&gt;
At the time I am working in an IT team of a start-up insuretech company that offers life insurance online and provides its clients with the application which makes a score of client’s physical activities - the more the client does sport the bigger cashback from the price of the insurance contract he can get. &lt;br /&gt;
As that company is software-based, the IT team plays a big role, but unfortunately it did not have a proper process of solving business requirements. The following sections will describe the new process of a team (implemented recently) and the simulation is supposed '''to help to identify the bottlenecks of the process''', meanwhile, the results from the simulation are supposed to help to '''come with the solution about the right distribution of the resources''' in order '''to boost the effectiveness of the team'''.&lt;br /&gt;
&lt;br /&gt;
==Questions==&lt;br /&gt;
There are several possible solutions the management of the company is discussing:&lt;br /&gt;
#Hire 3 more full-stack developers&lt;br /&gt;
#To &amp;quot;grow&amp;quot; one od the current developers into the Techlead main assistant&lt;br /&gt;
#To provide the team members with learning sessions (but not sure which ones)&lt;br /&gt;
#Add one more analyst to analyze the task faster&lt;br /&gt;
&lt;br /&gt;
The following model is supposed to help the author of this work to choose the right move.&lt;br /&gt;
&lt;br /&gt;
=Method=&lt;br /&gt;
&lt;br /&gt;
Simprocess is a relevant tool for such kind of problem mainly because the aforementioned situation can be described as discrete. There is a clear entity (business requirement or bug) which goes through a series of operations (development process), it includes different type of events (delays, “fight” for the resources etc.) which creates queues. Simprocess and the process modeling also allows the author of this model to include decision points and define time delays by a probability distribution. The question stated in the problem section could be answered using different scenarios.&lt;br /&gt;
&lt;br /&gt;
=Model=&lt;br /&gt;
&lt;br /&gt;
In order to create a Simprocess model, the author of this works has to describe the process of the given Development team, resources available, historical information available, and limitations of the model that the author included. &lt;br /&gt;
&lt;br /&gt;
==Requirements gathering process==&lt;br /&gt;
&lt;br /&gt;
[[File:Picture_1.jpg|frame]]&lt;br /&gt;
&lt;br /&gt;
The main operation, in this case, is the procedure for registering requests. In this case, a requirement is understood as any formally described condition that the created solution must satisfy.&lt;br /&gt;
&lt;br /&gt;
In particular, the requirements are:&lt;br /&gt;
&lt;br /&gt;
*	New functionalities or change requests &lt;br /&gt;
*	Errors identified during internal or external testing on already running solution&lt;br /&gt;
&lt;br /&gt;
Requirements can come from various sources, for example:&lt;br /&gt;
&lt;br /&gt;
*	Company management &lt;br /&gt;
*	Customers (through the Customer care line)&lt;br /&gt;
*	Tester as part of a project team&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
All the requirements are placed into Backlog in the Jira software tool and are monitored.&lt;br /&gt;
&lt;br /&gt;
==Resources in the simulation==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Product owner	===&lt;br /&gt;
* Formation of plans&lt;br /&gt;
* Monitoring the implementation of plans&lt;br /&gt;
* Organizational work (including the sources of the requirements)&lt;br /&gt;
* Conceptual architecture of the solution&lt;br /&gt;
* Part of the analytical work&lt;br /&gt;
&lt;br /&gt;
The product owner is the first contact to deal with business requirements. He is in close contact with the analyst when it is decided that a task is ready for backlog (business case or cost-benefit analysis of new functionality is done; in case of defect management – bugs are either accepted or specified for the Debugging processes).&lt;br /&gt;
&lt;br /&gt;
===1x Analyst===	&lt;br /&gt;
* Development of technical specification for functionality&lt;br /&gt;
* Development of test plans&lt;br /&gt;
* Conceptual testing of functionality&lt;br /&gt;
* Development of user documentation&lt;br /&gt;
The analyst is available '''only 2 days a week''' &lt;br /&gt;
&lt;br /&gt;
===1x Techlead===	&lt;br /&gt;
* Conceptual consultancy&lt;br /&gt;
* Code review control&lt;br /&gt;
* Production release&lt;br /&gt;
Techlead is able to solve Code reviews and Releases '''only 2 days a week''', rest of the time is allocated to management activities and cooperation on the other projects.  &lt;br /&gt;
&lt;br /&gt;
===9x Developers===&lt;br /&gt;
* Development of functionality&lt;br /&gt;
* Correction of errors in the code&lt;br /&gt;
* Conducting initial testing of the code&lt;br /&gt;
* Participates in complex code testing&lt;br /&gt;
&lt;br /&gt;
All developers are full-time employees with the same level of seniority&lt;br /&gt;
&lt;br /&gt;
===1x Tester===	&lt;br /&gt;
* Functionality testing in all of the environments&lt;br /&gt;
* Writing UAT tests&lt;br /&gt;
&lt;br /&gt;
==Development process for the model==&lt;br /&gt;
&lt;br /&gt;
For the development process, the team has chosen the Kanban approach under the condition that the FIFO principle will be used (the first task in – the first task out). The following process describes all the phases from the moment the task was passed to the team to its release. &lt;br /&gt;
&lt;br /&gt;
[[File:Picture_3.jpg|frame]] &lt;br /&gt;
&lt;br /&gt;
The team’s Kanban board includes 8 phases each task goes through:&lt;br /&gt;
&lt;br /&gt;
#To develop &lt;br /&gt;
#:After identifying the requirements to be developed within the framework of this version, a detailed development plan for this version is drawn up and added to Kanban Board. Then, according to the plan, the Developer, together with the Techlead (in terms of conceptual architectural solutions), based on the technical specification, prepares the work draft.&lt;br /&gt;
#In progress&lt;br /&gt;
#:After agreeing on the working draft, the Developer proceeds to its implementation. For sufficiently large requirements, the functionality) is implemented in several parts. &lt;br /&gt;
#Code review&lt;br /&gt;
#:After the development of one part, the code quality is checked by the Techlead. If deficiencies are revealed, the Developer eliminates them.&lt;br /&gt;
#Acceptance &lt;br /&gt;
#:If needed, the functionality demonstrated to the Business owner on the development environment already (rare cases). &lt;br /&gt;
#Testing&lt;br /&gt;
#:After the implementation of all parts of one requirement, the Developer demonstrates the developed functionality to the Tester who is testing for compliance with user needs. If inconsistencies with the needs of users are revealed, the changes are implemented and the functionality is immediately finalized (in case of minor comments that do not require changing of the business logic and the architectural model).In case of successful concept testing, the Developer proceeds to the implementation of the next requirement in accordance with the version work plan.&lt;br /&gt;
#Stage release&lt;br /&gt;
#:The functionalities that are tested on DEV are prepared for the stage release and waiting for the Techlead to prepare the release. &lt;br /&gt;
#UAT&lt;br /&gt;
#:The tester repeats the testing on Stage environment&lt;br /&gt;
#Done&lt;br /&gt;
#:All the tasks which are ready for the PROD release are moved to the column Done and are waiting for the Techlead. After all the improvements planned in the version have been implemented, the Techlead builds the version and generates Release notes, in which:&lt;br /&gt;
* Version parameters are described (number, release date etc.)&lt;br /&gt;
* Requirements implemented in the version are listed (new functionality, fixed errors)&lt;br /&gt;
* Contains version deployment information (steps)&lt;br /&gt;
&lt;br /&gt;
Also, after agreeing on the new functionality, the Analyst updates the user documentation for the solution.&lt;br /&gt;
&lt;br /&gt;
==Model presumtions and limitations==&lt;br /&gt;
 &lt;br /&gt;
[[File:Process_IT_Team.jpg |frame]]&lt;br /&gt;
[[File:Process_detail.jpg |frame]]&lt;br /&gt;
&lt;br /&gt;
After the thorough analysis of the team the author of this work decided to create a model with the following presumptions and limitations: &lt;br /&gt;
&lt;br /&gt;
#The model presumes that the reaction of the product owner is that agile that no irrelevant tasks appear at the Kanban board and the cycle of the team is fast enough, that this task is never moved to the old backlog during the development process&lt;br /&gt;
#The model presumes that the analysis is done with the FIFO principle&lt;br /&gt;
#The model presumes that the seniority of all of the developers (resources) is exactly the same (while in reality even if all the developer are similarly senior it does not mean that they are able of exactly the same performance on all type of tasks, or have the same performance every day)&lt;br /&gt;
#This model excludes the impact of unpredictable factors (like new legal requirements, that can get higher priority and be handed over directly to the dev team and implemented as a hotfix)&lt;br /&gt;
#This model excludes the phase of Acceptance because of this phase is often jumped over and even though it in reality this fact often leads to the big list of bugs reported later, this is not the objective of this exact model.&lt;br /&gt;
#This model does not separate the process Testing and UAT testing, because UAT is considered to be insignificant for the purpose of this model &lt;br /&gt;
#Bug are supposed to be less priority and always to be served after Change requests (in reality some of the bugs are that huge, that they are served earlier&lt;br /&gt;
#There were not sufficient statistics about the code review quality, but it was estimated like that by the Techlead of the team. There were not enough statistics about the testing failure, estimation by the tester was used for the purpose of this simulation&lt;br /&gt;
&lt;br /&gt;
==Values in the model==&lt;br /&gt;
&lt;br /&gt;
===Generators &amp;quot;Change request&amp;quot; an &amp;quot;Bugs&amp;quot;===&lt;br /&gt;
For both of the generators, the author used the presumption of Poisson distribution 5 requests/day and 2 bugs/day that was transformed into Exponential distribution Exp(1.6) an Exp(4.0) respectively (with the time unit Hour). This estimation was done based on the data from 5.10.2020 - 2.1.2020 (90 calendar days) exported from Jira. The data had to be cleaned due to incoming requests on non-business days, statistical outliers ( days when somebody created a number of irrelevant to this model sub-issues or migrated a number of issues from the old backlog). From the cleaned data we can derive that the average and the variance of the final set of data are close enough, which were used as a hit to suppose that the distribution of this value could be considered to be Poisson distribution.   &lt;br /&gt;
&lt;br /&gt;
===Batch &amp;quot;Product owner&amp;quot;===&lt;br /&gt;
&lt;br /&gt;
For the effective process of analysis and prioritization, the product owner collects several requests all at once and during meetings with the analyst explains the tasks for further specification. A value of 10 was chosen from the personal experience and intuitive estimation. The statistically derived value was considered to be irrelevant for the purpose of this model.&lt;br /&gt;
&lt;br /&gt;
===Delay and forks in To develop / Code review / Testing/ Release===&lt;br /&gt;
&lt;br /&gt;
In this case, the name of the Delay function &amp;quot;To develop&amp;quot; is not the same as in the real Kanban board and serves as an actual process of development, while the number of the tasks in this activity symbolizes both backlog and task that are being developed at the same time. Exp (2) day was chosen because of the team policy to decompose the requirements into requests with the value of 2 to 3 MD. &lt;br /&gt;
All of the following values are coming from the empirical data and interviews with the tech lead and tester who estimated the current effectiveness of the team as follows:&lt;br /&gt;
#Half of the tasks due to the blank in the knowledge of the business logic and code clearance best practices have to be revised&lt;br /&gt;
#A rough estimation of 10 % probability of mistakes at the Testing stage was done&lt;br /&gt;
#Preparation of the release was estimated for 0.5MD (the estimation is reliable because the techlead considered this task as his routine activity)&lt;br /&gt;
&lt;br /&gt;
=Results and conclusion=&lt;br /&gt;
&lt;br /&gt;
In order to answer the question stated in the first part there were run 100 replication of three scenarios of the simulation in the time frame from 1.1.2021 to 31.12.2021:&lt;br /&gt;
&lt;br /&gt;
#'''Default Scenario:''' Default settings&lt;br /&gt;
#'''Scenario:''' 3 more developers are added to the resources&lt;br /&gt;
#'''Scenario:''' One of the developers is moved to the Techlead position  &lt;br /&gt;
#'''Scenario:''' Learnings and sessions for the team&lt;br /&gt;
&lt;br /&gt;
==Default scenario==&lt;br /&gt;
&lt;br /&gt;
[[File:Default_scenario.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
From the average result of 100 simulation it is 618 Change requests and 771 Bugs that were not solved out of 1713 and 780 respectively. &lt;br /&gt;
&lt;br /&gt;
[[File:Resourcespng.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
From the Default scenario, we can see that the analyst and tester are definitely not the bottlenecks of the process because their capacities are unused most of the time (apx. 50 % and 85 % respectively). For the management of the company it gives a clear hint that they can be used for the other tasks as well or the tasks are stuck somewhere else and the resources are waning for the previous process. (this will be covered by the other scenarios)&lt;br /&gt;
&lt;br /&gt;
[[File:Default_stuckpng.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
It is obvious that the main reason for the inefficiency of the process is that the entities are stuck and waiting for the developers.&lt;br /&gt;
&lt;br /&gt;
==Three more developers==&lt;br /&gt;
&lt;br /&gt;
In the next scenario, the number of Resources of the Resource type Full stack developer is extended to 12.&lt;br /&gt;
&lt;br /&gt;
[[File:Scenario_2png.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
It is interesting to observe that extended number of the developers has '''just insignificantly impacted''' the result of the team.&lt;br /&gt;
&lt;br /&gt;
[[File:Scernario_1_resources.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
And loaded the capacities of the testing '''by 1 per cent only.''' &lt;br /&gt;
&lt;br /&gt;
'''Thus, both hypothesis about more developer from the previous two paragraphs were incorrect.'''&lt;br /&gt;
&lt;br /&gt;
==Two Techleads==&lt;br /&gt;
&lt;br /&gt;
For the next scenario one of the most potential developers was promoted to the assistant of the techlead and will be helping with the Code reviews and Releases. For that, simulations are run with 8 units of Full stack developer resource and 2 units for Techlead. &lt;br /&gt;
&lt;br /&gt;
[[File:Scenario_3.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
==Learnings and the sessions for the team==&lt;br /&gt;
&lt;br /&gt;
Less obvious, but seemingly the most effective scenario is that the team has gone through the sessions on code clearance, business logic, and the check lists for the code review were created. In the model this situation means that the KPI for the probability that Code review was successful is set to 0.8 instead of 0.5. From the business point of view, it means that the KPI of the team is to deliver better code and reduce need for the rework.&lt;br /&gt;
&lt;br /&gt;
For this 100 simulations are run with the value 0.8 of the connector Yes outgoing from the Branch Is the code ok? and value 0.2 for the connector No.&lt;br /&gt;
&lt;br /&gt;
[[File:Scenario4.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
This move had several outcomes:&lt;br /&gt;
&lt;br /&gt;
#Increased the number of the tasks which exist the system within the given timeframe.&lt;br /&gt;
#Increased the usage of the tester's capacity&lt;br /&gt;
# Helped to reduce the Average cycle time of being in the process by 2 weeks for the Change requests&lt;br /&gt;
# Reduced number of task waiting in the &amp;quot;Backlog&amp;quot; (delay To develop) &lt;br /&gt;
  &lt;br /&gt;
&lt;br /&gt;
[[File:Scenario_4_Resources.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
[[File:Scenaio4_actvity.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
==Conlusion==&lt;br /&gt;
&lt;br /&gt;
If answering the question from the main part of the Problem section one can state that the best scenario is the last one and the question is which activities can guarantee the KPI. Also, tester and analyst can be allocated to other projects to fulfill their capacity. The policy of Change request goes always first leads to huge technical debt, do another prioritisation policy should be found, but it was not the purpose of this simulation. I would like to emphasise that adding more resources is an obvious solution, but as simulation showed not effective one, even though it could be overseen by the managements effectiveness of the team is the main component. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Code= &lt;br /&gt;
&lt;br /&gt;
[[File: IT_Team.spm]]&lt;br /&gt;
&lt;br /&gt;
''PS. I was unable to upload three other scenarios due to the error '''This file contains HTML or script code that may be erroneously interpreted by a web browser.''' Therefore I am sending a link to the other scenarios to the Disk https://drive.google.com/drive/folders/1RW-cRiQVDGPxrkpDmBnFokCtI7nnbwEb?usp=sharing''&lt;/div&gt;</summary>
		<author><name>Antonsverlov</name></author>
		
	</entry>
	<entry>
		<id>http://www.simulace.info/index.php?title=IT_Team_simulation&amp;diff=20878</id>
		<title>IT Team simulation</title>
		<link rel="alternate" type="text/html" href="http://www.simulace.info/index.php?title=IT_Team_simulation&amp;diff=20878"/>
		<updated>2021-01-20T18:52:30Z</updated>

		<summary type="html">&lt;p&gt;Antonsverlov: /* Code */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Problem definition=&lt;br /&gt;
At the time I am working in an IT team of a start-up insuretech company that offers life insurance online and provides its clients with the application which makes a score of client’s physical activities - the more the client does sport the bigger cashback from the price of the insurance contract he can get. &lt;br /&gt;
As that company is software-based, the IT team plays a big role, but unfortunately it did not have a proper process of solving business requirements. The following sections will describe the new process of a team (implemented recently) and the simulation is supposed '''to help to identify the bottlenecks of the process''', meanwhile, the results from the simulation are supposed to help to '''come with the solution about the right distribution of the resources''' in order '''to boost the effectiveness of the team'''.&lt;br /&gt;
&lt;br /&gt;
==Questions==&lt;br /&gt;
There are several possible solutions the management of the company is discussing:&lt;br /&gt;
#Hire 3 more full-stack developers&lt;br /&gt;
#To &amp;quot;grow&amp;quot; one od the current developers into the Techlead main assistant&lt;br /&gt;
#To provide the team members with learning sessions (but not sure which ones)&lt;br /&gt;
#Add one more analyst to analyze the task faster&lt;br /&gt;
&lt;br /&gt;
The following model is supposed to help the author of this work to choose the right move.&lt;br /&gt;
&lt;br /&gt;
=Method=&lt;br /&gt;
&lt;br /&gt;
Simprocess is a relevant tool for such kind of problem mainly because the aforementioned situation can be described as discrete. There is a clear entity (business requirement or bug) which goes through a series of operations (development process), it includes different type of events (delays, “fight” for the resources etc.) which creates queues. Simprocess and the process modeling also allows the author of this model to include decision points and define time delays by a probability distribution. The question stated in the problem section could be answered using different scenarios.&lt;br /&gt;
&lt;br /&gt;
=Model=&lt;br /&gt;
&lt;br /&gt;
In order to create a Simprocess model, the author of this works has to describe the process of the given Development team, resources available, historical information available, and limitations of the model that the author included. &lt;br /&gt;
&lt;br /&gt;
==Requirements gathering process==&lt;br /&gt;
&lt;br /&gt;
[[File:Picture_1.jpg|frame]]&lt;br /&gt;
&lt;br /&gt;
The main operation, in this case, is the procedure for registering requests. In this case, a requirement is understood as any formally described condition that the created solution must satisfy.&lt;br /&gt;
&lt;br /&gt;
In particular, the requirements are:&lt;br /&gt;
&lt;br /&gt;
*	New functionalities or change requests &lt;br /&gt;
*	Errors identified during internal or external testing on already running solution&lt;br /&gt;
&lt;br /&gt;
Requirements can come from various sources, for example:&lt;br /&gt;
&lt;br /&gt;
*	Company management &lt;br /&gt;
*	Customers (through the Customer care line)&lt;br /&gt;
*	Tester as part of a project team&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
All the requirements are placed into Backlog in the Jira software tool and are monitored.&lt;br /&gt;
&lt;br /&gt;
==Resources in the simulation==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Product owner	===&lt;br /&gt;
* Formation of plans&lt;br /&gt;
* Monitoring the implementation of plans&lt;br /&gt;
* Organizational work (including the sources of the requirements)&lt;br /&gt;
* Conceptual architecture of the solution&lt;br /&gt;
* Part of the analytical work&lt;br /&gt;
&lt;br /&gt;
The product owner is the first contact to deal with business requirements. He is in close contact with the analyst when it is decided that a task is ready for backlog (business case or cost-benefit analysis of new functionality is done; in case of defect management – bugs are either accepted or specified for the Debugging processes).&lt;br /&gt;
&lt;br /&gt;
===1x Analyst===	&lt;br /&gt;
* Development of technical specification for functionality&lt;br /&gt;
* Development of test plans&lt;br /&gt;
* Conceptual testing of functionality&lt;br /&gt;
* Development of user documentation&lt;br /&gt;
The analyst is available '''only 2 days a week''' &lt;br /&gt;
&lt;br /&gt;
===1x Techlead===	&lt;br /&gt;
* Conceptual consultancy&lt;br /&gt;
* Code review control&lt;br /&gt;
* Production release&lt;br /&gt;
Techlead is able to solve Code reviews and Releases '''only 2 days a week''', rest of the time is allocated to management activities and cooperation on the other projects.  &lt;br /&gt;
&lt;br /&gt;
===9x Developers===&lt;br /&gt;
* Development of functionality&lt;br /&gt;
* Correction of errors in the code&lt;br /&gt;
* Conducting initial testing of the code&lt;br /&gt;
* Participates in complex code testing&lt;br /&gt;
&lt;br /&gt;
All developers are full-time employees with the same level of seniority&lt;br /&gt;
&lt;br /&gt;
===1x Tester===	&lt;br /&gt;
* Functionality testing in all of the environments&lt;br /&gt;
* Writing UAT tests&lt;br /&gt;
&lt;br /&gt;
==Development process for the model==&lt;br /&gt;
&lt;br /&gt;
For the development process, the team has chosen the Kanban approach under the condition that the FIFO principle will be used (the first task in – the first task out). The following process describes all the phases from the moment the task was passed to the team to its release. &lt;br /&gt;
&lt;br /&gt;
[[File:Picture_3.jpg|frame]] &lt;br /&gt;
&lt;br /&gt;
The team’s Kanban board includes 8 phases each task goes through:&lt;br /&gt;
&lt;br /&gt;
#To develop &lt;br /&gt;
#:After identifying the requirements to be developed within the framework of this version, a detailed development plan for this version is drawn up and added to Kanban Board. Then, according to the plan, the Developer, together with the Techlead (in terms of conceptual architectural solutions), based on the technical specification, prepares the work draft.&lt;br /&gt;
#In progress&lt;br /&gt;
#:After agreeing on the working draft, the Developer proceeds to its implementation. For sufficiently large requirements, the functionality) is implemented in several parts. &lt;br /&gt;
#Code review&lt;br /&gt;
#:After the development of one part, the code quality is checked by the Techlead. If deficiencies are revealed, the Developer eliminates them.&lt;br /&gt;
#Acceptance &lt;br /&gt;
#:If needed, the functionality demonstrated to the Business owner on the development environment already (rare cases). &lt;br /&gt;
#Testing&lt;br /&gt;
#:After the implementation of all parts of one requirement, the Developer demonstrates the developed functionality to the Tester who is testing for compliance with user needs. If inconsistencies with the needs of users are revealed, the changes are implemented and the functionality is immediately finalized (in case of minor comments that do not require changing of the business logic and the architectural model).In case of successful concept testing, the Developer proceeds to the implementation of the next requirement in accordance with the version work plan.&lt;br /&gt;
#Stage release&lt;br /&gt;
#:The functionalities that are tested on DEV are prepared for the stage release and waiting for the Techlead to prepare the release. &lt;br /&gt;
#UAT&lt;br /&gt;
#:The tester repeats the testing on Stage environment&lt;br /&gt;
#Done&lt;br /&gt;
#:All the tasks which are ready for the PROD release are moved to the column Done and are waiting for the Techlead. After all the improvements planned in the version have been implemented, the Techlead builds the version and generates Release notes, in which:&lt;br /&gt;
* Version parameters are described (number, release date etc.)&lt;br /&gt;
* Requirements implemented in the version are listed (new functionality, fixed errors)&lt;br /&gt;
* Contains version deployment information (steps)&lt;br /&gt;
&lt;br /&gt;
Also, after agreeing on the new functionality, the Analyst updates the user documentation for the solution.&lt;br /&gt;
&lt;br /&gt;
==Model presumtions and limitations==&lt;br /&gt;
 &lt;br /&gt;
[[File:Process_IT_Team.jpg |frame]]&lt;br /&gt;
[[File:Process_detail.jpg |frame]]&lt;br /&gt;
&lt;br /&gt;
After the thorough analysis of the team the author of this work decided to create a model with the following presumptions and limitations: &lt;br /&gt;
&lt;br /&gt;
#The model presumes that the reaction of the product owner is that agile that no irrelevant tasks appear at the Kanban board and the cycle of the team is fast enough, that this task is never moved to the old backlog during the development process&lt;br /&gt;
#The model presumes that the analysis is done with the FIFO principle&lt;br /&gt;
#The model presumes that the seniority of all of the developers (resources) is exactly the same (while in reality even if all the developer are similarly senior it does not mean that they are able of exactly the same performance on all type of tasks, or have the same performance every day)&lt;br /&gt;
#This model excludes the impact of unpredictable factors (like new legal requirements, that can get higher priority and be handed over directly to the dev team and implemented as a hotfix)&lt;br /&gt;
#This model excludes the phase of Acceptance because of this phase is often jumped over and even though it in reality this fact often leads to the big list of bugs reported later, this is not the objective of this exact model.&lt;br /&gt;
#This model does not separate the process Testing and UAT testing, because UAT is considered to be insignificant for the purpose of this model &lt;br /&gt;
#Bug are supposed to be less priority and always to be served after Change requests (in reality some of the bugs are that huge, that they are served earlier&lt;br /&gt;
#There were not sufficient statistics about the code review quality, but it was estimated like that by the Techlead of the team. There were not enough statistics about the testing failure, estimation by the tester was used for the purpose of this simulation&lt;br /&gt;
&lt;br /&gt;
==Values in the model==&lt;br /&gt;
&lt;br /&gt;
===Generators &amp;quot;Change request&amp;quot; an &amp;quot;Bugs&amp;quot;===&lt;br /&gt;
For both of the generators, the author used the presumption of Poisson distribution 5 requests/day and 2 bugs/day that was transformed into Exponential distribution Exp(1.6) an Exp(4.0) respectively (with the time unit Hour). This estimation was done based on the data from 5.10.2020 - 2.1.2020 (90 calendar days) exported from Jira. The data had to be cleaned due to incoming requests on non-business days, statistical outliers ( days when somebody created a number of irrelevant to this model sub-issues or migrated a number of issues from the old backlog). From the cleaned data we can derive that the average and the variance of the final set of data are close enough, which were used as a hit to suppose that the distribution of this value could be considered to be Poisson distribution.   &lt;br /&gt;
&lt;br /&gt;
===Batch &amp;quot;Product owner&amp;quot;===&lt;br /&gt;
&lt;br /&gt;
For the effective process of analysis and prioritization, the product owner collects several requests all at once and during meetings with the analyst explains the tasks for further specification. A value of 10 was chosen from the personal experience and intuitive estimation. The statistically derived value was considered to be irrelevant for the purpose of this model.&lt;br /&gt;
&lt;br /&gt;
===Delay and forks in To develop / Code review / Testing/ Release===&lt;br /&gt;
&lt;br /&gt;
In this case, the name of the Delay function &amp;quot;To develop&amp;quot; is not the same as in the real Kanban board and serves as an actual process of development, while the number of the tasks in this activity symbolizes both backlog and task that are being developed at the same time. Exp (2) day was chosen because of the team policy to decompose the requirements into requests with the value of 2 to 3 MD. &lt;br /&gt;
All of the following values are coming from the empirical data and interviews with the tech lead and tester who estimated the current effectiveness of the team as follows:&lt;br /&gt;
#Half of the tasks due to the blank in the knowledge of the business logic and code clearance best practices have to be revised&lt;br /&gt;
#A rough estimation of 10 % probability of mistakes at the Testing stage was done&lt;br /&gt;
#Preparation of the release was estimated for 0.5MD (the estimation is reliable because the techlead considered this task as his routine activity)&lt;br /&gt;
&lt;br /&gt;
=Results and conclusion=&lt;br /&gt;
&lt;br /&gt;
In order to answer the question stated in the first part there were run 100 replication of three scenarios of the simulation in the time frame from 1.1.2021 to 31.12.2021:&lt;br /&gt;
&lt;br /&gt;
#'''Default Scenario:''' Default settings&lt;br /&gt;
#'''Scenario:''' 3 more developers are added to the resources&lt;br /&gt;
#'''Scenario:''' One of the developers is moved to the Techlead position  &lt;br /&gt;
#'''Scenario:''' Learnings and sessions for the team&lt;br /&gt;
&lt;br /&gt;
==Default scenario==&lt;br /&gt;
&lt;br /&gt;
[[File:Default_scenario.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
From the average result of 100 simulation it is 618 Change requests and 771 Bugs that were not solved out of 1713 and 780 respectively. &lt;br /&gt;
&lt;br /&gt;
[[File:Resourcespng.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
From the Default scenario, we can see that the analyst and tester are definitely not the bottlenecks of the process because their capacities are unused most of the time (apx. 50 % and 85 % respectively). For the management of the company it gives a clear hint that they can be used for the other tasks as well or the tasks are stuck somewhere else and the resources are waning for the previous process. (this will be covered by the other scenarios)&lt;br /&gt;
&lt;br /&gt;
[[File:Default_stuckpng.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
It is obvious that the main reason for the inefficiency of the process is that the entities are stuck and waiting for the developers.&lt;br /&gt;
&lt;br /&gt;
==Three more developers==&lt;br /&gt;
&lt;br /&gt;
In the next scenario, the number of Resources of the Resource type Full stack developer is extended to 12.&lt;br /&gt;
&lt;br /&gt;
[[File:Scenario_2png.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
It is interesting to observe that extended number of the developers has '''just insignificantly impacted''' the result of the team.&lt;br /&gt;
&lt;br /&gt;
[[File:Scernario_1_resources.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
And loaded the capacities of the testing '''by 1 per cent only.''' &lt;br /&gt;
&lt;br /&gt;
'''Thus, both hypothesis about more developer from the previous two paragraphs were incorrect.'''&lt;br /&gt;
&lt;br /&gt;
==Two Techleads==&lt;br /&gt;
&lt;br /&gt;
For the next scenario one of the most potential developers was promoted to the assistant of the techlead and will be helping with the Code reviews and Releases. For that, simulations are run with 8 units of Full stack developer resource and 2 units for Techlead. &lt;br /&gt;
&lt;br /&gt;
[[File:Scenario_3.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
==Learnings and the sessions for the team==&lt;br /&gt;
&lt;br /&gt;
Less obvious, but seemingly the most effective scenario is that the team has gone through the sessions on code clearance, business logic, and the check lists for the code review were created. In the model this situation means that the KPI for the probability that Code review was successful is set to 0.8 instead of 0.5. From the business point of view, it means that the KPI of the team is to deliver better code and reduce need for the rework.&lt;br /&gt;
&lt;br /&gt;
For this 100 simulations are run with the value 0.8 of the connector Yes outgoing from the Branch Is the code ok? and value 0.2 for the connector No.&lt;br /&gt;
&lt;br /&gt;
[[File:Scenario4.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
This move had several outcomes:&lt;br /&gt;
&lt;br /&gt;
#Increased the number of the tasks which exist the system within the given timeframe.&lt;br /&gt;
#Increased the usage of the tester's capacity&lt;br /&gt;
# Helped to reduce the Average cycle time of being in the process by 2 weeks for the Change requests&lt;br /&gt;
# Reduced number of task waiting in the &amp;quot;Backlog&amp;quot; (delay To develop) &lt;br /&gt;
  &lt;br /&gt;
&lt;br /&gt;
[[File:Scenario_4_Resources.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
[[File:Scenaio4_actvity.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
==Conlusion==&lt;br /&gt;
&lt;br /&gt;
If answering the question from the main part of the Problem section one can state that the best scenario is the last one and the question is which activities can guarantee the KPI. Also, tester and analyst can be allocated to other projects to fulfill their capacity. The policy of Change request goes always first leads to huge technical debt, do another prioritisation policy should be found, but it was not the purpose of this simulation. I would like to emphasise that adding more resources is an obvious solution, but as simulation showed not effective one, even though it could be overseen by the managements effectiveness of the team is the main component. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Code= &lt;br /&gt;
&lt;br /&gt;
[[File: IT_Team.spm]]&lt;br /&gt;
&lt;br /&gt;
''PS. I was unable to upload three other scenarios due to the error. Therefore I am sending a link to the other scenarios to the Disk https://drive.google.com/drive/folders/1RW-cRiQVDGPxrkpDmBnFokCtI7nnbwEb?usp=sharing''&lt;/div&gt;</summary>
		<author><name>Antonsverlov</name></author>
		
	</entry>
	<entry>
		<id>http://www.simulace.info/index.php?title=IT_Team_simulation&amp;diff=20875</id>
		<title>IT Team simulation</title>
		<link rel="alternate" type="text/html" href="http://www.simulace.info/index.php?title=IT_Team_simulation&amp;diff=20875"/>
		<updated>2021-01-20T18:46:31Z</updated>

		<summary type="html">&lt;p&gt;Antonsverlov: /* Code */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Problem definition=&lt;br /&gt;
At the time I am working in an IT team of a start-up insuretech company that offers life insurance online and provides its clients with the application which makes a score of client’s physical activities - the more the client does sport the bigger cashback from the price of the insurance contract he can get. &lt;br /&gt;
As that company is software-based, the IT team plays a big role, but unfortunately it did not have a proper process of solving business requirements. The following sections will describe the new process of a team (implemented recently) and the simulation is supposed '''to help to identify the bottlenecks of the process''', meanwhile, the results from the simulation are supposed to help to '''come with the solution about the right distribution of the resources''' in order '''to boost the effectiveness of the team'''.&lt;br /&gt;
&lt;br /&gt;
==Questions==&lt;br /&gt;
There are several possible solutions the management of the company is discussing:&lt;br /&gt;
#Hire 3 more full-stack developers&lt;br /&gt;
#To &amp;quot;grow&amp;quot; one od the current developers into the Techlead main assistant&lt;br /&gt;
#To provide the team members with learning sessions (but not sure which ones)&lt;br /&gt;
#Add one more analyst to analyze the task faster&lt;br /&gt;
&lt;br /&gt;
The following model is supposed to help the author of this work to choose the right move.&lt;br /&gt;
&lt;br /&gt;
=Method=&lt;br /&gt;
&lt;br /&gt;
Simprocess is a relevant tool for such kind of problem mainly because the aforementioned situation can be described as discrete. There is a clear entity (business requirement or bug) which goes through a series of operations (development process), it includes different type of events (delays, “fight” for the resources etc.) which creates queues. Simprocess and the process modeling also allows the author of this model to include decision points and define time delays by a probability distribution. The question stated in the problem section could be answered using different scenarios.&lt;br /&gt;
&lt;br /&gt;
=Model=&lt;br /&gt;
&lt;br /&gt;
In order to create a Simprocess model, the author of this works has to describe the process of the given Development team, resources available, historical information available, and limitations of the model that the author included. &lt;br /&gt;
&lt;br /&gt;
==Requirements gathering process==&lt;br /&gt;
&lt;br /&gt;
[[File:Picture_1.jpg|frame]]&lt;br /&gt;
&lt;br /&gt;
The main operation, in this case, is the procedure for registering requests. In this case, a requirement is understood as any formally described condition that the created solution must satisfy.&lt;br /&gt;
&lt;br /&gt;
In particular, the requirements are:&lt;br /&gt;
&lt;br /&gt;
*	New functionalities or change requests &lt;br /&gt;
*	Errors identified during internal or external testing on already running solution&lt;br /&gt;
&lt;br /&gt;
Requirements can come from various sources, for example:&lt;br /&gt;
&lt;br /&gt;
*	Company management &lt;br /&gt;
*	Customers (through the Customer care line)&lt;br /&gt;
*	Tester as part of a project team&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
All the requirements are placed into Backlog in the Jira software tool and are monitored.&lt;br /&gt;
&lt;br /&gt;
==Resources in the simulation==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Product owner	===&lt;br /&gt;
* Formation of plans&lt;br /&gt;
* Monitoring the implementation of plans&lt;br /&gt;
* Organizational work (including the sources of the requirements)&lt;br /&gt;
* Conceptual architecture of the solution&lt;br /&gt;
* Part of the analytical work&lt;br /&gt;
&lt;br /&gt;
The product owner is the first contact to deal with business requirements. He is in close contact with the analyst when it is decided that a task is ready for backlog (business case or cost-benefit analysis of new functionality is done; in case of defect management – bugs are either accepted or specified for the Debugging processes).&lt;br /&gt;
&lt;br /&gt;
===1x Analyst===	&lt;br /&gt;
* Development of technical specification for functionality&lt;br /&gt;
* Development of test plans&lt;br /&gt;
* Conceptual testing of functionality&lt;br /&gt;
* Development of user documentation&lt;br /&gt;
The analyst is available '''only 2 days a week''' &lt;br /&gt;
&lt;br /&gt;
===1x Techlead===	&lt;br /&gt;
* Conceptual consultancy&lt;br /&gt;
* Code review control&lt;br /&gt;
* Production release&lt;br /&gt;
Techlead is able to solve Code reviews and Releases '''only 2 days a week''', rest of the time is allocated to management activities and cooperation on the other projects.  &lt;br /&gt;
&lt;br /&gt;
===9x Developers===&lt;br /&gt;
* Development of functionality&lt;br /&gt;
* Correction of errors in the code&lt;br /&gt;
* Conducting initial testing of the code&lt;br /&gt;
* Participates in complex code testing&lt;br /&gt;
&lt;br /&gt;
All developers are full-time employees with the same level of seniority&lt;br /&gt;
&lt;br /&gt;
===1x Tester===	&lt;br /&gt;
* Functionality testing in all of the environments&lt;br /&gt;
* Writing UAT tests&lt;br /&gt;
&lt;br /&gt;
==Development process for the model==&lt;br /&gt;
&lt;br /&gt;
For the development process, the team has chosen the Kanban approach under the condition that the FIFO principle will be used (the first task in – the first task out). The following process describes all the phases from the moment the task was passed to the team to its release. &lt;br /&gt;
&lt;br /&gt;
[[File:Picture_3.jpg|frame]] &lt;br /&gt;
&lt;br /&gt;
The team’s Kanban board includes 8 phases each task goes through:&lt;br /&gt;
&lt;br /&gt;
#To develop &lt;br /&gt;
#:After identifying the requirements to be developed within the framework of this version, a detailed development plan for this version is drawn up and added to Kanban Board. Then, according to the plan, the Developer, together with the Techlead (in terms of conceptual architectural solutions), based on the technical specification, prepares the work draft.&lt;br /&gt;
#In progress&lt;br /&gt;
#:After agreeing on the working draft, the Developer proceeds to its implementation. For sufficiently large requirements, the functionality) is implemented in several parts. &lt;br /&gt;
#Code review&lt;br /&gt;
#:After the development of one part, the code quality is checked by the Techlead. If deficiencies are revealed, the Developer eliminates them.&lt;br /&gt;
#Acceptance &lt;br /&gt;
#:If needed, the functionality demonstrated to the Business owner on the development environment already (rare cases). &lt;br /&gt;
#Testing&lt;br /&gt;
#:After the implementation of all parts of one requirement, the Developer demonstrates the developed functionality to the Tester who is testing for compliance with user needs. If inconsistencies with the needs of users are revealed, the changes are implemented and the functionality is immediately finalized (in case of minor comments that do not require changing of the business logic and the architectural model).In case of successful concept testing, the Developer proceeds to the implementation of the next requirement in accordance with the version work plan.&lt;br /&gt;
#Stage release&lt;br /&gt;
#:The functionalities that are tested on DEV are prepared for the stage release and waiting for the Techlead to prepare the release. &lt;br /&gt;
#UAT&lt;br /&gt;
#:The tester repeats the testing on Stage environment&lt;br /&gt;
#Done&lt;br /&gt;
#:All the tasks which are ready for the PROD release are moved to the column Done and are waiting for the Techlead. After all the improvements planned in the version have been implemented, the Techlead builds the version and generates Release notes, in which:&lt;br /&gt;
* Version parameters are described (number, release date etc.)&lt;br /&gt;
* Requirements implemented in the version are listed (new functionality, fixed errors)&lt;br /&gt;
* Contains version deployment information (steps)&lt;br /&gt;
&lt;br /&gt;
Also, after agreeing on the new functionality, the Analyst updates the user documentation for the solution.&lt;br /&gt;
&lt;br /&gt;
==Model presumtions and limitations==&lt;br /&gt;
 &lt;br /&gt;
[[File:Process_IT_Team.jpg |frame]]&lt;br /&gt;
[[File:Process_detail.jpg |frame]]&lt;br /&gt;
&lt;br /&gt;
After the thorough analysis of the team the author of this work decided to create a model with the following presumptions and limitations: &lt;br /&gt;
&lt;br /&gt;
#The model presumes that the reaction of the product owner is that agile that no irrelevant tasks appear at the Kanban board and the cycle of the team is fast enough, that this task is never moved to the old backlog during the development process&lt;br /&gt;
#The model presumes that the analysis is done with the FIFO principle&lt;br /&gt;
#The model presumes that the seniority of all of the developers (resources) is exactly the same (while in reality even if all the developer are similarly senior it does not mean that they are able of exactly the same performance on all type of tasks, or have the same performance every day)&lt;br /&gt;
#This model excludes the impact of unpredictable factors (like new legal requirements, that can get higher priority and be handed over directly to the dev team and implemented as a hotfix)&lt;br /&gt;
#This model excludes the phase of Acceptance because of this phase is often jumped over and even though it in reality this fact often leads to the big list of bugs reported later, this is not the objective of this exact model.&lt;br /&gt;
#This model does not separate the process Testing and UAT testing, because UAT is considered to be insignificant for the purpose of this model &lt;br /&gt;
#Bug are supposed to be less priority and always to be served after Change requests (in reality some of the bugs are that huge, that they are served earlier&lt;br /&gt;
#There were not sufficient statistics about the code review quality, but it was estimated like that by the Techlead of the team. There were not enough statistics about the testing failure, estimation by the tester was used for the purpose of this simulation&lt;br /&gt;
&lt;br /&gt;
==Values in the model==&lt;br /&gt;
&lt;br /&gt;
===Generators &amp;quot;Change request&amp;quot; an &amp;quot;Bugs&amp;quot;===&lt;br /&gt;
For both of the generators, the author used the presumption of Poisson distribution 5 requests/day and 2 bugs/day that was transformed into Exponential distribution Exp(1.6) an Exp(4.0) respectively (with the time unit Hour). This estimation was done based on the data from 5.10.2020 - 2.1.2020 (90 calendar days) exported from Jira. The data had to be cleaned due to incoming requests on non-business days, statistical outliers ( days when somebody created a number of irrelevant to this model sub-issues or migrated a number of issues from the old backlog). From the cleaned data we can derive that the average and the variance of the final set of data are close enough, which were used as a hit to suppose that the distribution of this value could be considered to be Poisson distribution.   &lt;br /&gt;
&lt;br /&gt;
===Batch &amp;quot;Product owner&amp;quot;===&lt;br /&gt;
&lt;br /&gt;
For the effective process of analysis and prioritization, the product owner collects several requests all at once and during meetings with the analyst explains the tasks for further specification. A value of 10 was chosen from the personal experience and intuitive estimation. The statistically derived value was considered to be irrelevant for the purpose of this model.&lt;br /&gt;
&lt;br /&gt;
===Delay and forks in To develop / Code review / Testing/ Release===&lt;br /&gt;
&lt;br /&gt;
In this case, the name of the Delay function &amp;quot;To develop&amp;quot; is not the same as in the real Kanban board and serves as an actual process of development, while the number of the tasks in this activity symbolizes both backlog and task that are being developed at the same time. Exp (2) day was chosen because of the team policy to decompose the requirements into requests with the value of 2 to 3 MD. &lt;br /&gt;
All of the following values are coming from the empirical data and interviews with the tech lead and tester who estimated the current effectiveness of the team as follows:&lt;br /&gt;
#Half of the tasks due to the blank in the knowledge of the business logic and code clearance best practices have to be revised&lt;br /&gt;
#A rough estimation of 10 % probability of mistakes at the Testing stage was done&lt;br /&gt;
#Preparation of the release was estimated for 0.5MD (the estimation is reliable because the techlead considered this task as his routine activity)&lt;br /&gt;
&lt;br /&gt;
=Results and conclusion=&lt;br /&gt;
&lt;br /&gt;
In order to answer the question stated in the first part there were run 100 replication of three scenarios of the simulation in the time frame from 1.1.2021 to 31.12.2021:&lt;br /&gt;
&lt;br /&gt;
#'''Default Scenario:''' Default settings&lt;br /&gt;
#'''Scenario:''' 3 more developers are added to the resources&lt;br /&gt;
#'''Scenario:''' One of the developers is moved to the Techlead position  &lt;br /&gt;
#'''Scenario:''' Learnings and sessions for the team&lt;br /&gt;
&lt;br /&gt;
==Default scenario==&lt;br /&gt;
&lt;br /&gt;
[[File:Default_scenario.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
From the average result of 100 simulation it is 618 Change requests and 771 Bugs that were not solved out of 1713 and 780 respectively. &lt;br /&gt;
&lt;br /&gt;
[[File:Resourcespng.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
From the Default scenario, we can see that the analyst and tester are definitely not the bottlenecks of the process because their capacities are unused most of the time (apx. 50 % and 85 % respectively). For the management of the company it gives a clear hint that they can be used for the other tasks as well or the tasks are stuck somewhere else and the resources are waning for the previous process. (this will be covered by the other scenarios)&lt;br /&gt;
&lt;br /&gt;
[[File:Default_stuckpng.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
It is obvious that the main reason for the inefficiency of the process is that the entities are stuck and waiting for the developers.&lt;br /&gt;
&lt;br /&gt;
==Three more developers==&lt;br /&gt;
&lt;br /&gt;
In the next scenario, the number of Resources of the Resource type Full stack developer is extended to 12.&lt;br /&gt;
&lt;br /&gt;
[[File:Scenario_2png.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
It is interesting to observe that extended number of the developers has '''just insignificantly impacted''' the result of the team.&lt;br /&gt;
&lt;br /&gt;
[[File:Scernario_1_resources.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
And loaded the capacities of the testing '''by 1 per cent only.''' &lt;br /&gt;
&lt;br /&gt;
'''Thus, both hypothesis about more developer from the previous two paragraphs were incorrect.'''&lt;br /&gt;
&lt;br /&gt;
==Two Techleads==&lt;br /&gt;
&lt;br /&gt;
For the next scenario one of the most potential developers was promoted to the assistant of the techlead and will be helping with the Code reviews and Releases. For that, simulations are run with 8 units of Full stack developer resource and 2 units for Techlead. &lt;br /&gt;
&lt;br /&gt;
[[File:Scenario_3.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
==Learnings and the sessions for the team==&lt;br /&gt;
&lt;br /&gt;
Less obvious, but seemingly the most effective scenario is that the team has gone through the sessions on code clearance, business logic, and the check lists for the code review were created. In the model this situation means that the KPI for the probability that Code review was successful is set to 0.8 instead of 0.5. From the business point of view, it means that the KPI of the team is to deliver better code and reduce need for the rework.&lt;br /&gt;
&lt;br /&gt;
For this 100 simulations are run with the value 0.8 of the connector Yes outgoing from the Branch Is the code ok? and value 0.2 for the connector No.&lt;br /&gt;
&lt;br /&gt;
[[File:Scenario4.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
This move had several outcomes:&lt;br /&gt;
&lt;br /&gt;
#Increased the number of the tasks which exist the system within the given timeframe.&lt;br /&gt;
#Increased the usage of the tester's capacity&lt;br /&gt;
# Helped to reduce the Average cycle time of being in the process by 2 weeks for the Change requests&lt;br /&gt;
# Reduced number of task waiting in the &amp;quot;Backlog&amp;quot; (delay To develop) &lt;br /&gt;
  &lt;br /&gt;
&lt;br /&gt;
[[File:Scenario_4_Resources.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
[[File:Scenaio4_actvity.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
==Conlusion==&lt;br /&gt;
&lt;br /&gt;
If answering the question from the main part of the Problem section one can state that the best scenario is the last one and the question is which activities can guarantee the KPI. Also, tester and analyst can be allocated to other projects to fulfill their capacity. The policy of Change request goes always first leads to huge technical debt, do another prioritisation policy should be found, but it was not the purpose of this simulation. I would like to emphasise that adding more resources is an obvious solution, but as simulation showed not effective one, even though it could be overseen by the managements effectiveness of the team is the main component. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Code= &lt;br /&gt;
&lt;br /&gt;
[[File: IT_Team.spm]]&lt;/div&gt;</summary>
		<author><name>Antonsverlov</name></author>
		
	</entry>
	<entry>
		<id>http://www.simulace.info/index.php?title=IT_Team_simulation&amp;diff=20874</id>
		<title>IT Team simulation</title>
		<link rel="alternate" type="text/html" href="http://www.simulace.info/index.php?title=IT_Team_simulation&amp;diff=20874"/>
		<updated>2021-01-20T18:46:23Z</updated>

		<summary type="html">&lt;p&gt;Antonsverlov: /* Code */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Problem definition=&lt;br /&gt;
At the time I am working in an IT team of a start-up insuretech company that offers life insurance online and provides its clients with the application which makes a score of client’s physical activities - the more the client does sport the bigger cashback from the price of the insurance contract he can get. &lt;br /&gt;
As that company is software-based, the IT team plays a big role, but unfortunately it did not have a proper process of solving business requirements. The following sections will describe the new process of a team (implemented recently) and the simulation is supposed '''to help to identify the bottlenecks of the process''', meanwhile, the results from the simulation are supposed to help to '''come with the solution about the right distribution of the resources''' in order '''to boost the effectiveness of the team'''.&lt;br /&gt;
&lt;br /&gt;
==Questions==&lt;br /&gt;
There are several possible solutions the management of the company is discussing:&lt;br /&gt;
#Hire 3 more full-stack developers&lt;br /&gt;
#To &amp;quot;grow&amp;quot; one od the current developers into the Techlead main assistant&lt;br /&gt;
#To provide the team members with learning sessions (but not sure which ones)&lt;br /&gt;
#Add one more analyst to analyze the task faster&lt;br /&gt;
&lt;br /&gt;
The following model is supposed to help the author of this work to choose the right move.&lt;br /&gt;
&lt;br /&gt;
=Method=&lt;br /&gt;
&lt;br /&gt;
Simprocess is a relevant tool for such kind of problem mainly because the aforementioned situation can be described as discrete. There is a clear entity (business requirement or bug) which goes through a series of operations (development process), it includes different type of events (delays, “fight” for the resources etc.) which creates queues. Simprocess and the process modeling also allows the author of this model to include decision points and define time delays by a probability distribution. The question stated in the problem section could be answered using different scenarios.&lt;br /&gt;
&lt;br /&gt;
=Model=&lt;br /&gt;
&lt;br /&gt;
In order to create a Simprocess model, the author of this works has to describe the process of the given Development team, resources available, historical information available, and limitations of the model that the author included. &lt;br /&gt;
&lt;br /&gt;
==Requirements gathering process==&lt;br /&gt;
&lt;br /&gt;
[[File:Picture_1.jpg|frame]]&lt;br /&gt;
&lt;br /&gt;
The main operation, in this case, is the procedure for registering requests. In this case, a requirement is understood as any formally described condition that the created solution must satisfy.&lt;br /&gt;
&lt;br /&gt;
In particular, the requirements are:&lt;br /&gt;
&lt;br /&gt;
*	New functionalities or change requests &lt;br /&gt;
*	Errors identified during internal or external testing on already running solution&lt;br /&gt;
&lt;br /&gt;
Requirements can come from various sources, for example:&lt;br /&gt;
&lt;br /&gt;
*	Company management &lt;br /&gt;
*	Customers (through the Customer care line)&lt;br /&gt;
*	Tester as part of a project team&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
All the requirements are placed into Backlog in the Jira software tool and are monitored.&lt;br /&gt;
&lt;br /&gt;
==Resources in the simulation==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Product owner	===&lt;br /&gt;
* Formation of plans&lt;br /&gt;
* Monitoring the implementation of plans&lt;br /&gt;
* Organizational work (including the sources of the requirements)&lt;br /&gt;
* Conceptual architecture of the solution&lt;br /&gt;
* Part of the analytical work&lt;br /&gt;
&lt;br /&gt;
The product owner is the first contact to deal with business requirements. He is in close contact with the analyst when it is decided that a task is ready for backlog (business case or cost-benefit analysis of new functionality is done; in case of defect management – bugs are either accepted or specified for the Debugging processes).&lt;br /&gt;
&lt;br /&gt;
===1x Analyst===	&lt;br /&gt;
* Development of technical specification for functionality&lt;br /&gt;
* Development of test plans&lt;br /&gt;
* Conceptual testing of functionality&lt;br /&gt;
* Development of user documentation&lt;br /&gt;
The analyst is available '''only 2 days a week''' &lt;br /&gt;
&lt;br /&gt;
===1x Techlead===	&lt;br /&gt;
* Conceptual consultancy&lt;br /&gt;
* Code review control&lt;br /&gt;
* Production release&lt;br /&gt;
Techlead is able to solve Code reviews and Releases '''only 2 days a week''', rest of the time is allocated to management activities and cooperation on the other projects.  &lt;br /&gt;
&lt;br /&gt;
===9x Developers===&lt;br /&gt;
* Development of functionality&lt;br /&gt;
* Correction of errors in the code&lt;br /&gt;
* Conducting initial testing of the code&lt;br /&gt;
* Participates in complex code testing&lt;br /&gt;
&lt;br /&gt;
All developers are full-time employees with the same level of seniority&lt;br /&gt;
&lt;br /&gt;
===1x Tester===	&lt;br /&gt;
* Functionality testing in all of the environments&lt;br /&gt;
* Writing UAT tests&lt;br /&gt;
&lt;br /&gt;
==Development process for the model==&lt;br /&gt;
&lt;br /&gt;
For the development process, the team has chosen the Kanban approach under the condition that the FIFO principle will be used (the first task in – the first task out). The following process describes all the phases from the moment the task was passed to the team to its release. &lt;br /&gt;
&lt;br /&gt;
[[File:Picture_3.jpg|frame]] &lt;br /&gt;
&lt;br /&gt;
The team’s Kanban board includes 8 phases each task goes through:&lt;br /&gt;
&lt;br /&gt;
#To develop &lt;br /&gt;
#:After identifying the requirements to be developed within the framework of this version, a detailed development plan for this version is drawn up and added to Kanban Board. Then, according to the plan, the Developer, together with the Techlead (in terms of conceptual architectural solutions), based on the technical specification, prepares the work draft.&lt;br /&gt;
#In progress&lt;br /&gt;
#:After agreeing on the working draft, the Developer proceeds to its implementation. For sufficiently large requirements, the functionality) is implemented in several parts. &lt;br /&gt;
#Code review&lt;br /&gt;
#:After the development of one part, the code quality is checked by the Techlead. If deficiencies are revealed, the Developer eliminates them.&lt;br /&gt;
#Acceptance &lt;br /&gt;
#:If needed, the functionality demonstrated to the Business owner on the development environment already (rare cases). &lt;br /&gt;
#Testing&lt;br /&gt;
#:After the implementation of all parts of one requirement, the Developer demonstrates the developed functionality to the Tester who is testing for compliance with user needs. If inconsistencies with the needs of users are revealed, the changes are implemented and the functionality is immediately finalized (in case of minor comments that do not require changing of the business logic and the architectural model).In case of successful concept testing, the Developer proceeds to the implementation of the next requirement in accordance with the version work plan.&lt;br /&gt;
#Stage release&lt;br /&gt;
#:The functionalities that are tested on DEV are prepared for the stage release and waiting for the Techlead to prepare the release. &lt;br /&gt;
#UAT&lt;br /&gt;
#:The tester repeats the testing on Stage environment&lt;br /&gt;
#Done&lt;br /&gt;
#:All the tasks which are ready for the PROD release are moved to the column Done and are waiting for the Techlead. After all the improvements planned in the version have been implemented, the Techlead builds the version and generates Release notes, in which:&lt;br /&gt;
* Version parameters are described (number, release date etc.)&lt;br /&gt;
* Requirements implemented in the version are listed (new functionality, fixed errors)&lt;br /&gt;
* Contains version deployment information (steps)&lt;br /&gt;
&lt;br /&gt;
Also, after agreeing on the new functionality, the Analyst updates the user documentation for the solution.&lt;br /&gt;
&lt;br /&gt;
==Model presumtions and limitations==&lt;br /&gt;
 &lt;br /&gt;
[[File:Process_IT_Team.jpg |frame]]&lt;br /&gt;
[[File:Process_detail.jpg |frame]]&lt;br /&gt;
&lt;br /&gt;
After the thorough analysis of the team the author of this work decided to create a model with the following presumptions and limitations: &lt;br /&gt;
&lt;br /&gt;
#The model presumes that the reaction of the product owner is that agile that no irrelevant tasks appear at the Kanban board and the cycle of the team is fast enough, that this task is never moved to the old backlog during the development process&lt;br /&gt;
#The model presumes that the analysis is done with the FIFO principle&lt;br /&gt;
#The model presumes that the seniority of all of the developers (resources) is exactly the same (while in reality even if all the developer are similarly senior it does not mean that they are able of exactly the same performance on all type of tasks, or have the same performance every day)&lt;br /&gt;
#This model excludes the impact of unpredictable factors (like new legal requirements, that can get higher priority and be handed over directly to the dev team and implemented as a hotfix)&lt;br /&gt;
#This model excludes the phase of Acceptance because of this phase is often jumped over and even though it in reality this fact often leads to the big list of bugs reported later, this is not the objective of this exact model.&lt;br /&gt;
#This model does not separate the process Testing and UAT testing, because UAT is considered to be insignificant for the purpose of this model &lt;br /&gt;
#Bug are supposed to be less priority and always to be served after Change requests (in reality some of the bugs are that huge, that they are served earlier&lt;br /&gt;
#There were not sufficient statistics about the code review quality, but it was estimated like that by the Techlead of the team. There were not enough statistics about the testing failure, estimation by the tester was used for the purpose of this simulation&lt;br /&gt;
&lt;br /&gt;
==Values in the model==&lt;br /&gt;
&lt;br /&gt;
===Generators &amp;quot;Change request&amp;quot; an &amp;quot;Bugs&amp;quot;===&lt;br /&gt;
For both of the generators, the author used the presumption of Poisson distribution 5 requests/day and 2 bugs/day that was transformed into Exponential distribution Exp(1.6) an Exp(4.0) respectively (with the time unit Hour). This estimation was done based on the data from 5.10.2020 - 2.1.2020 (90 calendar days) exported from Jira. The data had to be cleaned due to incoming requests on non-business days, statistical outliers ( days when somebody created a number of irrelevant to this model sub-issues or migrated a number of issues from the old backlog). From the cleaned data we can derive that the average and the variance of the final set of data are close enough, which were used as a hit to suppose that the distribution of this value could be considered to be Poisson distribution.   &lt;br /&gt;
&lt;br /&gt;
===Batch &amp;quot;Product owner&amp;quot;===&lt;br /&gt;
&lt;br /&gt;
For the effective process of analysis and prioritization, the product owner collects several requests all at once and during meetings with the analyst explains the tasks for further specification. A value of 10 was chosen from the personal experience and intuitive estimation. The statistically derived value was considered to be irrelevant for the purpose of this model.&lt;br /&gt;
&lt;br /&gt;
===Delay and forks in To develop / Code review / Testing/ Release===&lt;br /&gt;
&lt;br /&gt;
In this case, the name of the Delay function &amp;quot;To develop&amp;quot; is not the same as in the real Kanban board and serves as an actual process of development, while the number of the tasks in this activity symbolizes both backlog and task that are being developed at the same time. Exp (2) day was chosen because of the team policy to decompose the requirements into requests with the value of 2 to 3 MD. &lt;br /&gt;
All of the following values are coming from the empirical data and interviews with the tech lead and tester who estimated the current effectiveness of the team as follows:&lt;br /&gt;
#Half of the tasks due to the blank in the knowledge of the business logic and code clearance best practices have to be revised&lt;br /&gt;
#A rough estimation of 10 % probability of mistakes at the Testing stage was done&lt;br /&gt;
#Preparation of the release was estimated for 0.5MD (the estimation is reliable because the techlead considered this task as his routine activity)&lt;br /&gt;
&lt;br /&gt;
=Results and conclusion=&lt;br /&gt;
&lt;br /&gt;
In order to answer the question stated in the first part there were run 100 replication of three scenarios of the simulation in the time frame from 1.1.2021 to 31.12.2021:&lt;br /&gt;
&lt;br /&gt;
#'''Default Scenario:''' Default settings&lt;br /&gt;
#'''Scenario:''' 3 more developers are added to the resources&lt;br /&gt;
#'''Scenario:''' One of the developers is moved to the Techlead position  &lt;br /&gt;
#'''Scenario:''' Learnings and sessions for the team&lt;br /&gt;
&lt;br /&gt;
==Default scenario==&lt;br /&gt;
&lt;br /&gt;
[[File:Default_scenario.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
From the average result of 100 simulation it is 618 Change requests and 771 Bugs that were not solved out of 1713 and 780 respectively. &lt;br /&gt;
&lt;br /&gt;
[[File:Resourcespng.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
From the Default scenario, we can see that the analyst and tester are definitely not the bottlenecks of the process because their capacities are unused most of the time (apx. 50 % and 85 % respectively). For the management of the company it gives a clear hint that they can be used for the other tasks as well or the tasks are stuck somewhere else and the resources are waning for the previous process. (this will be covered by the other scenarios)&lt;br /&gt;
&lt;br /&gt;
[[File:Default_stuckpng.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
It is obvious that the main reason for the inefficiency of the process is that the entities are stuck and waiting for the developers.&lt;br /&gt;
&lt;br /&gt;
==Three more developers==&lt;br /&gt;
&lt;br /&gt;
In the next scenario, the number of Resources of the Resource type Full stack developer is extended to 12.&lt;br /&gt;
&lt;br /&gt;
[[File:Scenario_2png.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
It is interesting to observe that extended number of the developers has '''just insignificantly impacted''' the result of the team.&lt;br /&gt;
&lt;br /&gt;
[[File:Scernario_1_resources.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
And loaded the capacities of the testing '''by 1 per cent only.''' &lt;br /&gt;
&lt;br /&gt;
'''Thus, both hypothesis about more developer from the previous two paragraphs were incorrect.'''&lt;br /&gt;
&lt;br /&gt;
==Two Techleads==&lt;br /&gt;
&lt;br /&gt;
For the next scenario one of the most potential developers was promoted to the assistant of the techlead and will be helping with the Code reviews and Releases. For that, simulations are run with 8 units of Full stack developer resource and 2 units for Techlead. &lt;br /&gt;
&lt;br /&gt;
[[File:Scenario_3.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
==Learnings and the sessions for the team==&lt;br /&gt;
&lt;br /&gt;
Less obvious, but seemingly the most effective scenario is that the team has gone through the sessions on code clearance, business logic, and the check lists for the code review were created. In the model this situation means that the KPI for the probability that Code review was successful is set to 0.8 instead of 0.5. From the business point of view, it means that the KPI of the team is to deliver better code and reduce need for the rework.&lt;br /&gt;
&lt;br /&gt;
For this 100 simulations are run with the value 0.8 of the connector Yes outgoing from the Branch Is the code ok? and value 0.2 for the connector No.&lt;br /&gt;
&lt;br /&gt;
[[File:Scenario4.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
This move had several outcomes:&lt;br /&gt;
&lt;br /&gt;
#Increased the number of the tasks which exist the system within the given timeframe.&lt;br /&gt;
#Increased the usage of the tester's capacity&lt;br /&gt;
# Helped to reduce the Average cycle time of being in the process by 2 weeks for the Change requests&lt;br /&gt;
# Reduced number of task waiting in the &amp;quot;Backlog&amp;quot; (delay To develop) &lt;br /&gt;
  &lt;br /&gt;
&lt;br /&gt;
[[File:Scenario_4_Resources.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
[[File:Scenaio4_actvity.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
==Conlusion==&lt;br /&gt;
&lt;br /&gt;
If answering the question from the main part of the Problem section one can state that the best scenario is the last one and the question is which activities can guarantee the KPI. Also, tester and analyst can be allocated to other projects to fulfill their capacity. The policy of Change request goes always first leads to huge technical debt, do another prioritisation policy should be found, but it was not the purpose of this simulation. I would like to emphasise that adding more resources is an obvious solution, but as simulation showed not effective one, even though it could be overseen by the managements effectiveness of the team is the main component. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Code= &lt;br /&gt;
&lt;br /&gt;
[[File:IT_Team.spm]]&lt;/div&gt;</summary>
		<author><name>Antonsverlov</name></author>
		
	</entry>
	<entry>
		<id>http://www.simulace.info/index.php?title=IT_Team_simulation&amp;diff=20872</id>
		<title>IT Team simulation</title>
		<link rel="alternate" type="text/html" href="http://www.simulace.info/index.php?title=IT_Team_simulation&amp;diff=20872"/>
		<updated>2021-01-20T18:45:48Z</updated>

		<summary type="html">&lt;p&gt;Antonsverlov: /* Results and conclusion */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Problem definition=&lt;br /&gt;
At the time I am working in an IT team of a start-up insuretech company that offers life insurance online and provides its clients with the application which makes a score of client’s physical activities - the more the client does sport the bigger cashback from the price of the insurance contract he can get. &lt;br /&gt;
As that company is software-based, the IT team plays a big role, but unfortunately it did not have a proper process of solving business requirements. The following sections will describe the new process of a team (implemented recently) and the simulation is supposed '''to help to identify the bottlenecks of the process''', meanwhile, the results from the simulation are supposed to help to '''come with the solution about the right distribution of the resources''' in order '''to boost the effectiveness of the team'''.&lt;br /&gt;
&lt;br /&gt;
==Questions==&lt;br /&gt;
There are several possible solutions the management of the company is discussing:&lt;br /&gt;
#Hire 3 more full-stack developers&lt;br /&gt;
#To &amp;quot;grow&amp;quot; one od the current developers into the Techlead main assistant&lt;br /&gt;
#To provide the team members with learning sessions (but not sure which ones)&lt;br /&gt;
#Add one more analyst to analyze the task faster&lt;br /&gt;
&lt;br /&gt;
The following model is supposed to help the author of this work to choose the right move.&lt;br /&gt;
&lt;br /&gt;
=Method=&lt;br /&gt;
&lt;br /&gt;
Simprocess is a relevant tool for such kind of problem mainly because the aforementioned situation can be described as discrete. There is a clear entity (business requirement or bug) which goes through a series of operations (development process), it includes different type of events (delays, “fight” for the resources etc.) which creates queues. Simprocess and the process modeling also allows the author of this model to include decision points and define time delays by a probability distribution. The question stated in the problem section could be answered using different scenarios.&lt;br /&gt;
&lt;br /&gt;
=Model=&lt;br /&gt;
&lt;br /&gt;
In order to create a Simprocess model, the author of this works has to describe the process of the given Development team, resources available, historical information available, and limitations of the model that the author included. &lt;br /&gt;
&lt;br /&gt;
==Requirements gathering process==&lt;br /&gt;
&lt;br /&gt;
[[File:Picture_1.jpg|frame]]&lt;br /&gt;
&lt;br /&gt;
The main operation, in this case, is the procedure for registering requests. In this case, a requirement is understood as any formally described condition that the created solution must satisfy.&lt;br /&gt;
&lt;br /&gt;
In particular, the requirements are:&lt;br /&gt;
&lt;br /&gt;
*	New functionalities or change requests &lt;br /&gt;
*	Errors identified during internal or external testing on already running solution&lt;br /&gt;
&lt;br /&gt;
Requirements can come from various sources, for example:&lt;br /&gt;
&lt;br /&gt;
*	Company management &lt;br /&gt;
*	Customers (through the Customer care line)&lt;br /&gt;
*	Tester as part of a project team&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
All the requirements are placed into Backlog in the Jira software tool and are monitored.&lt;br /&gt;
&lt;br /&gt;
==Resources in the simulation==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Product owner	===&lt;br /&gt;
* Formation of plans&lt;br /&gt;
* Monitoring the implementation of plans&lt;br /&gt;
* Organizational work (including the sources of the requirements)&lt;br /&gt;
* Conceptual architecture of the solution&lt;br /&gt;
* Part of the analytical work&lt;br /&gt;
&lt;br /&gt;
The product owner is the first contact to deal with business requirements. He is in close contact with the analyst when it is decided that a task is ready for backlog (business case or cost-benefit analysis of new functionality is done; in case of defect management – bugs are either accepted or specified for the Debugging processes).&lt;br /&gt;
&lt;br /&gt;
===1x Analyst===	&lt;br /&gt;
* Development of technical specification for functionality&lt;br /&gt;
* Development of test plans&lt;br /&gt;
* Conceptual testing of functionality&lt;br /&gt;
* Development of user documentation&lt;br /&gt;
The analyst is available '''only 2 days a week''' &lt;br /&gt;
&lt;br /&gt;
===1x Techlead===	&lt;br /&gt;
* Conceptual consultancy&lt;br /&gt;
* Code review control&lt;br /&gt;
* Production release&lt;br /&gt;
Techlead is able to solve Code reviews and Releases '''only 2 days a week''', rest of the time is allocated to management activities and cooperation on the other projects.  &lt;br /&gt;
&lt;br /&gt;
===9x Developers===&lt;br /&gt;
* Development of functionality&lt;br /&gt;
* Correction of errors in the code&lt;br /&gt;
* Conducting initial testing of the code&lt;br /&gt;
* Participates in complex code testing&lt;br /&gt;
&lt;br /&gt;
All developers are full-time employees with the same level of seniority&lt;br /&gt;
&lt;br /&gt;
===1x Tester===	&lt;br /&gt;
* Functionality testing in all of the environments&lt;br /&gt;
* Writing UAT tests&lt;br /&gt;
&lt;br /&gt;
==Development process for the model==&lt;br /&gt;
&lt;br /&gt;
For the development process, the team has chosen the Kanban approach under the condition that the FIFO principle will be used (the first task in – the first task out). The following process describes all the phases from the moment the task was passed to the team to its release. &lt;br /&gt;
&lt;br /&gt;
[[File:Picture_3.jpg|frame]] &lt;br /&gt;
&lt;br /&gt;
The team’s Kanban board includes 8 phases each task goes through:&lt;br /&gt;
&lt;br /&gt;
#To develop &lt;br /&gt;
#:After identifying the requirements to be developed within the framework of this version, a detailed development plan for this version is drawn up and added to Kanban Board. Then, according to the plan, the Developer, together with the Techlead (in terms of conceptual architectural solutions), based on the technical specification, prepares the work draft.&lt;br /&gt;
#In progress&lt;br /&gt;
#:After agreeing on the working draft, the Developer proceeds to its implementation. For sufficiently large requirements, the functionality) is implemented in several parts. &lt;br /&gt;
#Code review&lt;br /&gt;
#:After the development of one part, the code quality is checked by the Techlead. If deficiencies are revealed, the Developer eliminates them.&lt;br /&gt;
#Acceptance &lt;br /&gt;
#:If needed, the functionality demonstrated to the Business owner on the development environment already (rare cases). &lt;br /&gt;
#Testing&lt;br /&gt;
#:After the implementation of all parts of one requirement, the Developer demonstrates the developed functionality to the Tester who is testing for compliance with user needs. If inconsistencies with the needs of users are revealed, the changes are implemented and the functionality is immediately finalized (in case of minor comments that do not require changing of the business logic and the architectural model).In case of successful concept testing, the Developer proceeds to the implementation of the next requirement in accordance with the version work plan.&lt;br /&gt;
#Stage release&lt;br /&gt;
#:The functionalities that are tested on DEV are prepared for the stage release and waiting for the Techlead to prepare the release. &lt;br /&gt;
#UAT&lt;br /&gt;
#:The tester repeats the testing on Stage environment&lt;br /&gt;
#Done&lt;br /&gt;
#:All the tasks which are ready for the PROD release are moved to the column Done and are waiting for the Techlead. After all the improvements planned in the version have been implemented, the Techlead builds the version and generates Release notes, in which:&lt;br /&gt;
* Version parameters are described (number, release date etc.)&lt;br /&gt;
* Requirements implemented in the version are listed (new functionality, fixed errors)&lt;br /&gt;
* Contains version deployment information (steps)&lt;br /&gt;
&lt;br /&gt;
Also, after agreeing on the new functionality, the Analyst updates the user documentation for the solution.&lt;br /&gt;
&lt;br /&gt;
==Model presumtions and limitations==&lt;br /&gt;
 &lt;br /&gt;
[[File:Process_IT_Team.jpg |frame]]&lt;br /&gt;
[[File:Process_detail.jpg |frame]]&lt;br /&gt;
&lt;br /&gt;
After the thorough analysis of the team the author of this work decided to create a model with the following presumptions and limitations: &lt;br /&gt;
&lt;br /&gt;
#The model presumes that the reaction of the product owner is that agile that no irrelevant tasks appear at the Kanban board and the cycle of the team is fast enough, that this task is never moved to the old backlog during the development process&lt;br /&gt;
#The model presumes that the analysis is done with the FIFO principle&lt;br /&gt;
#The model presumes that the seniority of all of the developers (resources) is exactly the same (while in reality even if all the developer are similarly senior it does not mean that they are able of exactly the same performance on all type of tasks, or have the same performance every day)&lt;br /&gt;
#This model excludes the impact of unpredictable factors (like new legal requirements, that can get higher priority and be handed over directly to the dev team and implemented as a hotfix)&lt;br /&gt;
#This model excludes the phase of Acceptance because of this phase is often jumped over and even though it in reality this fact often leads to the big list of bugs reported later, this is not the objective of this exact model.&lt;br /&gt;
#This model does not separate the process Testing and UAT testing, because UAT is considered to be insignificant for the purpose of this model &lt;br /&gt;
#Bug are supposed to be less priority and always to be served after Change requests (in reality some of the bugs are that huge, that they are served earlier&lt;br /&gt;
#There were not sufficient statistics about the code review quality, but it was estimated like that by the Techlead of the team. There were not enough statistics about the testing failure, estimation by the tester was used for the purpose of this simulation&lt;br /&gt;
&lt;br /&gt;
==Values in the model==&lt;br /&gt;
&lt;br /&gt;
===Generators &amp;quot;Change request&amp;quot; an &amp;quot;Bugs&amp;quot;===&lt;br /&gt;
For both of the generators, the author used the presumption of Poisson distribution 5 requests/day and 2 bugs/day that was transformed into Exponential distribution Exp(1.6) an Exp(4.0) respectively (with the time unit Hour). This estimation was done based on the data from 5.10.2020 - 2.1.2020 (90 calendar days) exported from Jira. The data had to be cleaned due to incoming requests on non-business days, statistical outliers ( days when somebody created a number of irrelevant to this model sub-issues or migrated a number of issues from the old backlog). From the cleaned data we can derive that the average and the variance of the final set of data are close enough, which were used as a hit to suppose that the distribution of this value could be considered to be Poisson distribution.   &lt;br /&gt;
&lt;br /&gt;
===Batch &amp;quot;Product owner&amp;quot;===&lt;br /&gt;
&lt;br /&gt;
For the effective process of analysis and prioritization, the product owner collects several requests all at once and during meetings with the analyst explains the tasks for further specification. A value of 10 was chosen from the personal experience and intuitive estimation. The statistically derived value was considered to be irrelevant for the purpose of this model.&lt;br /&gt;
&lt;br /&gt;
===Delay and forks in To develop / Code review / Testing/ Release===&lt;br /&gt;
&lt;br /&gt;
In this case, the name of the Delay function &amp;quot;To develop&amp;quot; is not the same as in the real Kanban board and serves as an actual process of development, while the number of the tasks in this activity symbolizes both backlog and task that are being developed at the same time. Exp (2) day was chosen because of the team policy to decompose the requirements into requests with the value of 2 to 3 MD. &lt;br /&gt;
All of the following values are coming from the empirical data and interviews with the tech lead and tester who estimated the current effectiveness of the team as follows:&lt;br /&gt;
#Half of the tasks due to the blank in the knowledge of the business logic and code clearance best practices have to be revised&lt;br /&gt;
#A rough estimation of 10 % probability of mistakes at the Testing stage was done&lt;br /&gt;
#Preparation of the release was estimated for 0.5MD (the estimation is reliable because the techlead considered this task as his routine activity)&lt;br /&gt;
&lt;br /&gt;
=Results and conclusion=&lt;br /&gt;
&lt;br /&gt;
In order to answer the question stated in the first part there were run 100 replication of three scenarios of the simulation in the time frame from 1.1.2021 to 31.12.2021:&lt;br /&gt;
&lt;br /&gt;
#'''Default Scenario:''' Default settings&lt;br /&gt;
#'''Scenario:''' 3 more developers are added to the resources&lt;br /&gt;
#'''Scenario:''' One of the developers is moved to the Techlead position  &lt;br /&gt;
#'''Scenario:''' Learnings and sessions for the team&lt;br /&gt;
&lt;br /&gt;
==Default scenario==&lt;br /&gt;
&lt;br /&gt;
[[File:Default_scenario.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
From the average result of 100 simulation it is 618 Change requests and 771 Bugs that were not solved out of 1713 and 780 respectively. &lt;br /&gt;
&lt;br /&gt;
[[File:Resourcespng.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
From the Default scenario, we can see that the analyst and tester are definitely not the bottlenecks of the process because their capacities are unused most of the time (apx. 50 % and 85 % respectively). For the management of the company it gives a clear hint that they can be used for the other tasks as well or the tasks are stuck somewhere else and the resources are waning for the previous process. (this will be covered by the other scenarios)&lt;br /&gt;
&lt;br /&gt;
[[File:Default_stuckpng.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
It is obvious that the main reason for the inefficiency of the process is that the entities are stuck and waiting for the developers.&lt;br /&gt;
&lt;br /&gt;
==Three more developers==&lt;br /&gt;
&lt;br /&gt;
In the next scenario, the number of Resources of the Resource type Full stack developer is extended to 12.&lt;br /&gt;
&lt;br /&gt;
[[File:Scenario_2png.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
It is interesting to observe that extended number of the developers has '''just insignificantly impacted''' the result of the team.&lt;br /&gt;
&lt;br /&gt;
[[File:Scernario_1_resources.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
And loaded the capacities of the testing '''by 1 per cent only.''' &lt;br /&gt;
&lt;br /&gt;
'''Thus, both hypothesis about more developer from the previous two paragraphs were incorrect.'''&lt;br /&gt;
&lt;br /&gt;
==Two Techleads==&lt;br /&gt;
&lt;br /&gt;
For the next scenario one of the most potential developers was promoted to the assistant of the techlead and will be helping with the Code reviews and Releases. For that, simulations are run with 8 units of Full stack developer resource and 2 units for Techlead. &lt;br /&gt;
&lt;br /&gt;
[[File:Scenario_3.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
==Learnings and the sessions for the team==&lt;br /&gt;
&lt;br /&gt;
Less obvious, but seemingly the most effective scenario is that the team has gone through the sessions on code clearance, business logic, and the check lists for the code review were created. In the model this situation means that the KPI for the probability that Code review was successful is set to 0.8 instead of 0.5. From the business point of view, it means that the KPI of the team is to deliver better code and reduce need for the rework.&lt;br /&gt;
&lt;br /&gt;
For this 100 simulations are run with the value 0.8 of the connector Yes outgoing from the Branch Is the code ok? and value 0.2 for the connector No.&lt;br /&gt;
&lt;br /&gt;
[[File:Scenario4.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
This move had several outcomes:&lt;br /&gt;
&lt;br /&gt;
#Increased the number of the tasks which exist the system within the given timeframe.&lt;br /&gt;
#Increased the usage of the tester's capacity&lt;br /&gt;
# Helped to reduce the Average cycle time of being in the process by 2 weeks for the Change requests&lt;br /&gt;
# Reduced number of task waiting in the &amp;quot;Backlog&amp;quot; (delay To develop) &lt;br /&gt;
  &lt;br /&gt;
&lt;br /&gt;
[[File:Scenario_4_Resources.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
[[File:Scenaio4_actvity.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
==Conlusion==&lt;br /&gt;
&lt;br /&gt;
If answering the question from the main part of the Problem section one can state that the best scenario is the last one and the question is which activities can guarantee the KPI. Also, tester and analyst can be allocated to other projects to fulfill their capacity. The policy of Change request goes always first leads to huge technical debt, do another prioritisation policy should be found, but it was not the purpose of this simulation. I would like to emphasise that adding more resources is an obvious solution, but as simulation showed not effective one, even though it could be overseen by the managements effectiveness of the team is the main component. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Code= &lt;br /&gt;
&lt;br /&gt;
[[Media:File:IT_Team.spm]]&lt;/div&gt;</summary>
		<author><name>Antonsverlov</name></author>
		
	</entry>
	<entry>
		<id>http://www.simulace.info/index.php?title=File:IT_Team.spm&amp;diff=20870</id>
		<title>File:IT Team.spm</title>
		<link rel="alternate" type="text/html" href="http://www.simulace.info/index.php?title=File:IT_Team.spm&amp;diff=20870"/>
		<updated>2021-01-20T18:41:33Z</updated>

		<summary type="html">&lt;p&gt;Antonsverlov: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Antonsverlov</name></author>
		
	</entry>
	<entry>
		<id>http://www.simulace.info/index.php?title=IT_Team_simulation&amp;diff=20865</id>
		<title>IT Team simulation</title>
		<link rel="alternate" type="text/html" href="http://www.simulace.info/index.php?title=IT_Team_simulation&amp;diff=20865"/>
		<updated>2021-01-20T18:27:53Z</updated>

		<summary type="html">&lt;p&gt;Antonsverlov: /* Results and conclusion */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Problem definition=&lt;br /&gt;
At the time I am working in an IT team of a start-up insuretech company that offers life insurance online and provides its clients with the application which makes a score of client’s physical activities - the more the client does sport the bigger cashback from the price of the insurance contract he can get. &lt;br /&gt;
As that company is software-based, the IT team plays a big role, but unfortunately it did not have a proper process of solving business requirements. The following sections will describe the new process of a team (implemented recently) and the simulation is supposed '''to help to identify the bottlenecks of the process''', meanwhile, the results from the simulation are supposed to help to '''come with the solution about the right distribution of the resources''' in order '''to boost the effectiveness of the team'''.&lt;br /&gt;
&lt;br /&gt;
==Questions==&lt;br /&gt;
There are several possible solutions the management of the company is discussing:&lt;br /&gt;
#Hire 3 more full-stack developers&lt;br /&gt;
#To &amp;quot;grow&amp;quot; one od the current developers into the Techlead main assistant&lt;br /&gt;
#To provide the team members with learning sessions (but not sure which ones)&lt;br /&gt;
#Add one more analyst to analyze the task faster&lt;br /&gt;
&lt;br /&gt;
The following model is supposed to help the author of this work to choose the right move.&lt;br /&gt;
&lt;br /&gt;
=Method=&lt;br /&gt;
&lt;br /&gt;
Simprocess is a relevant tool for such kind of problem mainly because the aforementioned situation can be described as discrete. There is a clear entity (business requirement or bug) which goes through a series of operations (development process), it includes different type of events (delays, “fight” for the resources etc.) which creates queues. Simprocess and the process modeling also allows the author of this model to include decision points and define time delays by a probability distribution. The question stated in the problem section could be answered using different scenarios.&lt;br /&gt;
&lt;br /&gt;
=Model=&lt;br /&gt;
&lt;br /&gt;
In order to create a Simprocess model, the author of this works has to describe the process of the given Development team, resources available, historical information available, and limitations of the model that the author included. &lt;br /&gt;
&lt;br /&gt;
==Requirements gathering process==&lt;br /&gt;
&lt;br /&gt;
[[File:Picture_1.jpg|frame]]&lt;br /&gt;
&lt;br /&gt;
The main operation, in this case, is the procedure for registering requests. In this case, a requirement is understood as any formally described condition that the created solution must satisfy.&lt;br /&gt;
&lt;br /&gt;
In particular, the requirements are:&lt;br /&gt;
&lt;br /&gt;
*	New functionalities or change requests &lt;br /&gt;
*	Errors identified during internal or external testing on already running solution&lt;br /&gt;
&lt;br /&gt;
Requirements can come from various sources, for example:&lt;br /&gt;
&lt;br /&gt;
*	Company management &lt;br /&gt;
*	Customers (through the Customer care line)&lt;br /&gt;
*	Tester as part of a project team&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
All the requirements are placed into Backlog in the Jira software tool and are monitored.&lt;br /&gt;
&lt;br /&gt;
==Resources in the simulation==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Product owner	===&lt;br /&gt;
* Formation of plans&lt;br /&gt;
* Monitoring the implementation of plans&lt;br /&gt;
* Organizational work (including the sources of the requirements)&lt;br /&gt;
* Conceptual architecture of the solution&lt;br /&gt;
* Part of the analytical work&lt;br /&gt;
&lt;br /&gt;
The product owner is the first contact to deal with business requirements. He is in close contact with the analyst when it is decided that a task is ready for backlog (business case or cost-benefit analysis of new functionality is done; in case of defect management – bugs are either accepted or specified for the Debugging processes).&lt;br /&gt;
&lt;br /&gt;
===1x Analyst===	&lt;br /&gt;
* Development of technical specification for functionality&lt;br /&gt;
* Development of test plans&lt;br /&gt;
* Conceptual testing of functionality&lt;br /&gt;
* Development of user documentation&lt;br /&gt;
The analyst is available '''only 2 days a week''' &lt;br /&gt;
&lt;br /&gt;
===1x Techlead===	&lt;br /&gt;
* Conceptual consultancy&lt;br /&gt;
* Code review control&lt;br /&gt;
* Production release&lt;br /&gt;
Techlead is able to solve Code reviews and Releases '''only 2 days a week''', rest of the time is allocated to management activities and cooperation on the other projects.  &lt;br /&gt;
&lt;br /&gt;
===9x Developers===&lt;br /&gt;
* Development of functionality&lt;br /&gt;
* Correction of errors in the code&lt;br /&gt;
* Conducting initial testing of the code&lt;br /&gt;
* Participates in complex code testing&lt;br /&gt;
&lt;br /&gt;
All developers are full-time employees with the same level of seniority&lt;br /&gt;
&lt;br /&gt;
===1x Tester===	&lt;br /&gt;
* Functionality testing in all of the environments&lt;br /&gt;
* Writing UAT tests&lt;br /&gt;
&lt;br /&gt;
==Development process for the model==&lt;br /&gt;
&lt;br /&gt;
For the development process, the team has chosen the Kanban approach under the condition that the FIFO principle will be used (the first task in – the first task out). The following process describes all the phases from the moment the task was passed to the team to its release. &lt;br /&gt;
&lt;br /&gt;
[[File:Picture_3.jpg|frame]] &lt;br /&gt;
&lt;br /&gt;
The team’s Kanban board includes 8 phases each task goes through:&lt;br /&gt;
&lt;br /&gt;
#To develop &lt;br /&gt;
#:After identifying the requirements to be developed within the framework of this version, a detailed development plan for this version is drawn up and added to Kanban Board. Then, according to the plan, the Developer, together with the Techlead (in terms of conceptual architectural solutions), based on the technical specification, prepares the work draft.&lt;br /&gt;
#In progress&lt;br /&gt;
#:After agreeing on the working draft, the Developer proceeds to its implementation. For sufficiently large requirements, the functionality) is implemented in several parts. &lt;br /&gt;
#Code review&lt;br /&gt;
#:After the development of one part, the code quality is checked by the Techlead. If deficiencies are revealed, the Developer eliminates them.&lt;br /&gt;
#Acceptance &lt;br /&gt;
#:If needed, the functionality demonstrated to the Business owner on the development environment already (rare cases). &lt;br /&gt;
#Testing&lt;br /&gt;
#:After the implementation of all parts of one requirement, the Developer demonstrates the developed functionality to the Tester who is testing for compliance with user needs. If inconsistencies with the needs of users are revealed, the changes are implemented and the functionality is immediately finalized (in case of minor comments that do not require changing of the business logic and the architectural model).In case of successful concept testing, the Developer proceeds to the implementation of the next requirement in accordance with the version work plan.&lt;br /&gt;
#Stage release&lt;br /&gt;
#:The functionalities that are tested on DEV are prepared for the stage release and waiting for the Techlead to prepare the release. &lt;br /&gt;
#UAT&lt;br /&gt;
#:The tester repeats the testing on Stage environment&lt;br /&gt;
#Done&lt;br /&gt;
#:All the tasks which are ready for the PROD release are moved to the column Done and are waiting for the Techlead. After all the improvements planned in the version have been implemented, the Techlead builds the version and generates Release notes, in which:&lt;br /&gt;
* Version parameters are described (number, release date etc.)&lt;br /&gt;
* Requirements implemented in the version are listed (new functionality, fixed errors)&lt;br /&gt;
* Contains version deployment information (steps)&lt;br /&gt;
&lt;br /&gt;
Also, after agreeing on the new functionality, the Analyst updates the user documentation for the solution.&lt;br /&gt;
&lt;br /&gt;
==Model presumtions and limitations==&lt;br /&gt;
 &lt;br /&gt;
[[File:Process_IT_Team.jpg |frame]]&lt;br /&gt;
[[File:Process_detail.jpg |frame]]&lt;br /&gt;
&lt;br /&gt;
After the thorough analysis of the team the author of this work decided to create a model with the following presumptions and limitations: &lt;br /&gt;
&lt;br /&gt;
#The model presumes that the reaction of the product owner is that agile that no irrelevant tasks appear at the Kanban board and the cycle of the team is fast enough, that this task is never moved to the old backlog during the development process&lt;br /&gt;
#The model presumes that the analysis is done with the FIFO principle&lt;br /&gt;
#The model presumes that the seniority of all of the developers (resources) is exactly the same (while in reality even if all the developer are similarly senior it does not mean that they are able of exactly the same performance on all type of tasks, or have the same performance every day)&lt;br /&gt;
#This model excludes the impact of unpredictable factors (like new legal requirements, that can get higher priority and be handed over directly to the dev team and implemented as a hotfix)&lt;br /&gt;
#This model excludes the phase of Acceptance because of this phase is often jumped over and even though it in reality this fact often leads to the big list of bugs reported later, this is not the objective of this exact model.&lt;br /&gt;
#This model does not separate the process Testing and UAT testing, because UAT is considered to be insignificant for the purpose of this model &lt;br /&gt;
#Bug are supposed to be less priority and always to be served after Change requests (in reality some of the bugs are that huge, that they are served earlier&lt;br /&gt;
#There were not sufficient statistics about the code review quality, but it was estimated like that by the Techlead of the team. There were not enough statistics about the testing failure, estimation by the tester was used for the purpose of this simulation&lt;br /&gt;
&lt;br /&gt;
==Values in the model==&lt;br /&gt;
&lt;br /&gt;
===Generators &amp;quot;Change request&amp;quot; an &amp;quot;Bugs&amp;quot;===&lt;br /&gt;
For both of the generators, the author used the presumption of Poisson distribution 5 requests/day and 2 bugs/day that was transformed into Exponential distribution Exp(1.6) an Exp(4.0) respectively (with the time unit Hour). This estimation was done based on the data from 5.10.2020 - 2.1.2020 (90 calendar days) exported from Jira. The data had to be cleaned due to incoming requests on non-business days, statistical outliers ( days when somebody created a number of irrelevant to this model sub-issues or migrated a number of issues from the old backlog). From the cleaned data we can derive that the average and the variance of the final set of data are close enough, which were used as a hit to suppose that the distribution of this value could be considered to be Poisson distribution.   &lt;br /&gt;
&lt;br /&gt;
===Batch &amp;quot;Product owner&amp;quot;===&lt;br /&gt;
&lt;br /&gt;
For the effective process of analysis and prioritization, the product owner collects several requests all at once and during meetings with the analyst explains the tasks for further specification. A value of 10 was chosen from the personal experience and intuitive estimation. The statistically derived value was considered to be irrelevant for the purpose of this model.&lt;br /&gt;
&lt;br /&gt;
===Delay and forks in To develop / Code review / Testing/ Release===&lt;br /&gt;
&lt;br /&gt;
In this case, the name of the Delay function &amp;quot;To develop&amp;quot; is not the same as in the real Kanban board and serves as an actual process of development, while the number of the tasks in this activity symbolizes both backlog and task that are being developed at the same time. Exp (2) day was chosen because of the team policy to decompose the requirements into requests with the value of 2 to 3 MD. &lt;br /&gt;
All of the following values are coming from the empirical data and interviews with the tech lead and tester who estimated the current effectiveness of the team as follows:&lt;br /&gt;
#Half of the tasks due to the blank in the knowledge of the business logic and code clearance best practices have to be revised&lt;br /&gt;
#A rough estimation of 10 % probability of mistakes at the Testing stage was done&lt;br /&gt;
#Preparation of the release was estimated for 0.5MD (the estimation is reliable because the techlead considered this task as his routine activity)&lt;br /&gt;
&lt;br /&gt;
=Results and conclusion=&lt;br /&gt;
&lt;br /&gt;
In order to answer the question stated in the first part there were run 100 replication of three scenarios of the simulation in the time frame from 1.1.2021 to 31.12.2021:&lt;br /&gt;
&lt;br /&gt;
#'''Default Scenario:''' Default settings&lt;br /&gt;
#'''Scenario:''' 3 more developers are added to the resources&lt;br /&gt;
#'''Scenario:''' One of the developers is moved to the Techlead position  &lt;br /&gt;
#'''Scenario:''' Learnings and sessions for the team&lt;br /&gt;
&lt;br /&gt;
==Default scenario==&lt;br /&gt;
&lt;br /&gt;
[[File:Default_scenario.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
From the average result of 100 simulation it is 618 Change requests and 771 Bugs that were not solved out of 1713 and 780 respectively. &lt;br /&gt;
&lt;br /&gt;
[[File:Resourcespng.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
From the Default scenario, we can see that the analyst and tester are definitely not the bottlenecks of the process because their capacities are unused most of the time (apx. 50 % and 85 % respectively). For the management of the company it gives a clear hint that they can be used for the other tasks as well or the tasks are stuck somewhere else and the resources are waning for the previous process. (this will be covered by the other scenarios)&lt;br /&gt;
&lt;br /&gt;
[[File:Default_stuckpng.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
It is obvious that the main reason for the inefficiency of the process is that the entities are stuck and waiting for the developers.&lt;br /&gt;
&lt;br /&gt;
==Three more developers==&lt;br /&gt;
&lt;br /&gt;
In the next scenario, the number of Resources of the Resource type Full stack developer is extended to 12.&lt;br /&gt;
&lt;br /&gt;
[[File:Scenario_2png.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
It is interesting to observe that extended number of the developers has '''just insignificantly impacted''' the result of the team.&lt;br /&gt;
&lt;br /&gt;
[[File:Scernario_1_resources.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
And loaded the capacities of the testing '''by 1 per cent only.''' &lt;br /&gt;
&lt;br /&gt;
'''Thus, both hypothesis about more developer from the previous two paragraphs were incorrect.'''&lt;br /&gt;
&lt;br /&gt;
==Two Techleads==&lt;br /&gt;
&lt;br /&gt;
For the next scenario one of the most potential developers was promoted to the assistant of the techlead and will be helping with the Code reviews and Releases. For that, simulations are run with 8 units of Full stack developer resource and 2 units for Techlead. &lt;br /&gt;
&lt;br /&gt;
[[File:Scenario_3.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
==Learnings and the sessions for the team==&lt;br /&gt;
&lt;br /&gt;
Less obvious, but seemingly the most effective scenario is that the team has gone through the sessions on code clearance, business logic, and the check lists for the code review were created. In the model this situation means that the KPI for the probability that Code review was successful is set to 0.8 instead of 0.5. From the business point of view, it means that the KPI of the team is to deliver better code and reduce need for the rework.&lt;br /&gt;
&lt;br /&gt;
For this 100 simulations are run with the value 0.8 of the connector Yes outgoing from the Branch Is the code ok? and value 0.2 for the connector No.&lt;br /&gt;
&lt;br /&gt;
[[File:Scenario4.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
This move had several outcomes:&lt;br /&gt;
&lt;br /&gt;
#Increased the number of the tasks which exist the system within the given timeframe.&lt;br /&gt;
#Increased the usage of the tester's capacity&lt;br /&gt;
# Helped to reduce the Average cycle time of being in the process by 2 weeks for the Change requests&lt;br /&gt;
# Reduced number of task waiting in the &amp;quot;Backlog&amp;quot; (delay To develop) &lt;br /&gt;
  &lt;br /&gt;
&lt;br /&gt;
[[File:Scenario_4_Resources.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
[[File:Scenaio4_actvity.png|1000px]]&lt;/div&gt;</summary>
		<author><name>Antonsverlov</name></author>
		
	</entry>
	<entry>
		<id>http://www.simulace.info/index.php?title=File:Scenaio4_actvity.png&amp;diff=20864</id>
		<title>File:Scenaio4 actvity.png</title>
		<link rel="alternate" type="text/html" href="http://www.simulace.info/index.php?title=File:Scenaio4_actvity.png&amp;diff=20864"/>
		<updated>2021-01-20T18:27:37Z</updated>

		<summary type="html">&lt;p&gt;Antonsverlov: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Antonsverlov</name></author>
		
	</entry>
	<entry>
		<id>http://www.simulace.info/index.php?title=File:Scenario_4_Resources.png&amp;diff=20863</id>
		<title>File:Scenario 4 Resources.png</title>
		<link rel="alternate" type="text/html" href="http://www.simulace.info/index.php?title=File:Scenario_4_Resources.png&amp;diff=20863"/>
		<updated>2021-01-20T18:26:52Z</updated>

		<summary type="html">&lt;p&gt;Antonsverlov: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Antonsverlov</name></author>
		
	</entry>
	<entry>
		<id>http://www.simulace.info/index.php?title=IT_Team_simulation&amp;diff=20860</id>
		<title>IT Team simulation</title>
		<link rel="alternate" type="text/html" href="http://www.simulace.info/index.php?title=IT_Team_simulation&amp;diff=20860"/>
		<updated>2021-01-20T18:25:55Z</updated>

		<summary type="html">&lt;p&gt;Antonsverlov: /* Results and conclusion */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Problem definition=&lt;br /&gt;
At the time I am working in an IT team of a start-up insuretech company that offers life insurance online and provides its clients with the application which makes a score of client’s physical activities - the more the client does sport the bigger cashback from the price of the insurance contract he can get. &lt;br /&gt;
As that company is software-based, the IT team plays a big role, but unfortunately it did not have a proper process of solving business requirements. The following sections will describe the new process of a team (implemented recently) and the simulation is supposed '''to help to identify the bottlenecks of the process''', meanwhile, the results from the simulation are supposed to help to '''come with the solution about the right distribution of the resources''' in order '''to boost the effectiveness of the team'''.&lt;br /&gt;
&lt;br /&gt;
==Questions==&lt;br /&gt;
There are several possible solutions the management of the company is discussing:&lt;br /&gt;
#Hire 3 more full-stack developers&lt;br /&gt;
#To &amp;quot;grow&amp;quot; one od the current developers into the Techlead main assistant&lt;br /&gt;
#To provide the team members with learning sessions (but not sure which ones)&lt;br /&gt;
#Add one more analyst to analyze the task faster&lt;br /&gt;
&lt;br /&gt;
The following model is supposed to help the author of this work to choose the right move.&lt;br /&gt;
&lt;br /&gt;
=Method=&lt;br /&gt;
&lt;br /&gt;
Simprocess is a relevant tool for such kind of problem mainly because the aforementioned situation can be described as discrete. There is a clear entity (business requirement or bug) which goes through a series of operations (development process), it includes different type of events (delays, “fight” for the resources etc.) which creates queues. Simprocess and the process modeling also allows the author of this model to include decision points and define time delays by a probability distribution. The question stated in the problem section could be answered using different scenarios.&lt;br /&gt;
&lt;br /&gt;
=Model=&lt;br /&gt;
&lt;br /&gt;
In order to create a Simprocess model, the author of this works has to describe the process of the given Development team, resources available, historical information available, and limitations of the model that the author included. &lt;br /&gt;
&lt;br /&gt;
==Requirements gathering process==&lt;br /&gt;
&lt;br /&gt;
[[File:Picture_1.jpg|frame]]&lt;br /&gt;
&lt;br /&gt;
The main operation, in this case, is the procedure for registering requests. In this case, a requirement is understood as any formally described condition that the created solution must satisfy.&lt;br /&gt;
&lt;br /&gt;
In particular, the requirements are:&lt;br /&gt;
&lt;br /&gt;
*	New functionalities or change requests &lt;br /&gt;
*	Errors identified during internal or external testing on already running solution&lt;br /&gt;
&lt;br /&gt;
Requirements can come from various sources, for example:&lt;br /&gt;
&lt;br /&gt;
*	Company management &lt;br /&gt;
*	Customers (through the Customer care line)&lt;br /&gt;
*	Tester as part of a project team&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
All the requirements are placed into Backlog in the Jira software tool and are monitored.&lt;br /&gt;
&lt;br /&gt;
==Resources in the simulation==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Product owner	===&lt;br /&gt;
* Formation of plans&lt;br /&gt;
* Monitoring the implementation of plans&lt;br /&gt;
* Organizational work (including the sources of the requirements)&lt;br /&gt;
* Conceptual architecture of the solution&lt;br /&gt;
* Part of the analytical work&lt;br /&gt;
&lt;br /&gt;
The product owner is the first contact to deal with business requirements. He is in close contact with the analyst when it is decided that a task is ready for backlog (business case or cost-benefit analysis of new functionality is done; in case of defect management – bugs are either accepted or specified for the Debugging processes).&lt;br /&gt;
&lt;br /&gt;
===1x Analyst===	&lt;br /&gt;
* Development of technical specification for functionality&lt;br /&gt;
* Development of test plans&lt;br /&gt;
* Conceptual testing of functionality&lt;br /&gt;
* Development of user documentation&lt;br /&gt;
The analyst is available '''only 2 days a week''' &lt;br /&gt;
&lt;br /&gt;
===1x Techlead===	&lt;br /&gt;
* Conceptual consultancy&lt;br /&gt;
* Code review control&lt;br /&gt;
* Production release&lt;br /&gt;
Techlead is able to solve Code reviews and Releases '''only 2 days a week''', rest of the time is allocated to management activities and cooperation on the other projects.  &lt;br /&gt;
&lt;br /&gt;
===9x Developers===&lt;br /&gt;
* Development of functionality&lt;br /&gt;
* Correction of errors in the code&lt;br /&gt;
* Conducting initial testing of the code&lt;br /&gt;
* Participates in complex code testing&lt;br /&gt;
&lt;br /&gt;
All developers are full-time employees with the same level of seniority&lt;br /&gt;
&lt;br /&gt;
===1x Tester===	&lt;br /&gt;
* Functionality testing in all of the environments&lt;br /&gt;
* Writing UAT tests&lt;br /&gt;
&lt;br /&gt;
==Development process for the model==&lt;br /&gt;
&lt;br /&gt;
For the development process, the team has chosen the Kanban approach under the condition that the FIFO principle will be used (the first task in – the first task out). The following process describes all the phases from the moment the task was passed to the team to its release. &lt;br /&gt;
&lt;br /&gt;
[[File:Picture_3.jpg|frame]] &lt;br /&gt;
&lt;br /&gt;
The team’s Kanban board includes 8 phases each task goes through:&lt;br /&gt;
&lt;br /&gt;
#To develop &lt;br /&gt;
#:After identifying the requirements to be developed within the framework of this version, a detailed development plan for this version is drawn up and added to Kanban Board. Then, according to the plan, the Developer, together with the Techlead (in terms of conceptual architectural solutions), based on the technical specification, prepares the work draft.&lt;br /&gt;
#In progress&lt;br /&gt;
#:After agreeing on the working draft, the Developer proceeds to its implementation. For sufficiently large requirements, the functionality) is implemented in several parts. &lt;br /&gt;
#Code review&lt;br /&gt;
#:After the development of one part, the code quality is checked by the Techlead. If deficiencies are revealed, the Developer eliminates them.&lt;br /&gt;
#Acceptance &lt;br /&gt;
#:If needed, the functionality demonstrated to the Business owner on the development environment already (rare cases). &lt;br /&gt;
#Testing&lt;br /&gt;
#:After the implementation of all parts of one requirement, the Developer demonstrates the developed functionality to the Tester who is testing for compliance with user needs. If inconsistencies with the needs of users are revealed, the changes are implemented and the functionality is immediately finalized (in case of minor comments that do not require changing of the business logic and the architectural model).In case of successful concept testing, the Developer proceeds to the implementation of the next requirement in accordance with the version work plan.&lt;br /&gt;
#Stage release&lt;br /&gt;
#:The functionalities that are tested on DEV are prepared for the stage release and waiting for the Techlead to prepare the release. &lt;br /&gt;
#UAT&lt;br /&gt;
#:The tester repeats the testing on Stage environment&lt;br /&gt;
#Done&lt;br /&gt;
#:All the tasks which are ready for the PROD release are moved to the column Done and are waiting for the Techlead. After all the improvements planned in the version have been implemented, the Techlead builds the version and generates Release notes, in which:&lt;br /&gt;
* Version parameters are described (number, release date etc.)&lt;br /&gt;
* Requirements implemented in the version are listed (new functionality, fixed errors)&lt;br /&gt;
* Contains version deployment information (steps)&lt;br /&gt;
&lt;br /&gt;
Also, after agreeing on the new functionality, the Analyst updates the user documentation for the solution.&lt;br /&gt;
&lt;br /&gt;
==Model presumtions and limitations==&lt;br /&gt;
 &lt;br /&gt;
[[File:Process_IT_Team.jpg |frame]]&lt;br /&gt;
[[File:Process_detail.jpg |frame]]&lt;br /&gt;
&lt;br /&gt;
After the thorough analysis of the team the author of this work decided to create a model with the following presumptions and limitations: &lt;br /&gt;
&lt;br /&gt;
#The model presumes that the reaction of the product owner is that agile that no irrelevant tasks appear at the Kanban board and the cycle of the team is fast enough, that this task is never moved to the old backlog during the development process&lt;br /&gt;
#The model presumes that the analysis is done with the FIFO principle&lt;br /&gt;
#The model presumes that the seniority of all of the developers (resources) is exactly the same (while in reality even if all the developer are similarly senior it does not mean that they are able of exactly the same performance on all type of tasks, or have the same performance every day)&lt;br /&gt;
#This model excludes the impact of unpredictable factors (like new legal requirements, that can get higher priority and be handed over directly to the dev team and implemented as a hotfix)&lt;br /&gt;
#This model excludes the phase of Acceptance because of this phase is often jumped over and even though it in reality this fact often leads to the big list of bugs reported later, this is not the objective of this exact model.&lt;br /&gt;
#This model does not separate the process Testing and UAT testing, because UAT is considered to be insignificant for the purpose of this model &lt;br /&gt;
#Bug are supposed to be less priority and always to be served after Change requests (in reality some of the bugs are that huge, that they are served earlier&lt;br /&gt;
#There were not sufficient statistics about the code review quality, but it was estimated like that by the Techlead of the team. There were not enough statistics about the testing failure, estimation by the tester was used for the purpose of this simulation&lt;br /&gt;
&lt;br /&gt;
==Values in the model==&lt;br /&gt;
&lt;br /&gt;
===Generators &amp;quot;Change request&amp;quot; an &amp;quot;Bugs&amp;quot;===&lt;br /&gt;
For both of the generators, the author used the presumption of Poisson distribution 5 requests/day and 2 bugs/day that was transformed into Exponential distribution Exp(1.6) an Exp(4.0) respectively (with the time unit Hour). This estimation was done based on the data from 5.10.2020 - 2.1.2020 (90 calendar days) exported from Jira. The data had to be cleaned due to incoming requests on non-business days, statistical outliers ( days when somebody created a number of irrelevant to this model sub-issues or migrated a number of issues from the old backlog). From the cleaned data we can derive that the average and the variance of the final set of data are close enough, which were used as a hit to suppose that the distribution of this value could be considered to be Poisson distribution.   &lt;br /&gt;
&lt;br /&gt;
===Batch &amp;quot;Product owner&amp;quot;===&lt;br /&gt;
&lt;br /&gt;
For the effective process of analysis and prioritization, the product owner collects several requests all at once and during meetings with the analyst explains the tasks for further specification. A value of 10 was chosen from the personal experience and intuitive estimation. The statistically derived value was considered to be irrelevant for the purpose of this model.&lt;br /&gt;
&lt;br /&gt;
===Delay and forks in To develop / Code review / Testing/ Release===&lt;br /&gt;
&lt;br /&gt;
In this case, the name of the Delay function &amp;quot;To develop&amp;quot; is not the same as in the real Kanban board and serves as an actual process of development, while the number of the tasks in this activity symbolizes both backlog and task that are being developed at the same time. Exp (2) day was chosen because of the team policy to decompose the requirements into requests with the value of 2 to 3 MD. &lt;br /&gt;
All of the following values are coming from the empirical data and interviews with the tech lead and tester who estimated the current effectiveness of the team as follows:&lt;br /&gt;
#Half of the tasks due to the blank in the knowledge of the business logic and code clearance best practices have to be revised&lt;br /&gt;
#A rough estimation of 10 % probability of mistakes at the Testing stage was done&lt;br /&gt;
#Preparation of the release was estimated for 0.5MD (the estimation is reliable because the techlead considered this task as his routine activity)&lt;br /&gt;
&lt;br /&gt;
=Results and conclusion=&lt;br /&gt;
&lt;br /&gt;
In order to answer the question stated in the first part there were run 100 replication of three scenarios of the simulation in the time frame from 1.1.2021 to 31.12.2021:&lt;br /&gt;
&lt;br /&gt;
#'''Default Scenario:''' Default settings&lt;br /&gt;
#'''Scenario:''' 3 more developers are added to the resources&lt;br /&gt;
#'''Scenario:''' One of the developers is moved to the Techlead position  &lt;br /&gt;
#'''Scenario:''' Learnings and sessions for the team&lt;br /&gt;
&lt;br /&gt;
==Default scenario==&lt;br /&gt;
&lt;br /&gt;
[[File:Default_scenario.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
From the average result of 100 simulation it is 618 Change requests and 771 Bugs that were not solved out of 1713 and 780 respectively. &lt;br /&gt;
&lt;br /&gt;
[[File:Resourcespng.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
From the Default scenario, we can see that the analyst and tester are definitely not the bottlenecks of the process because their capacities are unused most of the time (apx. 50 % and 85 % respectively). For the management of the company it gives a clear hint that they can be used for the other tasks as well or the tasks are stuck somewhere else and the resources are waning for the previous process. (this will be covered by the other scenarios)&lt;br /&gt;
&lt;br /&gt;
[[File:Default_stuckpng.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
It is obvious that the main reason for the inefficiency of the process is that the entities are stuck and waiting for the developers.&lt;br /&gt;
&lt;br /&gt;
==Three more developers==&lt;br /&gt;
&lt;br /&gt;
In the next scenario, the number of Resources of the Resource type Full stack developer is extended to 12.&lt;br /&gt;
&lt;br /&gt;
[[File:Scenario_2png.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
It is interesting to observe that extended number of the developers has '''just insignificantly impacted''' the result of the team.&lt;br /&gt;
&lt;br /&gt;
[[File:Scernario_1_resources.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
And loaded the capacities of the testing '''by 1 per cent only.''' &lt;br /&gt;
&lt;br /&gt;
'''Thus, both hypothesis about more developer from the previous two paragraphs were incorrect.'''&lt;br /&gt;
&lt;br /&gt;
==Two Techleads==&lt;br /&gt;
&lt;br /&gt;
For the next scenario one of the most potential developers was promoted to the assistant of the techlead and will be helping with the Code reviews and Releases. For that, simulations are run with 8 units of Full stack developer resource and 2 units for Techlead. &lt;br /&gt;
&lt;br /&gt;
[[File:Scenario_3.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
==Learnings and the sessions for the team==&lt;br /&gt;
&lt;br /&gt;
Less obvious, but seemingly the most effective scenario is that the team has gone through the sessions on code clearance, business logic, and the check lists for the code review were created. In the model this situation means that the KPI for the probability that Code review was successful is set to 0.8 instead of 0.5. From the business point of view, it means that the KPI of the team is to deliver better code and reduce need for the rework.&lt;br /&gt;
&lt;br /&gt;
For this 100 simulations are run with the value 0.8 of the connector Yes outgoing from the Branch Is the code ok? and value 0.2 for the connector No.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This move had several outcomes:&lt;br /&gt;
&lt;br /&gt;
#Increased the number of the tasks which exist the system within the given timeframe.&lt;br /&gt;
#Increased the usage of the tester's capacity&lt;br /&gt;
# Helped to reduce the Average cycle time of being in the process by 2 weeks for the Change requests&lt;br /&gt;
# Reduced number of task waiting in the &amp;quot;Backlog&amp;quot; (delay To develop) &lt;br /&gt;
  &lt;br /&gt;
[[File:Scenario_3.png|1000px]]&lt;/div&gt;</summary>
		<author><name>Antonsverlov</name></author>
		
	</entry>
	<entry>
		<id>http://www.simulace.info/index.php?title=File:Scenario4.png&amp;diff=20859</id>
		<title>File:Scenario4.png</title>
		<link rel="alternate" type="text/html" href="http://www.simulace.info/index.php?title=File:Scenario4.png&amp;diff=20859"/>
		<updated>2021-01-20T18:25:37Z</updated>

		<summary type="html">&lt;p&gt;Antonsverlov: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Antonsverlov</name></author>
		
	</entry>
	<entry>
		<id>http://www.simulace.info/index.php?title=IT_Team_simulation&amp;diff=20850</id>
		<title>IT Team simulation</title>
		<link rel="alternate" type="text/html" href="http://www.simulace.info/index.php?title=IT_Team_simulation&amp;diff=20850"/>
		<updated>2021-01-20T17:58:14Z</updated>

		<summary type="html">&lt;p&gt;Antonsverlov: /* Results and conclusion */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Problem definition=&lt;br /&gt;
At the time I am working in an IT team of a start-up insuretech company that offers life insurance online and provides its clients with the application which makes a score of client’s physical activities - the more the client does sport the bigger cashback from the price of the insurance contract he can get. &lt;br /&gt;
As that company is software-based, the IT team plays a big role, but unfortunately it did not have a proper process of solving business requirements. The following sections will describe the new process of a team (implemented recently) and the simulation is supposed '''to help to identify the bottlenecks of the process''', meanwhile, the results from the simulation are supposed to help to '''come with the solution about the right distribution of the resources''' in order '''to boost the effectiveness of the team'''.&lt;br /&gt;
&lt;br /&gt;
==Questions==&lt;br /&gt;
There are several possible solutions the management of the company is discussing:&lt;br /&gt;
#Hire 3 more full-stack developers&lt;br /&gt;
#To &amp;quot;grow&amp;quot; one od the current developers into the Techlead main assistant&lt;br /&gt;
#To provide the team members with learning sessions (but not sure which ones)&lt;br /&gt;
#Add one more analyst to analyze the task faster&lt;br /&gt;
&lt;br /&gt;
The following model is supposed to help the author of this work to choose the right move.&lt;br /&gt;
&lt;br /&gt;
=Method=&lt;br /&gt;
&lt;br /&gt;
Simprocess is a relevant tool for such kind of problem mainly because the aforementioned situation can be described as discrete. There is a clear entity (business requirement or bug) which goes through a series of operations (development process), it includes different type of events (delays, “fight” for the resources etc.) which creates queues. Simprocess and the process modeling also allows the author of this model to include decision points and define time delays by a probability distribution. The question stated in the problem section could be answered using different scenarios.&lt;br /&gt;
&lt;br /&gt;
=Model=&lt;br /&gt;
&lt;br /&gt;
In order to create a Simprocess model, the author of this works has to describe the process of the given Development team, resources available, historical information available, and limitations of the model that the author included. &lt;br /&gt;
&lt;br /&gt;
==Requirements gathering process==&lt;br /&gt;
&lt;br /&gt;
[[File:Picture_1.jpg|frame]]&lt;br /&gt;
&lt;br /&gt;
The main operation, in this case, is the procedure for registering requests. In this case, a requirement is understood as any formally described condition that the created solution must satisfy.&lt;br /&gt;
&lt;br /&gt;
In particular, the requirements are:&lt;br /&gt;
&lt;br /&gt;
*	New functionalities or change requests &lt;br /&gt;
*	Errors identified during internal or external testing on already running solution&lt;br /&gt;
&lt;br /&gt;
Requirements can come from various sources, for example:&lt;br /&gt;
&lt;br /&gt;
*	Company management &lt;br /&gt;
*	Customers (through the Customer care line)&lt;br /&gt;
*	Tester as part of a project team&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
All the requirements are placed into Backlog in the Jira software tool and are monitored.&lt;br /&gt;
&lt;br /&gt;
==Resources in the simulation==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Product owner	===&lt;br /&gt;
* Formation of plans&lt;br /&gt;
* Monitoring the implementation of plans&lt;br /&gt;
* Organizational work (including the sources of the requirements)&lt;br /&gt;
* Conceptual architecture of the solution&lt;br /&gt;
* Part of the analytical work&lt;br /&gt;
&lt;br /&gt;
The product owner is the first contact to deal with business requirements. He is in close contact with the analyst when it is decided that a task is ready for backlog (business case or cost-benefit analysis of new functionality is done; in case of defect management – bugs are either accepted or specified for the Debugging processes).&lt;br /&gt;
&lt;br /&gt;
===1x Analyst===	&lt;br /&gt;
* Development of technical specification for functionality&lt;br /&gt;
* Development of test plans&lt;br /&gt;
* Conceptual testing of functionality&lt;br /&gt;
* Development of user documentation&lt;br /&gt;
The analyst is available '''only 2 days a week''' &lt;br /&gt;
&lt;br /&gt;
===1x Techlead===	&lt;br /&gt;
* Conceptual consultancy&lt;br /&gt;
* Code review control&lt;br /&gt;
* Production release&lt;br /&gt;
Techlead is able to solve Code reviews and Releases '''only 2 days a week''', rest of the time is allocated to management activities and cooperation on the other projects.  &lt;br /&gt;
&lt;br /&gt;
===9x Developers===&lt;br /&gt;
* Development of functionality&lt;br /&gt;
* Correction of errors in the code&lt;br /&gt;
* Conducting initial testing of the code&lt;br /&gt;
* Participates in complex code testing&lt;br /&gt;
&lt;br /&gt;
All developers are full-time employees with the same level of seniority&lt;br /&gt;
&lt;br /&gt;
===1x Tester===	&lt;br /&gt;
* Functionality testing in all of the environments&lt;br /&gt;
* Writing UAT tests&lt;br /&gt;
&lt;br /&gt;
==Development process for the model==&lt;br /&gt;
&lt;br /&gt;
For the development process, the team has chosen the Kanban approach under the condition that the FIFO principle will be used (the first task in – the first task out). The following process describes all the phases from the moment the task was passed to the team to its release. &lt;br /&gt;
&lt;br /&gt;
[[File:Picture_3.jpg|frame]] &lt;br /&gt;
&lt;br /&gt;
The team’s Kanban board includes 8 phases each task goes through:&lt;br /&gt;
&lt;br /&gt;
#To develop &lt;br /&gt;
#:After identifying the requirements to be developed within the framework of this version, a detailed development plan for this version is drawn up and added to Kanban Board. Then, according to the plan, the Developer, together with the Techlead (in terms of conceptual architectural solutions), based on the technical specification, prepares the work draft.&lt;br /&gt;
#In progress&lt;br /&gt;
#:After agreeing on the working draft, the Developer proceeds to its implementation. For sufficiently large requirements, the functionality) is implemented in several parts. &lt;br /&gt;
#Code review&lt;br /&gt;
#:After the development of one part, the code quality is checked by the Techlead. If deficiencies are revealed, the Developer eliminates them.&lt;br /&gt;
#Acceptance &lt;br /&gt;
#:If needed, the functionality demonstrated to the Business owner on the development environment already (rare cases). &lt;br /&gt;
#Testing&lt;br /&gt;
#:After the implementation of all parts of one requirement, the Developer demonstrates the developed functionality to the Tester who is testing for compliance with user needs. If inconsistencies with the needs of users are revealed, the changes are implemented and the functionality is immediately finalized (in case of minor comments that do not require changing of the business logic and the architectural model).In case of successful concept testing, the Developer proceeds to the implementation of the next requirement in accordance with the version work plan.&lt;br /&gt;
#Stage release&lt;br /&gt;
#:The functionalities that are tested on DEV are prepared for the stage release and waiting for the Techlead to prepare the release. &lt;br /&gt;
#UAT&lt;br /&gt;
#:The tester repeats the testing on Stage environment&lt;br /&gt;
#Done&lt;br /&gt;
#:All the tasks which are ready for the PROD release are moved to the column Done and are waiting for the Techlead. After all the improvements planned in the version have been implemented, the Techlead builds the version and generates Release notes, in which:&lt;br /&gt;
* Version parameters are described (number, release date etc.)&lt;br /&gt;
* Requirements implemented in the version are listed (new functionality, fixed errors)&lt;br /&gt;
* Contains version deployment information (steps)&lt;br /&gt;
&lt;br /&gt;
Also, after agreeing on the new functionality, the Analyst updates the user documentation for the solution.&lt;br /&gt;
&lt;br /&gt;
==Model presumtions and limitations==&lt;br /&gt;
 &lt;br /&gt;
[[File:Process_IT_Team.jpg |frame]]&lt;br /&gt;
[[File:Process_detail.jpg |frame]]&lt;br /&gt;
&lt;br /&gt;
After the thorough analysis of the team the author of this work decided to create a model with the following presumptions and limitations: &lt;br /&gt;
&lt;br /&gt;
#The model presumes that the reaction of the product owner is that agile that no irrelevant tasks appear at the Kanban board and the cycle of the team is fast enough, that this task is never moved to the old backlog during the development process&lt;br /&gt;
#The model presumes that the analysis is done with the FIFO principle&lt;br /&gt;
#The model presumes that the seniority of all of the developers (resources) is exactly the same (while in reality even if all the developer are similarly senior it does not mean that they are able of exactly the same performance on all type of tasks, or have the same performance every day)&lt;br /&gt;
#This model excludes the impact of unpredictable factors (like new legal requirements, that can get higher priority and be handed over directly to the dev team and implemented as a hotfix)&lt;br /&gt;
#This model excludes the phase of Acceptance because of this phase is often jumped over and even though it in reality this fact often leads to the big list of bugs reported later, this is not the objective of this exact model.&lt;br /&gt;
#This model does not separate the process Testing and UAT testing, because UAT is considered to be insignificant for the purpose of this model &lt;br /&gt;
#Bug are supposed to be less priority and always to be served after Change requests (in reality some of the bugs are that huge, that they are served earlier&lt;br /&gt;
#There were not sufficient statistics about the code review quality, but it was estimated like that by the Techlead of the team. There were not enough statistics about the testing failure, estimation by the tester was used for the purpose of this simulation&lt;br /&gt;
&lt;br /&gt;
==Values in the model==&lt;br /&gt;
&lt;br /&gt;
===Generators &amp;quot;Change request&amp;quot; an &amp;quot;Bugs&amp;quot;===&lt;br /&gt;
For both of the generators, the author used the presumption of Poisson distribution 5 requests/day and 2 bugs/day that was transformed into Exponential distribution Exp(1.6) an Exp(4.0) respectively (with the time unit Hour). This estimation was done based on the data from 5.10.2020 - 2.1.2020 (90 calendar days) exported from Jira. The data had to be cleaned due to incoming requests on non-business days, statistical outliers ( days when somebody created a number of irrelevant to this model sub-issues or migrated a number of issues from the old backlog). From the cleaned data we can derive that the average and the variance of the final set of data are close enough, which were used as a hit to suppose that the distribution of this value could be considered to be Poisson distribution.   &lt;br /&gt;
&lt;br /&gt;
===Batch &amp;quot;Product owner&amp;quot;===&lt;br /&gt;
&lt;br /&gt;
For the effective process of analysis and prioritization, the product owner collects several requests all at once and during meetings with the analyst explains the tasks for further specification. A value of 10 was chosen from the personal experience and intuitive estimation. The statistically derived value was considered to be irrelevant for the purpose of this model.&lt;br /&gt;
&lt;br /&gt;
===Delay and forks in To develop / Code review / Testing/ Release===&lt;br /&gt;
&lt;br /&gt;
In this case, the name of the Delay function &amp;quot;To develop&amp;quot; is not the same as in the real Kanban board and serves as an actual process of development, while the number of the tasks in this activity symbolizes both backlog and task that are being developed at the same time. Exp (2) day was chosen because of the team policy to decompose the requirements into requests with the value of 2 to 3 MD. &lt;br /&gt;
All of the following values are coming from the empirical data and interviews with the tech lead and tester who estimated the current effectiveness of the team as follows:&lt;br /&gt;
#Half of the tasks due to the blank in the knowledge of the business logic and code clearance best practices have to be revised&lt;br /&gt;
#A rough estimation of 10 % probability of mistakes at the Testing stage was done&lt;br /&gt;
#Preparation of the release was estimated for 0.5MD (the estimation is reliable because the techlead considered this task as his routine activity)&lt;br /&gt;
&lt;br /&gt;
=Results and conclusion=&lt;br /&gt;
&lt;br /&gt;
In order to answer the question stated in the first part there were run 100 replication of three scenarios of the simulation in the time frame from 1.1.2021 to 31.12.2021:&lt;br /&gt;
&lt;br /&gt;
#'''Default Scenario:''' Default settings&lt;br /&gt;
#'''Scenario:''' 3 more developers are added to the resources&lt;br /&gt;
#'''Scenario:''' One of the developers is moved to the Techlead position  &lt;br /&gt;
#'''Scenario:''' the team has gone through the sessions on code clearance, business logic and the check lists for the code review were created by the Techlead. In the model this situation means that the KPI for the probability that Code review was successful is set to 0.* instead of 0.5&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Default scenario==&lt;br /&gt;
&lt;br /&gt;
[[File:Default_scenario.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
From the average result of 100 simulation it is 618 Change requests and 771 Bugs that were not solved out of 1713 and 780 respectively. &lt;br /&gt;
&lt;br /&gt;
[[File:Resourcespng.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
From the Default scenario, we can see that the analyst and tester are definitely not the bottlenecks of the process because their capacities are unused most of the time (apx. 50 % and 85 % respectively). For the management of the company it gives a clear hint that they can be used for the other tasks as well or the tasks are stuck somewhere else and the resources are waning for the previous process. (this will be covered by the other scenarios)&lt;br /&gt;
&lt;br /&gt;
[[File:Default_stuckpng.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
It is obvious that the main reason for the inefficiency of the process is that the entities are stuck and waiting for the developers.&lt;br /&gt;
&lt;br /&gt;
==Three more developers==&lt;br /&gt;
&lt;br /&gt;
In the next scenario, the number of Resources of the Resource type Full stack developer is extended to 12.&lt;br /&gt;
&lt;br /&gt;
[[File:Scenario_2png.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
It is interesting to observe that extended number of the developers has '''just insignificantly impacted''' the result of the team.&lt;br /&gt;
&lt;br /&gt;
[[File:Scernario_1_resources.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
And loaded the capacities of the testing '''by 1 per cent only.''' &lt;br /&gt;
&lt;br /&gt;
'''Thus, both hypothesis about more developer from the previous two paragraphs were incorrect.'''&lt;br /&gt;
&lt;br /&gt;
==Two Techleads==&lt;br /&gt;
&lt;br /&gt;
For the next scenario one of the most potential developers was promoted to the assistant of the techlead and will be helping with the Code reviews and Releases. For that, simulations are run with 8 units of Full stack developer resource and 2 utins for Techlead. &lt;br /&gt;
&lt;br /&gt;
[[File:Scenario_3.png|1000px]]&lt;/div&gt;</summary>
		<author><name>Antonsverlov</name></author>
		
	</entry>
	<entry>
		<id>http://www.simulace.info/index.php?title=File:Scenario_3.png&amp;diff=20849</id>
		<title>File:Scenario 3.png</title>
		<link rel="alternate" type="text/html" href="http://www.simulace.info/index.php?title=File:Scenario_3.png&amp;diff=20849"/>
		<updated>2021-01-20T17:57:50Z</updated>

		<summary type="html">&lt;p&gt;Antonsverlov: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Antonsverlov</name></author>
		
	</entry>
	<entry>
		<id>http://www.simulace.info/index.php?title=IT_Team_simulation&amp;diff=20843</id>
		<title>IT Team simulation</title>
		<link rel="alternate" type="text/html" href="http://www.simulace.info/index.php?title=IT_Team_simulation&amp;diff=20843"/>
		<updated>2021-01-20T17:47:18Z</updated>

		<summary type="html">&lt;p&gt;Antonsverlov: /* Results and conclusion */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Problem definition=&lt;br /&gt;
At the time I am working in an IT team of a start-up insuretech company that offers life insurance online and provides its clients with the application which makes a score of client’s physical activities - the more the client does sport the bigger cashback from the price of the insurance contract he can get. &lt;br /&gt;
As that company is software-based, the IT team plays a big role, but unfortunately it did not have a proper process of solving business requirements. The following sections will describe the new process of a team (implemented recently) and the simulation is supposed '''to help to identify the bottlenecks of the process''', meanwhile, the results from the simulation are supposed to help to '''come with the solution about the right distribution of the resources''' in order '''to boost the effectiveness of the team'''.&lt;br /&gt;
&lt;br /&gt;
==Questions==&lt;br /&gt;
There are several possible solutions the management of the company is discussing:&lt;br /&gt;
#Hire 3 more full-stack developers&lt;br /&gt;
#To &amp;quot;grow&amp;quot; one od the current developers into the Techlead main assistant&lt;br /&gt;
#To provide the team members with learning sessions (but not sure which ones)&lt;br /&gt;
#Add one more analyst to analyze the task faster&lt;br /&gt;
&lt;br /&gt;
The following model is supposed to help the author of this work to choose the right move.&lt;br /&gt;
&lt;br /&gt;
=Method=&lt;br /&gt;
&lt;br /&gt;
Simprocess is a relevant tool for such kind of problem mainly because the aforementioned situation can be described as discrete. There is a clear entity (business requirement or bug) which goes through a series of operations (development process), it includes different type of events (delays, “fight” for the resources etc.) which creates queues. Simprocess and the process modeling also allows the author of this model to include decision points and define time delays by a probability distribution. The question stated in the problem section could be answered using different scenarios.&lt;br /&gt;
&lt;br /&gt;
=Model=&lt;br /&gt;
&lt;br /&gt;
In order to create a Simprocess model, the author of this works has to describe the process of the given Development team, resources available, historical information available, and limitations of the model that the author included. &lt;br /&gt;
&lt;br /&gt;
==Requirements gathering process==&lt;br /&gt;
&lt;br /&gt;
[[File:Picture_1.jpg|frame]]&lt;br /&gt;
&lt;br /&gt;
The main operation, in this case, is the procedure for registering requests. In this case, a requirement is understood as any formally described condition that the created solution must satisfy.&lt;br /&gt;
&lt;br /&gt;
In particular, the requirements are:&lt;br /&gt;
&lt;br /&gt;
*	New functionalities or change requests &lt;br /&gt;
*	Errors identified during internal or external testing on already running solution&lt;br /&gt;
&lt;br /&gt;
Requirements can come from various sources, for example:&lt;br /&gt;
&lt;br /&gt;
*	Company management &lt;br /&gt;
*	Customers (through the Customer care line)&lt;br /&gt;
*	Tester as part of a project team&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
All the requirements are placed into Backlog in the Jira software tool and are monitored.&lt;br /&gt;
&lt;br /&gt;
==Resources in the simulation==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Product owner	===&lt;br /&gt;
* Formation of plans&lt;br /&gt;
* Monitoring the implementation of plans&lt;br /&gt;
* Organizational work (including the sources of the requirements)&lt;br /&gt;
* Conceptual architecture of the solution&lt;br /&gt;
* Part of the analytical work&lt;br /&gt;
&lt;br /&gt;
The product owner is the first contact to deal with business requirements. He is in close contact with the analyst when it is decided that a task is ready for backlog (business case or cost-benefit analysis of new functionality is done; in case of defect management – bugs are either accepted or specified for the Debugging processes).&lt;br /&gt;
&lt;br /&gt;
===1x Analyst===	&lt;br /&gt;
* Development of technical specification for functionality&lt;br /&gt;
* Development of test plans&lt;br /&gt;
* Conceptual testing of functionality&lt;br /&gt;
* Development of user documentation&lt;br /&gt;
The analyst is available '''only 2 days a week''' &lt;br /&gt;
&lt;br /&gt;
===1x Techlead===	&lt;br /&gt;
* Conceptual consultancy&lt;br /&gt;
* Code review control&lt;br /&gt;
* Production release&lt;br /&gt;
Techlead is able to solve Code reviews and Releases '''only 2 days a week''', rest of the time is allocated to management activities and cooperation on the other projects.  &lt;br /&gt;
&lt;br /&gt;
===9x Developers===&lt;br /&gt;
* Development of functionality&lt;br /&gt;
* Correction of errors in the code&lt;br /&gt;
* Conducting initial testing of the code&lt;br /&gt;
* Participates in complex code testing&lt;br /&gt;
&lt;br /&gt;
All developers are full-time employees with the same level of seniority&lt;br /&gt;
&lt;br /&gt;
===1x Tester===	&lt;br /&gt;
* Functionality testing in all of the environments&lt;br /&gt;
* Writing UAT tests&lt;br /&gt;
&lt;br /&gt;
==Development process for the model==&lt;br /&gt;
&lt;br /&gt;
For the development process, the team has chosen the Kanban approach under the condition that the FIFO principle will be used (the first task in – the first task out). The following process describes all the phases from the moment the task was passed to the team to its release. &lt;br /&gt;
&lt;br /&gt;
[[File:Picture_3.jpg|frame]] &lt;br /&gt;
&lt;br /&gt;
The team’s Kanban board includes 8 phases each task goes through:&lt;br /&gt;
&lt;br /&gt;
#To develop &lt;br /&gt;
#:After identifying the requirements to be developed within the framework of this version, a detailed development plan for this version is drawn up and added to Kanban Board. Then, according to the plan, the Developer, together with the Techlead (in terms of conceptual architectural solutions), based on the technical specification, prepares the work draft.&lt;br /&gt;
#In progress&lt;br /&gt;
#:After agreeing on the working draft, the Developer proceeds to its implementation. For sufficiently large requirements, the functionality) is implemented in several parts. &lt;br /&gt;
#Code review&lt;br /&gt;
#:After the development of one part, the code quality is checked by the Techlead. If deficiencies are revealed, the Developer eliminates them.&lt;br /&gt;
#Acceptance &lt;br /&gt;
#:If needed, the functionality demonstrated to the Business owner on the development environment already (rare cases). &lt;br /&gt;
#Testing&lt;br /&gt;
#:After the implementation of all parts of one requirement, the Developer demonstrates the developed functionality to the Tester who is testing for compliance with user needs. If inconsistencies with the needs of users are revealed, the changes are implemented and the functionality is immediately finalized (in case of minor comments that do not require changing of the business logic and the architectural model).In case of successful concept testing, the Developer proceeds to the implementation of the next requirement in accordance with the version work plan.&lt;br /&gt;
#Stage release&lt;br /&gt;
#:The functionalities that are tested on DEV are prepared for the stage release and waiting for the Techlead to prepare the release. &lt;br /&gt;
#UAT&lt;br /&gt;
#:The tester repeats the testing on Stage environment&lt;br /&gt;
#Done&lt;br /&gt;
#:All the tasks which are ready for the PROD release are moved to the column Done and are waiting for the Techlead. After all the improvements planned in the version have been implemented, the Techlead builds the version and generates Release notes, in which:&lt;br /&gt;
* Version parameters are described (number, release date etc.)&lt;br /&gt;
* Requirements implemented in the version are listed (new functionality, fixed errors)&lt;br /&gt;
* Contains version deployment information (steps)&lt;br /&gt;
&lt;br /&gt;
Also, after agreeing on the new functionality, the Analyst updates the user documentation for the solution.&lt;br /&gt;
&lt;br /&gt;
==Model presumtions and limitations==&lt;br /&gt;
 &lt;br /&gt;
[[File:Process_IT_Team.jpg |frame]]&lt;br /&gt;
[[File:Process_detail.jpg |frame]]&lt;br /&gt;
&lt;br /&gt;
After the thorough analysis of the team the author of this work decided to create a model with the following presumptions and limitations: &lt;br /&gt;
&lt;br /&gt;
#The model presumes that the reaction of the product owner is that agile that no irrelevant tasks appear at the Kanban board and the cycle of the team is fast enough, that this task is never moved to the old backlog during the development process&lt;br /&gt;
#The model presumes that the analysis is done with the FIFO principle&lt;br /&gt;
#The model presumes that the seniority of all of the developers (resources) is exactly the same (while in reality even if all the developer are similarly senior it does not mean that they are able of exactly the same performance on all type of tasks, or have the same performance every day)&lt;br /&gt;
#This model excludes the impact of unpredictable factors (like new legal requirements, that can get higher priority and be handed over directly to the dev team and implemented as a hotfix)&lt;br /&gt;
#This model excludes the phase of Acceptance because of this phase is often jumped over and even though it in reality this fact often leads to the big list of bugs reported later, this is not the objective of this exact model.&lt;br /&gt;
#This model does not separate the process Testing and UAT testing, because UAT is considered to be insignificant for the purpose of this model &lt;br /&gt;
#Bug are supposed to be less priority and always to be served after Change requests (in reality some of the bugs are that huge, that they are served earlier&lt;br /&gt;
#There were not sufficient statistics about the code review quality, but it was estimated like that by the Techlead of the team. There were not enough statistics about the testing failure, estimation by the tester was used for the purpose of this simulation&lt;br /&gt;
&lt;br /&gt;
==Values in the model==&lt;br /&gt;
&lt;br /&gt;
===Generators &amp;quot;Change request&amp;quot; an &amp;quot;Bugs&amp;quot;===&lt;br /&gt;
For both of the generators, the author used the presumption of Poisson distribution 5 requests/day and 2 bugs/day that was transformed into Exponential distribution Exp(1.6) an Exp(4.0) respectively (with the time unit Hour). This estimation was done based on the data from 5.10.2020 - 2.1.2020 (90 calendar days) exported from Jira. The data had to be cleaned due to incoming requests on non-business days, statistical outliers ( days when somebody created a number of irrelevant to this model sub-issues or migrated a number of issues from the old backlog). From the cleaned data we can derive that the average and the variance of the final set of data are close enough, which were used as a hit to suppose that the distribution of this value could be considered to be Poisson distribution.   &lt;br /&gt;
&lt;br /&gt;
===Batch &amp;quot;Product owner&amp;quot;===&lt;br /&gt;
&lt;br /&gt;
For the effective process of analysis and prioritization, the product owner collects several requests all at once and during meetings with the analyst explains the tasks for further specification. A value of 10 was chosen from the personal experience and intuitive estimation. The statistically derived value was considered to be irrelevant for the purpose of this model.&lt;br /&gt;
&lt;br /&gt;
===Delay and forks in To develop / Code review / Testing/ Release===&lt;br /&gt;
&lt;br /&gt;
In this case, the name of the Delay function &amp;quot;To develop&amp;quot; is not the same as in the real Kanban board and serves as an actual process of development, while the number of the tasks in this activity symbolizes both backlog and task that are being developed at the same time. Exp (2) day was chosen because of the team policy to decompose the requirements into requests with the value of 2 to 3 MD. &lt;br /&gt;
All of the following values are coming from the empirical data and interviews with the tech lead and tester who estimated the current effectiveness of the team as follows:&lt;br /&gt;
#Half of the tasks due to the blank in the knowledge of the business logic and code clearance best practices have to be revised&lt;br /&gt;
#A rough estimation of 10 % probability of mistakes at the Testing stage was done&lt;br /&gt;
#Preparation of the release was estimated for 0.5MD (the estimation is reliable because the techlead considered this task as his routine activity)&lt;br /&gt;
&lt;br /&gt;
=Results and conclusion=&lt;br /&gt;
&lt;br /&gt;
In order to answer the question stated in the first part there were run 100 replication of three scenarios of the simulation in the time frame from 1.1.2021 to 31.12.2021:&lt;br /&gt;
&lt;br /&gt;
#'''Default Scenario:''' Default settings&lt;br /&gt;
#'''Scenario:''' 3 more developers are added to the resources&lt;br /&gt;
#'''Scenario:'''  the team has gone through the sessions on code clearance, business logic and the check lists for the code review were created by the Techlead. In the model this situation means that the KPI for the probability that Code review was successful is set to 0.* instead of 0.5&lt;br /&gt;
#'''Scenario:''' One of the developers is moved to the Techlead position&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Default scenario==&lt;br /&gt;
&lt;br /&gt;
[[File:Default_scenario.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
From the average result of 100 simulation it is 618 Change requests and 771 Bugs that were not solved out of 1713 and 780 respectively. &lt;br /&gt;
&lt;br /&gt;
[[File:Resourcespng.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
From the Default scenario, we can see that the analyst and tester are definitely not the bottlenecks of the process because their capacities are unused most of the time (apx. 50 % and 85 % respectively). For the management of the company it gives a clear hint that they can be used for the other tasks as well or the tasks are stuck somewhere else and the resources are waning for the previous process. (this will be covered by the other scenarios)&lt;br /&gt;
&lt;br /&gt;
[[File:Default_stuckpng.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
It is obvious that the main reason for the inefficiency of the process is that the entities are stuck and waiting for the developers.&lt;br /&gt;
&lt;br /&gt;
==Three more developers==&lt;br /&gt;
&lt;br /&gt;
In the next scenario, the number of Resources of the Resource type Full stack developer is extended to 12.&lt;br /&gt;
&lt;br /&gt;
[[File:Scenario_2png.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
It is interesting to observe that extended number of the developers has just insignificantly impacted the result of the team.&lt;br /&gt;
&lt;br /&gt;
[[File:Scernario_1_resources.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
And loaded the capacities of the testing '''by 1 per cent only.''' &lt;br /&gt;
&lt;br /&gt;
'''Thus, both hypothesis about more developer from the previous two paragraphs were incorrect.'''&lt;br /&gt;
&lt;br /&gt;
==Two Techleads==&lt;/div&gt;</summary>
		<author><name>Antonsverlov</name></author>
		
	</entry>
	<entry>
		<id>http://www.simulace.info/index.php?title=File:Scernario_1_resources.png&amp;diff=20840</id>
		<title>File:Scernario 1 resources.png</title>
		<link rel="alternate" type="text/html" href="http://www.simulace.info/index.php?title=File:Scernario_1_resources.png&amp;diff=20840"/>
		<updated>2021-01-20T17:44:21Z</updated>

		<summary type="html">&lt;p&gt;Antonsverlov: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Antonsverlov</name></author>
		
	</entry>
	<entry>
		<id>http://www.simulace.info/index.php?title=File:Scenario_2png.png&amp;diff=20839</id>
		<title>File:Scenario 2png.png</title>
		<link rel="alternate" type="text/html" href="http://www.simulace.info/index.php?title=File:Scenario_2png.png&amp;diff=20839"/>
		<updated>2021-01-20T17:41:34Z</updated>

		<summary type="html">&lt;p&gt;Antonsverlov: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Antonsverlov</name></author>
		
	</entry>
	<entry>
		<id>http://www.simulace.info/index.php?title=IT_Team_simulation&amp;diff=20830</id>
		<title>IT Team simulation</title>
		<link rel="alternate" type="text/html" href="http://www.simulace.info/index.php?title=IT_Team_simulation&amp;diff=20830"/>
		<updated>2021-01-20T17:24:13Z</updated>

		<summary type="html">&lt;p&gt;Antonsverlov: /* Default scenario */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Problem definition=&lt;br /&gt;
At the time I am working in an IT team of a start-up insuretech company that offers life insurance online and provides its clients with the application which makes a score of client’s physical activities - the more the client does sport the bigger cashback from the price of the insurance contract he can get. &lt;br /&gt;
As that company is software-based, the IT team plays a big role, but unfortunately it did not have a proper process of solving business requirements. The following sections will describe the new process of a team (implemented recently) and the simulation is supposed '''to help to identify the bottlenecks of the process''', meanwhile, the results from the simulation are supposed to help to '''come with the solution about the right distribution of the resources''' in order '''to boost the effectiveness of the team'''.&lt;br /&gt;
&lt;br /&gt;
==Questions==&lt;br /&gt;
There are several possible solutions the management of the company is discussing:&lt;br /&gt;
#Hire 3 more full-stack developers&lt;br /&gt;
#To &amp;quot;grow&amp;quot; one od the current developers into the Techlead main assistant&lt;br /&gt;
#To provide the team members with learning sessions (but not sure which ones)&lt;br /&gt;
#Add one more analyst to analyze the task faster&lt;br /&gt;
&lt;br /&gt;
The following model is supposed to help the author of this work to choose the right move.&lt;br /&gt;
&lt;br /&gt;
=Method=&lt;br /&gt;
&lt;br /&gt;
Simprocess is a relevant tool for such kind of problem mainly because the aforementioned situation can be described as discrete. There is a clear entity (business requirement or bug) which goes through a series of operations (development process), it includes different type of events (delays, “fight” for the resources etc.) which creates queues. Simprocess and the process modeling also allows the author of this model to include decision points and define time delays by a probability distribution. The question stated in the problem section could be answered using different scenarios.&lt;br /&gt;
&lt;br /&gt;
=Model=&lt;br /&gt;
&lt;br /&gt;
In order to create a Simprocess model, the author of this works has to describe the process of the given Development team, resources available, historical information available, and limitations of the model that the author included. &lt;br /&gt;
&lt;br /&gt;
==Requirements gathering process==&lt;br /&gt;
&lt;br /&gt;
[[File:Picture_1.jpg|frame]]&lt;br /&gt;
&lt;br /&gt;
The main operation, in this case, is the procedure for registering requests. In this case, a requirement is understood as any formally described condition that the created solution must satisfy.&lt;br /&gt;
&lt;br /&gt;
In particular, the requirements are:&lt;br /&gt;
&lt;br /&gt;
*	New functionalities or change requests &lt;br /&gt;
*	Errors identified during internal or external testing on already running solution&lt;br /&gt;
&lt;br /&gt;
Requirements can come from various sources, for example:&lt;br /&gt;
&lt;br /&gt;
*	Company management &lt;br /&gt;
*	Customers (through the Customer care line)&lt;br /&gt;
*	Tester as part of a project team&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
All the requirements are placed into Backlog in the Jira software tool and are monitored.&lt;br /&gt;
&lt;br /&gt;
==Resources in the simulation==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Product owner	===&lt;br /&gt;
* Formation of plans&lt;br /&gt;
* Monitoring the implementation of plans&lt;br /&gt;
* Organizational work (including the sources of the requirements)&lt;br /&gt;
* Conceptual architecture of the solution&lt;br /&gt;
* Part of the analytical work&lt;br /&gt;
&lt;br /&gt;
The product owner is the first contact to deal with business requirements. He is in close contact with the analyst when it is decided that a task is ready for backlog (business case or cost-benefit analysis of new functionality is done; in case of defect management – bugs are either accepted or specified for the Debugging processes).&lt;br /&gt;
&lt;br /&gt;
===1x Analyst===	&lt;br /&gt;
* Development of technical specification for functionality&lt;br /&gt;
* Development of test plans&lt;br /&gt;
* Conceptual testing of functionality&lt;br /&gt;
* Development of user documentation&lt;br /&gt;
The analyst is available '''only 2 days a week''' &lt;br /&gt;
&lt;br /&gt;
===1x Techlead===	&lt;br /&gt;
* Conceptual consultancy&lt;br /&gt;
* Code review control&lt;br /&gt;
* Production release&lt;br /&gt;
Techlead is able to solve Code reviews and Releases '''only 2 days a week''', rest of the time is allocated to management activities and cooperation on the other projects.  &lt;br /&gt;
&lt;br /&gt;
===9x Developers===&lt;br /&gt;
* Development of functionality&lt;br /&gt;
* Correction of errors in the code&lt;br /&gt;
* Conducting initial testing of the code&lt;br /&gt;
* Participates in complex code testing&lt;br /&gt;
&lt;br /&gt;
All developers are full-time employees with the same level of seniority&lt;br /&gt;
&lt;br /&gt;
===1x Tester===	&lt;br /&gt;
* Functionality testing in all of the environments&lt;br /&gt;
* Writing UAT tests&lt;br /&gt;
&lt;br /&gt;
==Development process for the model==&lt;br /&gt;
&lt;br /&gt;
For the development process, the team has chosen the Kanban approach under the condition that the FIFO principle will be used (the first task in – the first task out). The following process describes all the phases from the moment the task was passed to the team to its release. &lt;br /&gt;
&lt;br /&gt;
[[File:Picture_3.jpg|frame]] &lt;br /&gt;
&lt;br /&gt;
The team’s Kanban board includes 8 phases each task goes through:&lt;br /&gt;
&lt;br /&gt;
#To develop &lt;br /&gt;
#:After identifying the requirements to be developed within the framework of this version, a detailed development plan for this version is drawn up and added to Kanban Board. Then, according to the plan, the Developer, together with the Techlead (in terms of conceptual architectural solutions), based on the technical specification, prepares the work draft.&lt;br /&gt;
#In progress&lt;br /&gt;
#:After agreeing on the working draft, the Developer proceeds to its implementation. For sufficiently large requirements, the functionality) is implemented in several parts. &lt;br /&gt;
#Code review&lt;br /&gt;
#:After the development of one part, the code quality is checked by the Techlead. If deficiencies are revealed, the Developer eliminates them.&lt;br /&gt;
#Acceptance &lt;br /&gt;
#:If needed, the functionality demonstrated to the Business owner on the development environment already (rare cases). &lt;br /&gt;
#Testing&lt;br /&gt;
#:After the implementation of all parts of one requirement, the Developer demonstrates the developed functionality to the Tester who is testing for compliance with user needs. If inconsistencies with the needs of users are revealed, the changes are implemented and the functionality is immediately finalized (in case of minor comments that do not require changing of the business logic and the architectural model).In case of successful concept testing, the Developer proceeds to the implementation of the next requirement in accordance with the version work plan.&lt;br /&gt;
#Stage release&lt;br /&gt;
#:The functionalities that are tested on DEV are prepared for the stage release and waiting for the Techlead to prepare the release. &lt;br /&gt;
#UAT&lt;br /&gt;
#:The tester repeats the testing on Stage environment&lt;br /&gt;
#Done&lt;br /&gt;
#:All the tasks which are ready for the PROD release are moved to the column Done and are waiting for the Techlead. After all the improvements planned in the version have been implemented, the Techlead builds the version and generates Release notes, in which:&lt;br /&gt;
* Version parameters are described (number, release date etc.)&lt;br /&gt;
* Requirements implemented in the version are listed (new functionality, fixed errors)&lt;br /&gt;
* Contains version deployment information (steps)&lt;br /&gt;
&lt;br /&gt;
Also, after agreeing on the new functionality, the Analyst updates the user documentation for the solution.&lt;br /&gt;
&lt;br /&gt;
==Model presumtions and limitations==&lt;br /&gt;
 &lt;br /&gt;
[[File:Process_IT_Team.jpg |frame]]&lt;br /&gt;
[[File:Process_detail.jpg |frame]]&lt;br /&gt;
&lt;br /&gt;
After the thorough analysis of the team the author of this work decided to create a model with the following presumptions and limitations: &lt;br /&gt;
&lt;br /&gt;
#The model presumes that the reaction of the product owner is that agile that no irrelevant tasks appear at the Kanban board and the cycle of the team is fast enough, that this task is never moved to the old backlog during the development process&lt;br /&gt;
#The model presumes that the analysis is done with the FIFO principle&lt;br /&gt;
#The model presumes that the seniority of all of the developers (resources) is exactly the same (while in reality even if all the developer are similarly senior it does not mean that they are able of exactly the same performance on all type of tasks, or have the same performance every day)&lt;br /&gt;
#This model excludes the impact of unpredictable factors (like new legal requirements, that can get higher priority and be handed over directly to the dev team and implemented as a hotfix)&lt;br /&gt;
#This model excludes the phase of Acceptance because of this phase is often jumped over and even though it in reality this fact often leads to the big list of bugs reported later, this is not the objective of this exact model.&lt;br /&gt;
#This model does not separate the process Testing and UAT testing, because UAT is considered to be insignificant for the purpose of this model &lt;br /&gt;
#Bug are supposed to be less priority and always to be served after Change requests (in reality some of the bugs are that huge, that they are served earlier&lt;br /&gt;
#There were not sufficient statistics about the code review quality, but it was estimated like that by the Techlead of the team. There were not enough statistics about the testing failure, estimation by the tester was used for the purpose of this simulation&lt;br /&gt;
&lt;br /&gt;
==Values in the model==&lt;br /&gt;
&lt;br /&gt;
===Generators &amp;quot;Change request&amp;quot; an &amp;quot;Bugs&amp;quot;===&lt;br /&gt;
For both of the generators, the author used the presumption of Poisson distribution 5 requests/day and 2 bugs/day that was transformed into Exponential distribution Exp(1.6) an Exp(4.0) respectively (with the time unit Hour). This estimation was done based on the data from 5.10.2020 - 2.1.2020 (90 calendar days) exported from Jira. The data had to be cleaned due to incoming requests on non-business days, statistical outliers ( days when somebody created a number of irrelevant to this model sub-issues or migrated a number of issues from the old backlog). From the cleaned data we can derive that the average and the variance of the final set of data are close enough, which were used as a hit to suppose that the distribution of this value could be considered to be Poisson distribution.   &lt;br /&gt;
&lt;br /&gt;
===Batch &amp;quot;Product owner&amp;quot;===&lt;br /&gt;
&lt;br /&gt;
For the effective process of analysis and prioritization, the product owner collects several requests all at once and during meetings with the analyst explains the tasks for further specification. A value of 10 was chosen from the personal experience and intuitive estimation. The statistically derived value was considered to be irrelevant for the purpose of this model.&lt;br /&gt;
&lt;br /&gt;
===Delay and forks in To develop / Code review / Testing/ Release===&lt;br /&gt;
&lt;br /&gt;
In this case, the name of the Delay function &amp;quot;To develop&amp;quot; is not the same as in the real Kanban board and serves as an actual process of development, while the number of the tasks in this activity symbolizes both backlog and task that are being developed at the same time. Exp (2) day was chosen because of the team policy to decompose the requirements into requests with the value of 2 to 3 MD. &lt;br /&gt;
All of the following values are coming from the empirical data and interviews with the tech lead and tester who estimated the current effectiveness of the team as follows:&lt;br /&gt;
#Half of the tasks due to the blank in the knowledge of the business logic and code clearance best practices have to be revised&lt;br /&gt;
#A rough estimation of 10 % probability of mistakes at the Testing stage was done&lt;br /&gt;
#Preparation of the release was estimated for 0.5MD (the estimation is reliable because the techlead considered this task as his routine activity)&lt;br /&gt;
&lt;br /&gt;
=Results and conclusion=&lt;br /&gt;
&lt;br /&gt;
In order to answer the question stated in the first part there were run 100 replication of three scenarios of the simulation in the time frame from 1.1.2021 to 31.12.2021:&lt;br /&gt;
&lt;br /&gt;
'''Default Scenario:''' Default settings&lt;br /&gt;
'''1. Scenario:''' 3 more developers are added to the resources&lt;br /&gt;
'''2. Scenario:'''  the team has gone through the sessions on code clearance, business logic and the check lists for the code review were created by the Techlead. In the model this situation means that the KPI for the probability that Code review was successful is set to 0.* instead of 0.5&lt;br /&gt;
'''3. Scenario:''' One of the developers is moved to the Techlead position&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Default scenario==&lt;br /&gt;
&lt;br /&gt;
[[File:Default_scenario.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
From the average result of 100 simulation it is 618 Change requests and 771 Bugs that were not solved out of 1713 and 780 respectively. &lt;br /&gt;
&lt;br /&gt;
[[File:Resourcespng.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
From the Default scenario, we can see that the analyst and tester are definitely not the bottlenecks of the process because their capacities are unused most of the time (apx. 50 % and 85 % respectively). For the management of the company it gives a clear hint that they can be used for the other tasks as well or the tasks are stuck somewhere else and the resources are waning for the previous process. (this will be covered by the other scenarios)&lt;br /&gt;
&lt;br /&gt;
[[File:Default_stuckpng.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
It is obvious that the main reason for the inefficiency of the process is that the entities are stuck and waiting for the developers.&lt;/div&gt;</summary>
		<author><name>Antonsverlov</name></author>
		
	</entry>
	<entry>
		<id>http://www.simulace.info/index.php?title=File:Default_stuckpng.png&amp;diff=20829</id>
		<title>File:Default stuckpng.png</title>
		<link rel="alternate" type="text/html" href="http://www.simulace.info/index.php?title=File:Default_stuckpng.png&amp;diff=20829"/>
		<updated>2021-01-20T17:22:09Z</updated>

		<summary type="html">&lt;p&gt;Antonsverlov: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Antonsverlov</name></author>
		
	</entry>
	<entry>
		<id>http://www.simulace.info/index.php?title=IT_Team_simulation&amp;diff=20828</id>
		<title>IT Team simulation</title>
		<link rel="alternate" type="text/html" href="http://www.simulace.info/index.php?title=IT_Team_simulation&amp;diff=20828"/>
		<updated>2021-01-20T17:21:43Z</updated>

		<summary type="html">&lt;p&gt;Antonsverlov: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Problem definition=&lt;br /&gt;
At the time I am working in an IT team of a start-up insuretech company that offers life insurance online and provides its clients with the application which makes a score of client’s physical activities - the more the client does sport the bigger cashback from the price of the insurance contract he can get. &lt;br /&gt;
As that company is software-based, the IT team plays a big role, but unfortunately it did not have a proper process of solving business requirements. The following sections will describe the new process of a team (implemented recently) and the simulation is supposed '''to help to identify the bottlenecks of the process''', meanwhile, the results from the simulation are supposed to help to '''come with the solution about the right distribution of the resources''' in order '''to boost the effectiveness of the team'''.&lt;br /&gt;
&lt;br /&gt;
==Questions==&lt;br /&gt;
There are several possible solutions the management of the company is discussing:&lt;br /&gt;
#Hire 3 more full-stack developers&lt;br /&gt;
#To &amp;quot;grow&amp;quot; one od the current developers into the Techlead main assistant&lt;br /&gt;
#To provide the team members with learning sessions (but not sure which ones)&lt;br /&gt;
#Add one more analyst to analyze the task faster&lt;br /&gt;
&lt;br /&gt;
The following model is supposed to help the author of this work to choose the right move.&lt;br /&gt;
&lt;br /&gt;
=Method=&lt;br /&gt;
&lt;br /&gt;
Simprocess is a relevant tool for such kind of problem mainly because the aforementioned situation can be described as discrete. There is a clear entity (business requirement or bug) which goes through a series of operations (development process), it includes different type of events (delays, “fight” for the resources etc.) which creates queues. Simprocess and the process modeling also allows the author of this model to include decision points and define time delays by a probability distribution. The question stated in the problem section could be answered using different scenarios.&lt;br /&gt;
&lt;br /&gt;
=Model=&lt;br /&gt;
&lt;br /&gt;
In order to create a Simprocess model, the author of this works has to describe the process of the given Development team, resources available, historical information available, and limitations of the model that the author included. &lt;br /&gt;
&lt;br /&gt;
==Requirements gathering process==&lt;br /&gt;
&lt;br /&gt;
[[File:Picture_1.jpg|frame]]&lt;br /&gt;
&lt;br /&gt;
The main operation, in this case, is the procedure for registering requests. In this case, a requirement is understood as any formally described condition that the created solution must satisfy.&lt;br /&gt;
&lt;br /&gt;
In particular, the requirements are:&lt;br /&gt;
&lt;br /&gt;
*	New functionalities or change requests &lt;br /&gt;
*	Errors identified during internal or external testing on already running solution&lt;br /&gt;
&lt;br /&gt;
Requirements can come from various sources, for example:&lt;br /&gt;
&lt;br /&gt;
*	Company management &lt;br /&gt;
*	Customers (through the Customer care line)&lt;br /&gt;
*	Tester as part of a project team&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
All the requirements are placed into Backlog in the Jira software tool and are monitored.&lt;br /&gt;
&lt;br /&gt;
==Resources in the simulation==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Product owner	===&lt;br /&gt;
* Formation of plans&lt;br /&gt;
* Monitoring the implementation of plans&lt;br /&gt;
* Organizational work (including the sources of the requirements)&lt;br /&gt;
* Conceptual architecture of the solution&lt;br /&gt;
* Part of the analytical work&lt;br /&gt;
&lt;br /&gt;
The product owner is the first contact to deal with business requirements. He is in close contact with the analyst when it is decided that a task is ready for backlog (business case or cost-benefit analysis of new functionality is done; in case of defect management – bugs are either accepted or specified for the Debugging processes).&lt;br /&gt;
&lt;br /&gt;
===1x Analyst===	&lt;br /&gt;
* Development of technical specification for functionality&lt;br /&gt;
* Development of test plans&lt;br /&gt;
* Conceptual testing of functionality&lt;br /&gt;
* Development of user documentation&lt;br /&gt;
The analyst is available '''only 2 days a week''' &lt;br /&gt;
&lt;br /&gt;
===1x Techlead===	&lt;br /&gt;
* Conceptual consultancy&lt;br /&gt;
* Code review control&lt;br /&gt;
* Production release&lt;br /&gt;
Techlead is able to solve Code reviews and Releases '''only 2 days a week''', rest of the time is allocated to management activities and cooperation on the other projects.  &lt;br /&gt;
&lt;br /&gt;
===9x Developers===&lt;br /&gt;
* Development of functionality&lt;br /&gt;
* Correction of errors in the code&lt;br /&gt;
* Conducting initial testing of the code&lt;br /&gt;
* Participates in complex code testing&lt;br /&gt;
&lt;br /&gt;
All developers are full-time employees with the same level of seniority&lt;br /&gt;
&lt;br /&gt;
===1x Tester===	&lt;br /&gt;
* Functionality testing in all of the environments&lt;br /&gt;
* Writing UAT tests&lt;br /&gt;
&lt;br /&gt;
==Development process for the model==&lt;br /&gt;
&lt;br /&gt;
For the development process, the team has chosen the Kanban approach under the condition that the FIFO principle will be used (the first task in – the first task out). The following process describes all the phases from the moment the task was passed to the team to its release. &lt;br /&gt;
&lt;br /&gt;
[[File:Picture_3.jpg|frame]] &lt;br /&gt;
&lt;br /&gt;
The team’s Kanban board includes 8 phases each task goes through:&lt;br /&gt;
&lt;br /&gt;
#To develop &lt;br /&gt;
#:After identifying the requirements to be developed within the framework of this version, a detailed development plan for this version is drawn up and added to Kanban Board. Then, according to the plan, the Developer, together with the Techlead (in terms of conceptual architectural solutions), based on the technical specification, prepares the work draft.&lt;br /&gt;
#In progress&lt;br /&gt;
#:After agreeing on the working draft, the Developer proceeds to its implementation. For sufficiently large requirements, the functionality) is implemented in several parts. &lt;br /&gt;
#Code review&lt;br /&gt;
#:After the development of one part, the code quality is checked by the Techlead. If deficiencies are revealed, the Developer eliminates them.&lt;br /&gt;
#Acceptance &lt;br /&gt;
#:If needed, the functionality demonstrated to the Business owner on the development environment already (rare cases). &lt;br /&gt;
#Testing&lt;br /&gt;
#:After the implementation of all parts of one requirement, the Developer demonstrates the developed functionality to the Tester who is testing for compliance with user needs. If inconsistencies with the needs of users are revealed, the changes are implemented and the functionality is immediately finalized (in case of minor comments that do not require changing of the business logic and the architectural model).In case of successful concept testing, the Developer proceeds to the implementation of the next requirement in accordance with the version work plan.&lt;br /&gt;
#Stage release&lt;br /&gt;
#:The functionalities that are tested on DEV are prepared for the stage release and waiting for the Techlead to prepare the release. &lt;br /&gt;
#UAT&lt;br /&gt;
#:The tester repeats the testing on Stage environment&lt;br /&gt;
#Done&lt;br /&gt;
#:All the tasks which are ready for the PROD release are moved to the column Done and are waiting for the Techlead. After all the improvements planned in the version have been implemented, the Techlead builds the version and generates Release notes, in which:&lt;br /&gt;
* Version parameters are described (number, release date etc.)&lt;br /&gt;
* Requirements implemented in the version are listed (new functionality, fixed errors)&lt;br /&gt;
* Contains version deployment information (steps)&lt;br /&gt;
&lt;br /&gt;
Also, after agreeing on the new functionality, the Analyst updates the user documentation for the solution.&lt;br /&gt;
&lt;br /&gt;
==Model presumtions and limitations==&lt;br /&gt;
 &lt;br /&gt;
[[File:Process_IT_Team.jpg |frame]]&lt;br /&gt;
[[File:Process_detail.jpg |frame]]&lt;br /&gt;
&lt;br /&gt;
After the thorough analysis of the team the author of this work decided to create a model with the following presumptions and limitations: &lt;br /&gt;
&lt;br /&gt;
#The model presumes that the reaction of the product owner is that agile that no irrelevant tasks appear at the Kanban board and the cycle of the team is fast enough, that this task is never moved to the old backlog during the development process&lt;br /&gt;
#The model presumes that the analysis is done with the FIFO principle&lt;br /&gt;
#The model presumes that the seniority of all of the developers (resources) is exactly the same (while in reality even if all the developer are similarly senior it does not mean that they are able of exactly the same performance on all type of tasks, or have the same performance every day)&lt;br /&gt;
#This model excludes the impact of unpredictable factors (like new legal requirements, that can get higher priority and be handed over directly to the dev team and implemented as a hotfix)&lt;br /&gt;
#This model excludes the phase of Acceptance because of this phase is often jumped over and even though it in reality this fact often leads to the big list of bugs reported later, this is not the objective of this exact model.&lt;br /&gt;
#This model does not separate the process Testing and UAT testing, because UAT is considered to be insignificant for the purpose of this model &lt;br /&gt;
#Bug are supposed to be less priority and always to be served after Change requests (in reality some of the bugs are that huge, that they are served earlier&lt;br /&gt;
#There were not sufficient statistics about the code review quality, but it was estimated like that by the Techlead of the team. There were not enough statistics about the testing failure, estimation by the tester was used for the purpose of this simulation&lt;br /&gt;
&lt;br /&gt;
==Values in the model==&lt;br /&gt;
&lt;br /&gt;
===Generators &amp;quot;Change request&amp;quot; an &amp;quot;Bugs&amp;quot;===&lt;br /&gt;
For both of the generators, the author used the presumption of Poisson distribution 5 requests/day and 2 bugs/day that was transformed into Exponential distribution Exp(1.6) an Exp(4.0) respectively (with the time unit Hour). This estimation was done based on the data from 5.10.2020 - 2.1.2020 (90 calendar days) exported from Jira. The data had to be cleaned due to incoming requests on non-business days, statistical outliers ( days when somebody created a number of irrelevant to this model sub-issues or migrated a number of issues from the old backlog). From the cleaned data we can derive that the average and the variance of the final set of data are close enough, which were used as a hit to suppose that the distribution of this value could be considered to be Poisson distribution.   &lt;br /&gt;
&lt;br /&gt;
===Batch &amp;quot;Product owner&amp;quot;===&lt;br /&gt;
&lt;br /&gt;
For the effective process of analysis and prioritization, the product owner collects several requests all at once and during meetings with the analyst explains the tasks for further specification. A value of 10 was chosen from the personal experience and intuitive estimation. The statistically derived value was considered to be irrelevant for the purpose of this model.&lt;br /&gt;
&lt;br /&gt;
===Delay and forks in To develop / Code review / Testing/ Release===&lt;br /&gt;
&lt;br /&gt;
In this case, the name of the Delay function &amp;quot;To develop&amp;quot; is not the same as in the real Kanban board and serves as an actual process of development, while the number of the tasks in this activity symbolizes both backlog and task that are being developed at the same time. Exp (2) day was chosen because of the team policy to decompose the requirements into requests with the value of 2 to 3 MD. &lt;br /&gt;
All of the following values are coming from the empirical data and interviews with the tech lead and tester who estimated the current effectiveness of the team as follows:&lt;br /&gt;
#Half of the tasks due to the blank in the knowledge of the business logic and code clearance best practices have to be revised&lt;br /&gt;
#A rough estimation of 10 % probability of mistakes at the Testing stage was done&lt;br /&gt;
#Preparation of the release was estimated for 0.5MD (the estimation is reliable because the techlead considered this task as his routine activity)&lt;br /&gt;
&lt;br /&gt;
=Results and conclusion=&lt;br /&gt;
&lt;br /&gt;
In order to answer the question stated in the first part there were run 100 replication of three scenarios of the simulation in the time frame from 1.1.2021 to 31.12.2021:&lt;br /&gt;
&lt;br /&gt;
'''Default Scenario:''' Default settings&lt;br /&gt;
'''1. Scenario:''' 3 more developers are added to the resources&lt;br /&gt;
'''2. Scenario:'''  the team has gone through the sessions on code clearance, business logic and the check lists for the code review were created by the Techlead. In the model this situation means that the KPI for the probability that Code review was successful is set to 0.* instead of 0.5&lt;br /&gt;
'''3. Scenario:''' One of the developers is moved to the Techlead position&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Default scenario==&lt;br /&gt;
&lt;br /&gt;
[[File:RDefault_scenario.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
From the average result of 100 simulation it is 618 Change requests and 771 Bugs that were not solved out of 1713 and 780 respectively. &lt;br /&gt;
&lt;br /&gt;
[[File:Resourcespng.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
From the Default scenario we can see that the analyst and tester are definitely not the bottlenecks of the process because their capacities are unused most of the time (apx. 50 % and 85 % respectively). For the the management of the campany it gives a clear hint that they can be used for the other tasks as well or the tasks are stuck somewhere else and the resources are waning for the previous process. (this will be covered by the other scenarios)&lt;/div&gt;</summary>
		<author><name>Antonsverlov</name></author>
		
	</entry>
	<entry>
		<id>http://www.simulace.info/index.php?title=File:Default_scenario.png&amp;diff=20822</id>
		<title>File:Default scenario.png</title>
		<link rel="alternate" type="text/html" href="http://www.simulace.info/index.php?title=File:Default_scenario.png&amp;diff=20822"/>
		<updated>2021-01-20T17:10:00Z</updated>

		<summary type="html">&lt;p&gt;Antonsverlov: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Antonsverlov</name></author>
		
	</entry>
	<entry>
		<id>http://www.simulace.info/index.php?title=IT_Team_simulation&amp;diff=20821</id>
		<title>IT Team simulation</title>
		<link rel="alternate" type="text/html" href="http://www.simulace.info/index.php?title=IT_Team_simulation&amp;diff=20821"/>
		<updated>2021-01-20T17:08:08Z</updated>

		<summary type="html">&lt;p&gt;Antonsverlov: /* Default scenario */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Problem definition=&lt;br /&gt;
At the time I am working in an IT team of a start-up insuretech company that offers life insurance online and provides its clients with the application which makes a score of client’s physical activities - the more the client does sport the bigger cashback from the price of the insurance contract he can get. &lt;br /&gt;
As that company is software-based, the IT team plays a big role, but unfortunately it did not have a proper process of solving business requirements. The following sections will describe the new process of a team (implemented recently) and the simulation is supposed '''to help to identify the bottlenecks of the process''', meanwhile, the results from the simulation are supposed to help to '''come with the solution about the right distribution of the resources''' in order '''to boost the effectiveness of the team'''.&lt;br /&gt;
&lt;br /&gt;
==Questions==&lt;br /&gt;
There are several possible solutions the management of the company is discussing:&lt;br /&gt;
#Hire 3 more full-stack developers&lt;br /&gt;
#To &amp;quot;grow&amp;quot; one od the current developers into the Techlead main assistant&lt;br /&gt;
#To provide the team members with learning sessions (but not sure which ones)&lt;br /&gt;
#Add one more analyst to analyze the task faster&lt;br /&gt;
&lt;br /&gt;
The following model is supposed to help the author of this work to choose the right move.&lt;br /&gt;
&lt;br /&gt;
=Method=&lt;br /&gt;
&lt;br /&gt;
Simprocess is a relevant tool for such kind of problem mainly because the aforementioned situation can be described as discrete. There is a clear entity (business requirement or bug) which goes through a series of operations (development process), it includes different type of events (delays, “fight” for the resources etc.) which creates queues. Simprocess and the process modeling also allows the author of this model to include decision points and define time delays by a probability distribution. The question stated in the problem section could be answered using different scenarios.&lt;br /&gt;
&lt;br /&gt;
=Model=&lt;br /&gt;
&lt;br /&gt;
In order to create a Simprocess model, the author of this works has to describe the process of the given Development team, resources available, historical information available, and limitations of the model that the author included. &lt;br /&gt;
&lt;br /&gt;
==Requirements gathering process==&lt;br /&gt;
&lt;br /&gt;
[[File:Picture_1.jpg|frame]]&lt;br /&gt;
&lt;br /&gt;
The main operation, in this case, is the procedure for registering requests. In this case, a requirement is understood as any formally described condition that the created solution must satisfy.&lt;br /&gt;
&lt;br /&gt;
In particular, the requirements are:&lt;br /&gt;
&lt;br /&gt;
*	New functionalities or change requests &lt;br /&gt;
*	Errors identified during internal or external testing on already running solution&lt;br /&gt;
&lt;br /&gt;
Requirements can come from various sources, for example:&lt;br /&gt;
&lt;br /&gt;
*	Company management &lt;br /&gt;
*	Customers (through the Customer care line)&lt;br /&gt;
*	Tester as part of a project team&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
All the requirements are placed into Backlog in the Jira software tool and are monitored.&lt;br /&gt;
&lt;br /&gt;
==Resources in the simulation==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Product owner	===&lt;br /&gt;
* Formation of plans&lt;br /&gt;
* Monitoring the implementation of plans&lt;br /&gt;
* Organizational work (including the sources of the requirements)&lt;br /&gt;
* Conceptual architecture of the solution&lt;br /&gt;
* Part of the analytical work&lt;br /&gt;
&lt;br /&gt;
The product owner is the first contact to deal with business requirements. He is in close contact with the analyst when it is decided that a task is ready for backlog (business case or cost-benefit analysis of new functionality is done; in case of defect management – bugs are either accepted or specified for the Debugging processes).&lt;br /&gt;
&lt;br /&gt;
===1x Analyst===	&lt;br /&gt;
* Development of technical specification for functionality&lt;br /&gt;
* Development of test plans&lt;br /&gt;
* Conceptual testing of functionality&lt;br /&gt;
* Development of user documentation&lt;br /&gt;
The analyst is available '''only 2 days a week''' &lt;br /&gt;
&lt;br /&gt;
===1x Techlead===	&lt;br /&gt;
* Conceptual consultancy&lt;br /&gt;
* Code review control&lt;br /&gt;
* Production release&lt;br /&gt;
Techlead is able to solve Code reviews and Releases '''only 2 days a week''', rest of the time is allocated to management activities and cooperation on the other projects.  &lt;br /&gt;
&lt;br /&gt;
===9x Developers===&lt;br /&gt;
* Development of functionality&lt;br /&gt;
* Correction of errors in the code&lt;br /&gt;
* Conducting initial testing of the code&lt;br /&gt;
* Participates in complex code testing&lt;br /&gt;
&lt;br /&gt;
All developers are full-time employees with the same level of seniority&lt;br /&gt;
&lt;br /&gt;
===1x Tester===	&lt;br /&gt;
* Functionality testing in all of the environments&lt;br /&gt;
* Writing UAT tests&lt;br /&gt;
&lt;br /&gt;
==Development process for the model==&lt;br /&gt;
&lt;br /&gt;
For the development process, the team has chosen the Kanban approach under the condition that the FIFO principle will be used (the first task in – the first task out). The following process describes all the phases from the moment the task was passed to the team to its release. &lt;br /&gt;
&lt;br /&gt;
[[File:Picture_3.jpg|frame]] &lt;br /&gt;
&lt;br /&gt;
The team’s Kanban board includes 8 phases each task goes through:&lt;br /&gt;
&lt;br /&gt;
#To develop &lt;br /&gt;
#:After identifying the requirements to be developed within the framework of this version, a detailed development plan for this version is drawn up and added to Kanban Board. Then, according to the plan, the Developer, together with the Techlead (in terms of conceptual architectural solutions), based on the technical specification, prepares the work draft.&lt;br /&gt;
#In progress&lt;br /&gt;
#:After agreeing on the working draft, the Developer proceeds to its implementation. For sufficiently large requirements, the functionality) is implemented in several parts. &lt;br /&gt;
#Code review&lt;br /&gt;
#:After the development of one part, the code quality is checked by the Techlead. If deficiencies are revealed, the Developer eliminates them.&lt;br /&gt;
#Acceptance &lt;br /&gt;
#:If needed, the functionality demonstrated to the Business owner on the development environment already (rare cases). &lt;br /&gt;
#Testing&lt;br /&gt;
#:After the implementation of all parts of one requirement, the Developer demonstrates the developed functionality to the Tester who is testing for compliance with user needs. If inconsistencies with the needs of users are revealed, the changes are implemented and the functionality is immediately finalized (in case of minor comments that do not require changing of the business logic and the architectural model).In case of successful concept testing, the Developer proceeds to the implementation of the next requirement in accordance with the version work plan.&lt;br /&gt;
#Stage release&lt;br /&gt;
#:The functionalities that are tested on DEV are prepared for the stage release and waiting for the Techlead to prepare the release. &lt;br /&gt;
#UAT&lt;br /&gt;
#:The tester repeats the testing on Stage environment&lt;br /&gt;
#Done&lt;br /&gt;
#:All the tasks which are ready for the PROD release are moved to the column Done and are waiting for the Techlead. After all the improvements planned in the version have been implemented, the Techlead builds the version and generates Release notes, in which:&lt;br /&gt;
* Version parameters are described (number, release date etc.)&lt;br /&gt;
* Requirements implemented in the version are listed (new functionality, fixed errors)&lt;br /&gt;
* Contains version deployment information (steps)&lt;br /&gt;
&lt;br /&gt;
Also, after agreeing on the new functionality, the Analyst updates the user documentation for the solution.&lt;br /&gt;
&lt;br /&gt;
==Model presumtions and limitations==&lt;br /&gt;
 &lt;br /&gt;
[[File:Process_IT_Team.jpg |frame]]&lt;br /&gt;
[[File:Process_detail.jpg |frame]]&lt;br /&gt;
&lt;br /&gt;
After the thorough analysis of the team the author of this work decided to create a model with the following presumptions and limitations: &lt;br /&gt;
&lt;br /&gt;
#The model presumes that the reaction of the product owner is that agile that no irrelevant tasks appear at the Kanban board and the cycle of the team is fast enough, that this task is never moved to the old backlog during the development process&lt;br /&gt;
#The model presumes that the analysis is done with the FIFO principle&lt;br /&gt;
#The model presumes that the seniority of all of the developers (resources) is exactly the same (while in reality even if all the developer are similarly senior it does not mean that they are able of exactly the same performance on all type of tasks, or have the same performance every day)&lt;br /&gt;
#This model excludes the impact of unpredictable factors (like new legal requirements, that can get higher priority and be handed over directly to the dev team and implemented as a hotfix)&lt;br /&gt;
#This model excludes the phase of Acceptance because of this phase is often jumped over and even though it in reality this fact often leads to the big list of bugs reported later, this is not the objective of this exact model.&lt;br /&gt;
#This model does not separate the process Testing and UAT testing, because UAT is considered to be insignificant for the purpose of this model &lt;br /&gt;
#Bug are supposed to be less priority and always to be served after Change requests (in reality some of the bugs are that huge, that they are served earlier&lt;br /&gt;
#There were not sufficient statistics about the code review quality, but it was estimated like that by the Techlead of the team. There were not enough statistics about the testing failure, estimation by the tester was used for the purpose of this simulation&lt;br /&gt;
&lt;br /&gt;
==Values in the model==&lt;br /&gt;
&lt;br /&gt;
===Generators &amp;quot;Change request&amp;quot; an &amp;quot;Bugs&amp;quot;===&lt;br /&gt;
For both of the generators, the author used the presumption of Poisson distribution 5 requests/day and 2 bugs/day that was transformed into Exponential distribution Exp(1.6) an Exp(4.0) respectively (with the time unit Hour). This estimation was done based on the data from 5.10.2020 - 2.1.2020 (90 calendar days) exported from Jira. The data had to be cleaned due to incoming requests on non-business days, statistical outliers ( days when somebody created a number of irrelevant to this model sub-issues or migrated a number of issues from the old backlog). From the cleaned data we can derive that the average and the variance of the final set of data are close enough, which were used as a hit to suppose that the distribution of this value could be considered to be Poisson distribution.   &lt;br /&gt;
&lt;br /&gt;
===Batch &amp;quot;Product owner&amp;quot;===&lt;br /&gt;
&lt;br /&gt;
For the effective process of analysis and prioritization, the product owner collects several requests all at once and during meetings with the analyst explains the tasks for further specification. A value of 10 was chosen from the personal experience and intuitive estimation. The statistically derived value was considered to be irrelevant for the purpose of this model.&lt;br /&gt;
&lt;br /&gt;
===Delay and forks in To develop / Code review / Testing/ Release===&lt;br /&gt;
&lt;br /&gt;
In this case, the name of the Delay function &amp;quot;To develop&amp;quot; is not the same as in the real Kanban board and serves as an actual process of development, while the number of the tasks in this activity symbolizes both backlog and task that are being developed at the same time. Exp (2) day was chosen because of the team policy to decompose the requirements into requests with the value of 2 to 3 MD. &lt;br /&gt;
All of the following values are coming from the empirical data and interviews with the tech lead and tester who estimated the current effectiveness of the team as follows:&lt;br /&gt;
#Half of the tasks due to the blank in the knowledge of the business logic and code clearance best practices have to be revised&lt;br /&gt;
#A rough estimation of 10 % probability of mistakes at the Testing stage was done&lt;br /&gt;
#Preparation of the release was estimated for 0.5MD (the estimation is reliable because the techlead considered this task as his routine activity)&lt;br /&gt;
&lt;br /&gt;
=Results and conclusion=&lt;br /&gt;
&lt;br /&gt;
In order to answer the question stated in the first part I ran 100 replication of three scenarios of the simulation:&lt;br /&gt;
&lt;br /&gt;
'''Default Scenario:''' Default settings&lt;br /&gt;
'''1. Scenario:''' 3 more developers are added to the resources&lt;br /&gt;
'''2. Scenario:'''  the team has gone through the sessions on code clearance, business logic and the check lists for the code review were created by the Techlead. In the model this situation means that the KPI for the probability that Code review was successful is set to 0.* instead of 0.5&lt;br /&gt;
'''3. Scenario:''' One of the developers is moved to the Techlead position&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Default scenario==&lt;br /&gt;
&lt;br /&gt;
[[File:Resourcespng.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
From the Default scenario we can see that the analyst and tester are definitely not the bottlenecks of the process because their capacities are unused most of the time (apx. 50 % and 85 % respectively).&lt;/div&gt;</summary>
		<author><name>Antonsverlov</name></author>
		
	</entry>
	<entry>
		<id>http://www.simulace.info/index.php?title=IT_Team_simulation&amp;diff=20813</id>
		<title>IT Team simulation</title>
		<link rel="alternate" type="text/html" href="http://www.simulace.info/index.php?title=IT_Team_simulation&amp;diff=20813"/>
		<updated>2021-01-20T16:58:32Z</updated>

		<summary type="html">&lt;p&gt;Antonsverlov: /* Results and conclusion */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Problem definition=&lt;br /&gt;
At the time I am working in an IT team of a start-up insuretech company that offers life insurance online and provides its clients with the application which makes a score of client’s physical activities - the more the client does sport the bigger cashback from the price of the insurance contract he can get. &lt;br /&gt;
As that company is software-based, the IT team plays a big role, but unfortunately it did not have a proper process of solving business requirements. The following sections will describe the new process of a team (implemented recently) and the simulation is supposed '''to help to identify the bottlenecks of the process''', meanwhile, the results from the simulation are supposed to help to '''come with the solution about the right distribution of the resources''' in order '''to boost the effectiveness of the team'''.&lt;br /&gt;
&lt;br /&gt;
==Questions==&lt;br /&gt;
There are several possible solutions the management of the company is discussing:&lt;br /&gt;
#Hire 3 more full-stack developers&lt;br /&gt;
#To &amp;quot;grow&amp;quot; one od the current developers into the Techlead main assistant&lt;br /&gt;
#To provide the team members with learning sessions (but not sure which ones)&lt;br /&gt;
#Add one more analyst to analyze the task faster&lt;br /&gt;
&lt;br /&gt;
The following model is supposed to help the author of this work to choose the right move.&lt;br /&gt;
&lt;br /&gt;
=Method=&lt;br /&gt;
&lt;br /&gt;
Simprocess is a relevant tool for such kind of problem mainly because the aforementioned situation can be described as discrete. There is a clear entity (business requirement or bug) which goes through a series of operations (development process), it includes different type of events (delays, “fight” for the resources etc.) which creates queues. Simprocess and the process modeling also allows the author of this model to include decision points and define time delays by a probability distribution. The question stated in the problem section could be answered using different scenarios.&lt;br /&gt;
&lt;br /&gt;
=Model=&lt;br /&gt;
&lt;br /&gt;
In order to create a Simprocess model, the author of this works has to describe the process of the given Development team, resources available, historical information available, and limitations of the model that the author included. &lt;br /&gt;
&lt;br /&gt;
==Requirements gathering process==&lt;br /&gt;
&lt;br /&gt;
[[File:Picture_1.jpg|frame]]&lt;br /&gt;
&lt;br /&gt;
The main operation, in this case, is the procedure for registering requests. In this case, a requirement is understood as any formally described condition that the created solution must satisfy.&lt;br /&gt;
&lt;br /&gt;
In particular, the requirements are:&lt;br /&gt;
&lt;br /&gt;
*	New functionalities or change requests &lt;br /&gt;
*	Errors identified during internal or external testing on already running solution&lt;br /&gt;
&lt;br /&gt;
Requirements can come from various sources, for example:&lt;br /&gt;
&lt;br /&gt;
*	Company management &lt;br /&gt;
*	Customers (through the Customer care line)&lt;br /&gt;
*	Tester as part of a project team&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
All the requirements are placed into Backlog in the Jira software tool and are monitored.&lt;br /&gt;
&lt;br /&gt;
==Resources in the simulation==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Product owner	===&lt;br /&gt;
* Formation of plans&lt;br /&gt;
* Monitoring the implementation of plans&lt;br /&gt;
* Organizational work (including the sources of the requirements)&lt;br /&gt;
* Conceptual architecture of the solution&lt;br /&gt;
* Part of the analytical work&lt;br /&gt;
&lt;br /&gt;
The product owner is the first contact to deal with business requirements. He is in close contact with the analyst when it is decided that a task is ready for backlog (business case or cost-benefit analysis of new functionality is done; in case of defect management – bugs are either accepted or specified for the Debugging processes).&lt;br /&gt;
&lt;br /&gt;
===1x Analyst===	&lt;br /&gt;
* Development of technical specification for functionality&lt;br /&gt;
* Development of test plans&lt;br /&gt;
* Conceptual testing of functionality&lt;br /&gt;
* Development of user documentation&lt;br /&gt;
The analyst is available '''only 2 days a week''' &lt;br /&gt;
&lt;br /&gt;
===1x Techlead===	&lt;br /&gt;
* Conceptual consultancy&lt;br /&gt;
* Code review control&lt;br /&gt;
* Production release&lt;br /&gt;
Techlead is able to solve Code reviews and Releases '''only 2 days a week''', rest of the time is allocated to management activities and cooperation on the other projects.  &lt;br /&gt;
&lt;br /&gt;
===9x Developers===&lt;br /&gt;
* Development of functionality&lt;br /&gt;
* Correction of errors in the code&lt;br /&gt;
* Conducting initial testing of the code&lt;br /&gt;
* Participates in complex code testing&lt;br /&gt;
&lt;br /&gt;
All developers are full-time employees with the same level of seniority&lt;br /&gt;
&lt;br /&gt;
===1x Tester===	&lt;br /&gt;
* Functionality testing in all of the environments&lt;br /&gt;
* Writing UAT tests&lt;br /&gt;
&lt;br /&gt;
==Development process for the model==&lt;br /&gt;
&lt;br /&gt;
For the development process, the team has chosen the Kanban approach under the condition that the FIFO principle will be used (the first task in – the first task out). The following process describes all the phases from the moment the task was passed to the team to its release. &lt;br /&gt;
&lt;br /&gt;
[[File:Picture_3.jpg|frame]] &lt;br /&gt;
&lt;br /&gt;
The team’s Kanban board includes 8 phases each task goes through:&lt;br /&gt;
&lt;br /&gt;
#To develop &lt;br /&gt;
#:After identifying the requirements to be developed within the framework of this version, a detailed development plan for this version is drawn up and added to Kanban Board. Then, according to the plan, the Developer, together with the Techlead (in terms of conceptual architectural solutions), based on the technical specification, prepares the work draft.&lt;br /&gt;
#In progress&lt;br /&gt;
#:After agreeing on the working draft, the Developer proceeds to its implementation. For sufficiently large requirements, the functionality) is implemented in several parts. &lt;br /&gt;
#Code review&lt;br /&gt;
#:After the development of one part, the code quality is checked by the Techlead. If deficiencies are revealed, the Developer eliminates them.&lt;br /&gt;
#Acceptance &lt;br /&gt;
#:If needed, the functionality demonstrated to the Business owner on the development environment already (rare cases). &lt;br /&gt;
#Testing&lt;br /&gt;
#:After the implementation of all parts of one requirement, the Developer demonstrates the developed functionality to the Tester who is testing for compliance with user needs. If inconsistencies with the needs of users are revealed, the changes are implemented and the functionality is immediately finalized (in case of minor comments that do not require changing of the business logic and the architectural model).In case of successful concept testing, the Developer proceeds to the implementation of the next requirement in accordance with the version work plan.&lt;br /&gt;
#Stage release&lt;br /&gt;
#:The functionalities that are tested on DEV are prepared for the stage release and waiting for the Techlead to prepare the release. &lt;br /&gt;
#UAT&lt;br /&gt;
#:The tester repeats the testing on Stage environment&lt;br /&gt;
#Done&lt;br /&gt;
#:All the tasks which are ready for the PROD release are moved to the column Done and are waiting for the Techlead. After all the improvements planned in the version have been implemented, the Techlead builds the version and generates Release notes, in which:&lt;br /&gt;
* Version parameters are described (number, release date etc.)&lt;br /&gt;
* Requirements implemented in the version are listed (new functionality, fixed errors)&lt;br /&gt;
* Contains version deployment information (steps)&lt;br /&gt;
&lt;br /&gt;
Also, after agreeing on the new functionality, the Analyst updates the user documentation for the solution.&lt;br /&gt;
&lt;br /&gt;
==Model presumtions and limitations==&lt;br /&gt;
 &lt;br /&gt;
[[File:Process_IT_Team.jpg |frame]]&lt;br /&gt;
[[File:Process_detail.jpg |frame]]&lt;br /&gt;
&lt;br /&gt;
After the thorough analysis of the team the author of this work decided to create a model with the following presumptions and limitations: &lt;br /&gt;
&lt;br /&gt;
#The model presumes that the reaction of the product owner is that agile that no irrelevant tasks appear at the Kanban board and the cycle of the team is fast enough, that this task is never moved to the old backlog during the development process&lt;br /&gt;
#The model presumes that the analysis is done with the FIFO principle&lt;br /&gt;
#The model presumes that the seniority of all of the developers (resources) is exactly the same (while in reality even if all the developer are similarly senior it does not mean that they are able of exactly the same performance on all type of tasks, or have the same performance every day)&lt;br /&gt;
#This model excludes the impact of unpredictable factors (like new legal requirements, that can get higher priority and be handed over directly to the dev team and implemented as a hotfix)&lt;br /&gt;
#This model excludes the phase of Acceptance because of this phase is often jumped over and even though it in reality this fact often leads to the big list of bugs reported later, this is not the objective of this exact model.&lt;br /&gt;
#This model does not separate the process Testing and UAT testing, because UAT is considered to be insignificant for the purpose of this model &lt;br /&gt;
#Bug are supposed to be less priority and always to be served after Change requests (in reality some of the bugs are that huge, that they are served earlier&lt;br /&gt;
#There were not sufficient statistics about the code review quality, but it was estimated like that by the Techlead of the team. There were not enough statistics about the testing failure, estimation by the tester was used for the purpose of this simulation&lt;br /&gt;
&lt;br /&gt;
==Values in the model==&lt;br /&gt;
&lt;br /&gt;
===Generators &amp;quot;Change request&amp;quot; an &amp;quot;Bugs&amp;quot;===&lt;br /&gt;
For both of the generators, the author used the presumption of Poisson distribution 5 requests/day and 2 bugs/day that was transformed into Exponential distribution Exp(1.6) an Exp(4.0) respectively (with the time unit Hour). This estimation was done based on the data from 5.10.2020 - 2.1.2020 (90 calendar days) exported from Jira. The data had to be cleaned due to incoming requests on non-business days, statistical outliers ( days when somebody created a number of irrelevant to this model sub-issues or migrated a number of issues from the old backlog). From the cleaned data we can derive that the average and the variance of the final set of data are close enough, which were used as a hit to suppose that the distribution of this value could be considered to be Poisson distribution.   &lt;br /&gt;
&lt;br /&gt;
===Batch &amp;quot;Product owner&amp;quot;===&lt;br /&gt;
&lt;br /&gt;
For the effective process of analysis and prioritization, the product owner collects several requests all at once and during meetings with the analyst explains the tasks for further specification. A value of 10 was chosen from the personal experience and intuitive estimation. The statistically derived value was considered to be irrelevant for the purpose of this model.&lt;br /&gt;
&lt;br /&gt;
===Delay and forks in To develop / Code review / Testing/ Release===&lt;br /&gt;
&lt;br /&gt;
In this case, the name of the Delay function &amp;quot;To develop&amp;quot; is not the same as in the real Kanban board and serves as an actual process of development, while the number of the tasks in this activity symbolizes both backlog and task that are being developed at the same time. Exp (2) day was chosen because of the team policy to decompose the requirements into requests with the value of 2 to 3 MD. &lt;br /&gt;
All of the following values are coming from the empirical data and interviews with the tech lead and tester who estimated the current effectiveness of the team as follows:&lt;br /&gt;
#Half of the tasks due to the blank in the knowledge of the business logic and code clearance best practices have to be revised&lt;br /&gt;
#A rough estimation of 10 % probability of mistakes at the Testing stage was done&lt;br /&gt;
#Preparation of the release was estimated for 0.5MD (the estimation is reliable because the techlead considered this task as his routine activity)&lt;br /&gt;
&lt;br /&gt;
=Results and conclusion=&lt;br /&gt;
&lt;br /&gt;
In order to answer the question stated in the first part I ran 100 replication of three scenarios of the simulation:&lt;br /&gt;
&lt;br /&gt;
'''Default Scenario:''' Default settings&lt;br /&gt;
'''1. Scenario:''' 3 more developers are added to the resources&lt;br /&gt;
'''2. Scenario:'''  the team has gone through the sessions on code clearance, business logic and the check lists for the code review were created by the Techlead. In the model this situation means that the KPI for the probability that Code review was successful is set to 0.* instead of 0.5&lt;br /&gt;
'''3. Scenario:''' One of the developers is moved to the Techlead position&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Default scenario==&lt;br /&gt;
&lt;br /&gt;
[[File:Resourcespng.png|frame]]&lt;br /&gt;
&lt;br /&gt;
From the Defaul scenario we can see that the analyst and tester are definitely not the bottlenecks of the process because their capacities are unused most of the time (apx. 50 % and 85 % respectively).&lt;/div&gt;</summary>
		<author><name>Antonsverlov</name></author>
		
	</entry>
	<entry>
		<id>http://www.simulace.info/index.php?title=File:Resourcespng.png&amp;diff=20810</id>
		<title>File:Resourcespng.png</title>
		<link rel="alternate" type="text/html" href="http://www.simulace.info/index.php?title=File:Resourcespng.png&amp;diff=20810"/>
		<updated>2021-01-20T16:53:41Z</updated>

		<summary type="html">&lt;p&gt;Antonsverlov: Antonsverlov uploaded a new version of File:Resourcespng.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Antonsverlov</name></author>
		
	</entry>
	<entry>
		<id>http://www.simulace.info/index.php?title=File:Resourcespng.png&amp;diff=20801</id>
		<title>File:Resourcespng.png</title>
		<link rel="alternate" type="text/html" href="http://www.simulace.info/index.php?title=File:Resourcespng.png&amp;diff=20801"/>
		<updated>2021-01-20T16:51:02Z</updated>

		<summary type="html">&lt;p&gt;Antonsverlov: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Antonsverlov</name></author>
		
	</entry>
	<entry>
		<id>http://www.simulace.info/index.php?title=IT_Team_simulation&amp;diff=20798</id>
		<title>IT Team simulation</title>
		<link rel="alternate" type="text/html" href="http://www.simulace.info/index.php?title=IT_Team_simulation&amp;diff=20798"/>
		<updated>2021-01-20T16:38:10Z</updated>

		<summary type="html">&lt;p&gt;Antonsverlov: /* Questions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Problem definition=&lt;br /&gt;
At the time I am working in an IT team of a start-up insuretech company that offers life insurance online and provides its clients with the application which makes a score of client’s physical activities - the more the client does sport the bigger cashback from the price of the insurance contract he can get. &lt;br /&gt;
As that company is software-based, the IT team plays a big role, but unfortunately it did not have a proper process of solving business requirements. The following sections will describe the new process of a team (implemented recently) and the simulation is supposed '''to help to identify the bottlenecks of the process''', meanwhile, the results from the simulation are supposed to help to '''come with the solution about the right distribution of the resources''' in order '''to boost the effectiveness of the team'''.&lt;br /&gt;
&lt;br /&gt;
==Questions==&lt;br /&gt;
There are several possible solutions the management of the company is discussing:&lt;br /&gt;
#Hire 3 more full-stack developers&lt;br /&gt;
#To &amp;quot;grow&amp;quot; one od the current developers into the Techlead main assistant&lt;br /&gt;
#To provide the team members with learning sessions (but not sure which ones)&lt;br /&gt;
#Add one more analyst to analyze the task faster&lt;br /&gt;
&lt;br /&gt;
The following model is supposed to help the author of this work to choose the right move.&lt;br /&gt;
&lt;br /&gt;
=Method=&lt;br /&gt;
&lt;br /&gt;
Simprocess is a relevant tool for such kind of problem mainly because the aforementioned situation can be described as discrete. There is a clear entity (business requirement or bug) which goes through a series of operations (development process), it includes different type of events (delays, “fight” for the resources etc.) which creates queues. Simprocess and the process modeling also allows the author of this model to include decision points and define time delays by a probability distribution. The question stated in the problem section could be answered using different scenarios.&lt;br /&gt;
&lt;br /&gt;
=Model=&lt;br /&gt;
&lt;br /&gt;
In order to create a Simprocess model, the author of this works has to describe the process of the given Development team, resources available, historical information available, and limitations of the model that the author included. &lt;br /&gt;
&lt;br /&gt;
==Requirements gathering process==&lt;br /&gt;
&lt;br /&gt;
[[File:Picture_1.jpg|frame]]&lt;br /&gt;
&lt;br /&gt;
The main operation, in this case, is the procedure for registering requests. In this case, a requirement is understood as any formally described condition that the created solution must satisfy.&lt;br /&gt;
&lt;br /&gt;
In particular, the requirements are:&lt;br /&gt;
&lt;br /&gt;
*	New functionalities or change requests &lt;br /&gt;
*	Errors identified during internal or external testing on already running solution&lt;br /&gt;
&lt;br /&gt;
Requirements can come from various sources, for example:&lt;br /&gt;
&lt;br /&gt;
*	Company management &lt;br /&gt;
*	Customers (through the Customer care line)&lt;br /&gt;
*	Tester as part of a project team&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
All the requirements are placed into Backlog in the Jira software tool and are monitored.&lt;br /&gt;
&lt;br /&gt;
==Resources in the simulation==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Product owner	===&lt;br /&gt;
* Formation of plans&lt;br /&gt;
* Monitoring the implementation of plans&lt;br /&gt;
* Organizational work (including the sources of the requirements)&lt;br /&gt;
* Conceptual architecture of the solution&lt;br /&gt;
* Part of the analytical work&lt;br /&gt;
&lt;br /&gt;
The product owner is the first contact to deal with business requirements. He is in close contact with the analyst when it is decided that a task is ready for backlog (business case or cost-benefit analysis of new functionality is done; in case of defect management – bugs are either accepted or specified for the Debugging processes).&lt;br /&gt;
&lt;br /&gt;
===1x Analyst===	&lt;br /&gt;
* Development of technical specification for functionality&lt;br /&gt;
* Development of test plans&lt;br /&gt;
* Conceptual testing of functionality&lt;br /&gt;
* Development of user documentation&lt;br /&gt;
The analyst is available '''only 2 days a week''' &lt;br /&gt;
&lt;br /&gt;
===1x Techlead===	&lt;br /&gt;
* Conceptual consultancy&lt;br /&gt;
* Code review control&lt;br /&gt;
* Production release&lt;br /&gt;
Techlead is able to solve Code reviews and Releases '''only 2 days a week''', rest of the time is allocated to management activities and cooperation on the other projects.  &lt;br /&gt;
&lt;br /&gt;
===9x Developers===&lt;br /&gt;
* Development of functionality&lt;br /&gt;
* Correction of errors in the code&lt;br /&gt;
* Conducting initial testing of the code&lt;br /&gt;
* Participates in complex code testing&lt;br /&gt;
&lt;br /&gt;
All developers are full-time employees with the same level of seniority&lt;br /&gt;
&lt;br /&gt;
===1x Tester===	&lt;br /&gt;
* Functionality testing in all of the environments&lt;br /&gt;
* Writing UAT tests&lt;br /&gt;
&lt;br /&gt;
==Development process for the model==&lt;br /&gt;
&lt;br /&gt;
For the development process, the team has chosen the Kanban approach under the condition that the FIFO principle will be used (the first task in – the first task out). The following process describes all the phases from the moment the task was passed to the team to its release. &lt;br /&gt;
&lt;br /&gt;
[[File:Picture_3.jpg|frame]] &lt;br /&gt;
&lt;br /&gt;
The team’s Kanban board includes 8 phases each task goes through:&lt;br /&gt;
&lt;br /&gt;
#To develop &lt;br /&gt;
#:After identifying the requirements to be developed within the framework of this version, a detailed development plan for this version is drawn up and added to Kanban Board. Then, according to the plan, the Developer, together with the Techlead (in terms of conceptual architectural solutions), based on the technical specification, prepares the work draft.&lt;br /&gt;
#In progress&lt;br /&gt;
#:After agreeing on the working draft, the Developer proceeds to its implementation. For sufficiently large requirements, the functionality) is implemented in several parts. &lt;br /&gt;
#Code review&lt;br /&gt;
#:After the development of one part, the code quality is checked by the Techlead. If deficiencies are revealed, the Developer eliminates them.&lt;br /&gt;
#Acceptance &lt;br /&gt;
#:If needed, the functionality demonstrated to the Business owner on the development environment already (rare cases). &lt;br /&gt;
#Testing&lt;br /&gt;
#:After the implementation of all parts of one requirement, the Developer demonstrates the developed functionality to the Tester who is testing for compliance with user needs. If inconsistencies with the needs of users are revealed, the changes are implemented and the functionality is immediately finalized (in case of minor comments that do not require changing of the business logic and the architectural model).In case of successful concept testing, the Developer proceeds to the implementation of the next requirement in accordance with the version work plan.&lt;br /&gt;
#Stage release&lt;br /&gt;
#:The functionalities that are tested on DEV are prepared for the stage release and waiting for the Techlead to prepare the release. &lt;br /&gt;
#UAT&lt;br /&gt;
#:The tester repeats the testing on Stage environment&lt;br /&gt;
#Done&lt;br /&gt;
#:All the tasks which are ready for the PROD release are moved to the column Done and are waiting for the Techlead. After all the improvements planned in the version have been implemented, the Techlead builds the version and generates Release notes, in which:&lt;br /&gt;
* Version parameters are described (number, release date etc.)&lt;br /&gt;
* Requirements implemented in the version are listed (new functionality, fixed errors)&lt;br /&gt;
* Contains version deployment information (steps)&lt;br /&gt;
&lt;br /&gt;
Also, after agreeing on the new functionality, the Analyst updates the user documentation for the solution.&lt;br /&gt;
&lt;br /&gt;
==Model presumtions and limitations==&lt;br /&gt;
 &lt;br /&gt;
[[File:Process_IT_Team.jpg |frame]]&lt;br /&gt;
[[File:Process_detail.jpg |frame]]&lt;br /&gt;
&lt;br /&gt;
After the thorough analysis of the team the author of this work decided to create a model with the following presumptions and limitations: &lt;br /&gt;
&lt;br /&gt;
#The model presumes that the reaction of the product owner is that agile that no irrelevant tasks appear at the Kanban board and the cycle of the team is fast enough, that this task is never moved to the old backlog during the development process&lt;br /&gt;
#The model presumes that the analysis is done with the FIFO principle&lt;br /&gt;
#The model presumes that the seniority of all of the developers (resources) is exactly the same (while in reality even if all the developer are similarly senior it does not mean that they are able of exactly the same performance on all type of tasks, or have the same performance every day)&lt;br /&gt;
#This model excludes the impact of unpredictable factors (like new legal requirements, that can get higher priority and be handed over directly to the dev team and implemented as a hotfix)&lt;br /&gt;
#This model excludes the phase of Acceptance because of this phase is often jumped over and even though it in reality this fact often leads to the big list of bugs reported later, this is not the objective of this exact model.&lt;br /&gt;
#This model does not separate the process Testing and UAT testing, because UAT is considered to be insignificant for the purpose of this model &lt;br /&gt;
#Bug are supposed to be less priority and always to be served after Change requests (in reality some of the bugs are that huge, that they are served earlier&lt;br /&gt;
#There were not sufficient statistics about the code review quality, but it was estimated like that by the Techlead of the team. There were not enough statistics about the testing failure, estimation by the tester was used for the purpose of this simulation&lt;br /&gt;
&lt;br /&gt;
==Values in the model==&lt;br /&gt;
&lt;br /&gt;
===Generators &amp;quot;Change request&amp;quot; an &amp;quot;Bugs&amp;quot;===&lt;br /&gt;
For both of the generators, the author used the presumption of Poisson distribution 5 requests/day and 2 bugs/day that was transformed into Exponential distribution Exp(1.6) an Exp(4.0) respectively (with the time unit Hour). This estimation was done based on the data from 5.10.2020 - 2.1.2020 (90 calendar days) exported from Jira. The data had to be cleaned due to incoming requests on non-business days, statistical outliers ( days when somebody created a number of irrelevant to this model sub-issues or migrated a number of issues from the old backlog). From the cleaned data we can derive that the average and the variance of the final set of data are close enough, which were used as a hit to suppose that the distribution of this value could be considered to be Poisson distribution.   &lt;br /&gt;
&lt;br /&gt;
===Batch &amp;quot;Product owner&amp;quot;===&lt;br /&gt;
&lt;br /&gt;
For the effective process of analysis and prioritization, the product owner collects several requests all at once and during meetings with the analyst explains the tasks for further specification. A value of 10 was chosen from the personal experience and intuitive estimation. The statistically derived value was considered to be irrelevant for the purpose of this model.&lt;br /&gt;
&lt;br /&gt;
===Delay and forks in To develop / Code review / Testing/ Release===&lt;br /&gt;
&lt;br /&gt;
In this case, the name of the Delay function &amp;quot;To develop&amp;quot; is not the same as in the real Kanban board and serves as an actual process of development, while the number of the tasks in this activity symbolizes both backlog and task that are being developed at the same time. Exp (2) day was chosen because of the team policy to decompose the requirements into requests with the value of 2 to 3 MD. &lt;br /&gt;
All of the following values are coming from the empirical data and interviews with the tech lead and tester who estimated the current effectiveness of the team as follows:&lt;br /&gt;
#Half of the tasks due to the blank in the knowledge of the business logic and code clearance best practices have to be revised&lt;br /&gt;
#A rough estimation of 10 % probability of mistakes at the Testing stage was done&lt;br /&gt;
#Preparation of the release was estimated for 0.5MD (the estimation is reliable because the techlead considered this task as his routine activity)&lt;br /&gt;
&lt;br /&gt;
=Results and conclusion=&lt;/div&gt;</summary>
		<author><name>Antonsverlov</name></author>
		
	</entry>
	<entry>
		<id>http://www.simulace.info/index.php?title=IT_Team_simulation&amp;diff=20797</id>
		<title>IT Team simulation</title>
		<link rel="alternate" type="text/html" href="http://www.simulace.info/index.php?title=IT_Team_simulation&amp;diff=20797"/>
		<updated>2021-01-20T16:37:43Z</updated>

		<summary type="html">&lt;p&gt;Antonsverlov: /* To develop / Code review / Testing */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Problem definition=&lt;br /&gt;
At the time I am working in an IT team of a start-up insuretech company that offers life insurance online and provides its clients with the application which makes a score of client’s physical activities - the more the client does sport the bigger cashback from the price of the insurance contract he can get. &lt;br /&gt;
As that company is software-based, the IT team plays a big role, but unfortunately it did not have a proper process of solving business requirements. The following sections will describe the new process of a team (implemented recently) and the simulation is supposed '''to help to identify the bottlenecks of the process''', meanwhile, the results from the simulation are supposed to help to '''come with the solution about the right distribution of the resources''' in order '''to boost the effectiveness of the team'''.&lt;br /&gt;
&lt;br /&gt;
==Questions==&lt;br /&gt;
There are three possible solutions the management of the company is discussing:&lt;br /&gt;
#Hire 3 more full-stack developers&lt;br /&gt;
#To &amp;quot;grow&amp;quot; one od the current developers into the Techlead main assistant&lt;br /&gt;
#To provide the team members with learning sessions (but not sure which ones)&lt;br /&gt;
#Add one more analyst to analyze the task faster&lt;br /&gt;
&lt;br /&gt;
The following model is supposed to help the author of this work to choose the right move.  &lt;br /&gt;
&lt;br /&gt;
=Method=&lt;br /&gt;
&lt;br /&gt;
Simprocess is a relevant tool for such kind of problem mainly because the aforementioned situation can be described as discrete. There is a clear entity (business requirement or bug) which goes through a series of operations (development process), it includes different type of events (delays, “fight” for the resources etc.) which creates queues. Simprocess and the process modeling also allows the author of this model to include decision points and define time delays by a probability distribution. The question stated in the problem section could be answered using different scenarios.&lt;br /&gt;
&lt;br /&gt;
=Model=&lt;br /&gt;
&lt;br /&gt;
In order to create a Simprocess model, the author of this works has to describe the process of the given Development team, resources available, historical information available, and limitations of the model that the author included. &lt;br /&gt;
&lt;br /&gt;
==Requirements gathering process==&lt;br /&gt;
&lt;br /&gt;
[[File:Picture_1.jpg|frame]]&lt;br /&gt;
&lt;br /&gt;
The main operation, in this case, is the procedure for registering requests. In this case, a requirement is understood as any formally described condition that the created solution must satisfy.&lt;br /&gt;
&lt;br /&gt;
In particular, the requirements are:&lt;br /&gt;
&lt;br /&gt;
*	New functionalities or change requests &lt;br /&gt;
*	Errors identified during internal or external testing on already running solution&lt;br /&gt;
&lt;br /&gt;
Requirements can come from various sources, for example:&lt;br /&gt;
&lt;br /&gt;
*	Company management &lt;br /&gt;
*	Customers (through the Customer care line)&lt;br /&gt;
*	Tester as part of a project team&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
All the requirements are placed into Backlog in the Jira software tool and are monitored.&lt;br /&gt;
&lt;br /&gt;
==Resources in the simulation==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Product owner	===&lt;br /&gt;
* Formation of plans&lt;br /&gt;
* Monitoring the implementation of plans&lt;br /&gt;
* Organizational work (including the sources of the requirements)&lt;br /&gt;
* Conceptual architecture of the solution&lt;br /&gt;
* Part of the analytical work&lt;br /&gt;
&lt;br /&gt;
The product owner is the first contact to deal with business requirements. He is in close contact with the analyst when it is decided that a task is ready for backlog (business case or cost-benefit analysis of new functionality is done; in case of defect management – bugs are either accepted or specified for the Debugging processes).&lt;br /&gt;
&lt;br /&gt;
===1x Analyst===	&lt;br /&gt;
* Development of technical specification for functionality&lt;br /&gt;
* Development of test plans&lt;br /&gt;
* Conceptual testing of functionality&lt;br /&gt;
* Development of user documentation&lt;br /&gt;
The analyst is available '''only 2 days a week''' &lt;br /&gt;
&lt;br /&gt;
===1x Techlead===	&lt;br /&gt;
* Conceptual consultancy&lt;br /&gt;
* Code review control&lt;br /&gt;
* Production release&lt;br /&gt;
Techlead is able to solve Code reviews and Releases '''only 2 days a week''', rest of the time is allocated to management activities and cooperation on the other projects.  &lt;br /&gt;
&lt;br /&gt;
===9x Developers===&lt;br /&gt;
* Development of functionality&lt;br /&gt;
* Correction of errors in the code&lt;br /&gt;
* Conducting initial testing of the code&lt;br /&gt;
* Participates in complex code testing&lt;br /&gt;
&lt;br /&gt;
All developers are full-time employees with the same level of seniority&lt;br /&gt;
&lt;br /&gt;
===1x Tester===	&lt;br /&gt;
* Functionality testing in all of the environments&lt;br /&gt;
* Writing UAT tests&lt;br /&gt;
&lt;br /&gt;
==Development process for the model==&lt;br /&gt;
&lt;br /&gt;
For the development process, the team has chosen the Kanban approach under the condition that the FIFO principle will be used (the first task in – the first task out). The following process describes all the phases from the moment the task was passed to the team to its release. &lt;br /&gt;
&lt;br /&gt;
[[File:Picture_3.jpg|frame]] &lt;br /&gt;
&lt;br /&gt;
The team’s Kanban board includes 8 phases each task goes through:&lt;br /&gt;
&lt;br /&gt;
#To develop &lt;br /&gt;
#:After identifying the requirements to be developed within the framework of this version, a detailed development plan for this version is drawn up and added to Kanban Board. Then, according to the plan, the Developer, together with the Techlead (in terms of conceptual architectural solutions), based on the technical specification, prepares the work draft.&lt;br /&gt;
#In progress&lt;br /&gt;
#:After agreeing on the working draft, the Developer proceeds to its implementation. For sufficiently large requirements, the functionality) is implemented in several parts. &lt;br /&gt;
#Code review&lt;br /&gt;
#:After the development of one part, the code quality is checked by the Techlead. If deficiencies are revealed, the Developer eliminates them.&lt;br /&gt;
#Acceptance &lt;br /&gt;
#:If needed, the functionality demonstrated to the Business owner on the development environment already (rare cases). &lt;br /&gt;
#Testing&lt;br /&gt;
#:After the implementation of all parts of one requirement, the Developer demonstrates the developed functionality to the Tester who is testing for compliance with user needs. If inconsistencies with the needs of users are revealed, the changes are implemented and the functionality is immediately finalized (in case of minor comments that do not require changing of the business logic and the architectural model).In case of successful concept testing, the Developer proceeds to the implementation of the next requirement in accordance with the version work plan.&lt;br /&gt;
#Stage release&lt;br /&gt;
#:The functionalities that are tested on DEV are prepared for the stage release and waiting for the Techlead to prepare the release. &lt;br /&gt;
#UAT&lt;br /&gt;
#:The tester repeats the testing on Stage environment&lt;br /&gt;
#Done&lt;br /&gt;
#:All the tasks which are ready for the PROD release are moved to the column Done and are waiting for the Techlead. After all the improvements planned in the version have been implemented, the Techlead builds the version and generates Release notes, in which:&lt;br /&gt;
* Version parameters are described (number, release date etc.)&lt;br /&gt;
* Requirements implemented in the version are listed (new functionality, fixed errors)&lt;br /&gt;
* Contains version deployment information (steps)&lt;br /&gt;
&lt;br /&gt;
Also, after agreeing on the new functionality, the Analyst updates the user documentation for the solution.&lt;br /&gt;
&lt;br /&gt;
==Model presumtions and limitations==&lt;br /&gt;
 &lt;br /&gt;
[[File:Process_IT_Team.jpg |frame]]&lt;br /&gt;
[[File:Process_detail.jpg |frame]]&lt;br /&gt;
&lt;br /&gt;
After the thorough analysis of the team the author of this work decided to create a model with the following presumptions and limitations: &lt;br /&gt;
&lt;br /&gt;
#The model presumes that the reaction of the product owner is that agile that no irrelevant tasks appear at the Kanban board and the cycle of the team is fast enough, that this task is never moved to the old backlog during the development process&lt;br /&gt;
#The model presumes that the analysis is done with the FIFO principle&lt;br /&gt;
#The model presumes that the seniority of all of the developers (resources) is exactly the same (while in reality even if all the developer are similarly senior it does not mean that they are able of exactly the same performance on all type of tasks, or have the same performance every day)&lt;br /&gt;
#This model excludes the impact of unpredictable factors (like new legal requirements, that can get higher priority and be handed over directly to the dev team and implemented as a hotfix)&lt;br /&gt;
#This model excludes the phase of Acceptance because of this phase is often jumped over and even though it in reality this fact often leads to the big list of bugs reported later, this is not the objective of this exact model.&lt;br /&gt;
#This model does not separate the process Testing and UAT testing, because UAT is considered to be insignificant for the purpose of this model &lt;br /&gt;
#Bug are supposed to be less priority and always to be served after Change requests (in reality some of the bugs are that huge, that they are served earlier&lt;br /&gt;
#There were not sufficient statistics about the code review quality, but it was estimated like that by the Techlead of the team. There were not enough statistics about the testing failure, estimation by the tester was used for the purpose of this simulation&lt;br /&gt;
&lt;br /&gt;
==Values in the model==&lt;br /&gt;
&lt;br /&gt;
===Generators &amp;quot;Change request&amp;quot; an &amp;quot;Bugs&amp;quot;===&lt;br /&gt;
For both of the generators, the author used the presumption of Poisson distribution 5 requests/day and 2 bugs/day that was transformed into Exponential distribution Exp(1.6) an Exp(4.0) respectively (with the time unit Hour). This estimation was done based on the data from 5.10.2020 - 2.1.2020 (90 calendar days) exported from Jira. The data had to be cleaned due to incoming requests on non-business days, statistical outliers ( days when somebody created a number of irrelevant to this model sub-issues or migrated a number of issues from the old backlog). From the cleaned data we can derive that the average and the variance of the final set of data are close enough, which were used as a hit to suppose that the distribution of this value could be considered to be Poisson distribution.   &lt;br /&gt;
&lt;br /&gt;
===Batch &amp;quot;Product owner&amp;quot;===&lt;br /&gt;
&lt;br /&gt;
For the effective process of analysis and prioritization, the product owner collects several requests all at once and during meetings with the analyst explains the tasks for further specification. A value of 10 was chosen from the personal experience and intuitive estimation. The statistically derived value was considered to be irrelevant for the purpose of this model.&lt;br /&gt;
&lt;br /&gt;
===Delay and forks in To develop / Code review / Testing/ Release===&lt;br /&gt;
&lt;br /&gt;
In this case, the name of the Delay function &amp;quot;To develop&amp;quot; is not the same as in the real Kanban board and serves as an actual process of development, while the number of the tasks in this activity symbolizes both backlog and task that are being developed at the same time. Exp (2) day was chosen because of the team policy to decompose the requirements into requests with the value of 2 to 3 MD. &lt;br /&gt;
All of the following values are coming from the empirical data and interviews with the tech lead and tester who estimated the current effectiveness of the team as follows:&lt;br /&gt;
#Half of the tasks due to the blank in the knowledge of the business logic and code clearance best practices have to be revised&lt;br /&gt;
#A rough estimation of 10 % probability of mistakes at the Testing stage was done&lt;br /&gt;
#Preparation of the release was estimated for 0.5MD (the estimation is reliable because the techlead considered this task as his routine activity)&lt;br /&gt;
&lt;br /&gt;
=Results and conclusion=&lt;/div&gt;</summary>
		<author><name>Antonsverlov</name></author>
		
	</entry>
	<entry>
		<id>http://www.simulace.info/index.php?title=IT_Team_simulation&amp;diff=20796</id>
		<title>IT Team simulation</title>
		<link rel="alternate" type="text/html" href="http://www.simulace.info/index.php?title=IT_Team_simulation&amp;diff=20796"/>
		<updated>2021-01-20T16:34:22Z</updated>

		<summary type="html">&lt;p&gt;Antonsverlov: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Problem definition=&lt;br /&gt;
At the time I am working in an IT team of a start-up insuretech company that offers life insurance online and provides its clients with the application which makes a score of client’s physical activities - the more the client does sport the bigger cashback from the price of the insurance contract he can get. &lt;br /&gt;
As that company is software-based, the IT team plays a big role, but unfortunately it did not have a proper process of solving business requirements. The following sections will describe the new process of a team (implemented recently) and the simulation is supposed '''to help to identify the bottlenecks of the process''', meanwhile, the results from the simulation are supposed to help to '''come with the solution about the right distribution of the resources''' in order '''to boost the effectiveness of the team'''.&lt;br /&gt;
&lt;br /&gt;
==Questions==&lt;br /&gt;
There are three possible solutions the management of the company is discussing:&lt;br /&gt;
#Hire 3 more full-stack developers&lt;br /&gt;
#To &amp;quot;grow&amp;quot; one od the current developers into the Techlead main assistant&lt;br /&gt;
#To provide the team members with learning sessions (but not sure which ones)&lt;br /&gt;
#Add one more analyst to analyze the task faster&lt;br /&gt;
&lt;br /&gt;
The following model is supposed to help the author of this work to choose the right move.  &lt;br /&gt;
&lt;br /&gt;
=Method=&lt;br /&gt;
&lt;br /&gt;
Simprocess is a relevant tool for such kind of problem mainly because the aforementioned situation can be described as discrete. There is a clear entity (business requirement or bug) which goes through a series of operations (development process), it includes different type of events (delays, “fight” for the resources etc.) which creates queues. Simprocess and the process modeling also allows the author of this model to include decision points and define time delays by a probability distribution. The question stated in the problem section could be answered using different scenarios.&lt;br /&gt;
&lt;br /&gt;
=Model=&lt;br /&gt;
&lt;br /&gt;
In order to create a Simprocess model, the author of this works has to describe the process of the given Development team, resources available, historical information available, and limitations of the model that the author included. &lt;br /&gt;
&lt;br /&gt;
==Requirements gathering process==&lt;br /&gt;
&lt;br /&gt;
[[File:Picture_1.jpg|frame]]&lt;br /&gt;
&lt;br /&gt;
The main operation, in this case, is the procedure for registering requests. In this case, a requirement is understood as any formally described condition that the created solution must satisfy.&lt;br /&gt;
&lt;br /&gt;
In particular, the requirements are:&lt;br /&gt;
&lt;br /&gt;
*	New functionalities or change requests &lt;br /&gt;
*	Errors identified during internal or external testing on already running solution&lt;br /&gt;
&lt;br /&gt;
Requirements can come from various sources, for example:&lt;br /&gt;
&lt;br /&gt;
*	Company management &lt;br /&gt;
*	Customers (through the Customer care line)&lt;br /&gt;
*	Tester as part of a project team&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
All the requirements are placed into Backlog in the Jira software tool and are monitored.&lt;br /&gt;
&lt;br /&gt;
==Resources in the simulation==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Product owner	===&lt;br /&gt;
* Formation of plans&lt;br /&gt;
* Monitoring the implementation of plans&lt;br /&gt;
* Organizational work (including the sources of the requirements)&lt;br /&gt;
* Conceptual architecture of the solution&lt;br /&gt;
* Part of the analytical work&lt;br /&gt;
&lt;br /&gt;
The product owner is the first contact to deal with business requirements. He is in close contact with the analyst when it is decided that a task is ready for backlog (business case or cost-benefit analysis of new functionality is done; in case of defect management – bugs are either accepted or specified for the Debugging processes).&lt;br /&gt;
&lt;br /&gt;
===1x Analyst===	&lt;br /&gt;
* Development of technical specification for functionality&lt;br /&gt;
* Development of test plans&lt;br /&gt;
* Conceptual testing of functionality&lt;br /&gt;
* Development of user documentation&lt;br /&gt;
The analyst is available '''only 2 days a week''' &lt;br /&gt;
&lt;br /&gt;
===1x Techlead===	&lt;br /&gt;
* Conceptual consultancy&lt;br /&gt;
* Code review control&lt;br /&gt;
* Production release&lt;br /&gt;
Techlead is able to solve Code reviews and Releases '''only 2 days a week''', rest of the time is allocated to management activities and cooperation on the other projects.  &lt;br /&gt;
&lt;br /&gt;
===9x Developers===&lt;br /&gt;
* Development of functionality&lt;br /&gt;
* Correction of errors in the code&lt;br /&gt;
* Conducting initial testing of the code&lt;br /&gt;
* Participates in complex code testing&lt;br /&gt;
&lt;br /&gt;
All developers are full-time employees with the same level of seniority&lt;br /&gt;
&lt;br /&gt;
===1x Tester===	&lt;br /&gt;
* Functionality testing in all of the environments&lt;br /&gt;
* Writing UAT tests&lt;br /&gt;
&lt;br /&gt;
==Development process for the model==&lt;br /&gt;
&lt;br /&gt;
For the development process, the team has chosen the Kanban approach under the condition that the FIFO principle will be used (the first task in – the first task out). The following process describes all the phases from the moment the task was passed to the team to its release. &lt;br /&gt;
&lt;br /&gt;
[[File:Picture_3.jpg|frame]] &lt;br /&gt;
&lt;br /&gt;
The team’s Kanban board includes 8 phases each task goes through:&lt;br /&gt;
&lt;br /&gt;
#To develop &lt;br /&gt;
#:After identifying the requirements to be developed within the framework of this version, a detailed development plan for this version is drawn up and added to Kanban Board. Then, according to the plan, the Developer, together with the Techlead (in terms of conceptual architectural solutions), based on the technical specification, prepares the work draft.&lt;br /&gt;
#In progress&lt;br /&gt;
#:After agreeing on the working draft, the Developer proceeds to its implementation. For sufficiently large requirements, the functionality) is implemented in several parts. &lt;br /&gt;
#Code review&lt;br /&gt;
#:After the development of one part, the code quality is checked by the Techlead. If deficiencies are revealed, the Developer eliminates them.&lt;br /&gt;
#Acceptance &lt;br /&gt;
#:If needed, the functionality demonstrated to the Business owner on the development environment already (rare cases). &lt;br /&gt;
#Testing&lt;br /&gt;
#:After the implementation of all parts of one requirement, the Developer demonstrates the developed functionality to the Tester who is testing for compliance with user needs. If inconsistencies with the needs of users are revealed, the changes are implemented and the functionality is immediately finalized (in case of minor comments that do not require changing of the business logic and the architectural model).In case of successful concept testing, the Developer proceeds to the implementation of the next requirement in accordance with the version work plan.&lt;br /&gt;
#Stage release&lt;br /&gt;
#:The functionalities that are tested on DEV are prepared for the stage release and waiting for the Techlead to prepare the release. &lt;br /&gt;
#UAT&lt;br /&gt;
#:The tester repeats the testing on Stage environment&lt;br /&gt;
#Done&lt;br /&gt;
#:All the tasks which are ready for the PROD release are moved to the column Done and are waiting for the Techlead. After all the improvements planned in the version have been implemented, the Techlead builds the version and generates Release notes, in which:&lt;br /&gt;
* Version parameters are described (number, release date etc.)&lt;br /&gt;
* Requirements implemented in the version are listed (new functionality, fixed errors)&lt;br /&gt;
* Contains version deployment information (steps)&lt;br /&gt;
&lt;br /&gt;
Also, after agreeing on the new functionality, the Analyst updates the user documentation for the solution.&lt;br /&gt;
&lt;br /&gt;
==Model presumtions and limitations==&lt;br /&gt;
 &lt;br /&gt;
[[File:Process_IT_Team.jpg |frame]]&lt;br /&gt;
[[File:Process_detail.jpg |frame]]&lt;br /&gt;
&lt;br /&gt;
After the thorough analysis of the team the author of this work decided to create a model with the following presumptions and limitations: &lt;br /&gt;
&lt;br /&gt;
#The model presumes that the reaction of the product owner is that agile that no irrelevant tasks appear at the Kanban board and the cycle of the team is fast enough, that this task is never moved to the old backlog during the development process&lt;br /&gt;
#The model presumes that the analysis is done with the FIFO principle&lt;br /&gt;
#The model presumes that the seniority of all of the developers (resources) is exactly the same (while in reality even if all the developer are similarly senior it does not mean that they are able of exactly the same performance on all type of tasks, or have the same performance every day)&lt;br /&gt;
#This model excludes the impact of unpredictable factors (like new legal requirements, that can get higher priority and be handed over directly to the dev team and implemented as a hotfix)&lt;br /&gt;
#This model excludes the phase of Acceptance because of this phase is often jumped over and even though it in reality this fact often leads to the big list of bugs reported later, this is not the objective of this exact model.&lt;br /&gt;
#This model does not separate the process Testing and UAT testing, because UAT is considered to be insignificant for the purpose of this model &lt;br /&gt;
#Bug are supposed to be less priority and always to be served after Change requests (in reality some of the bugs are that huge, that they are served earlier&lt;br /&gt;
#There were not sufficient statistics about the code review quality, but it was estimated like that by the Techlead of the team. There were not enough statistics about the testing failure, estimation by the tester was used for the purpose of this simulation&lt;br /&gt;
&lt;br /&gt;
==Values in the model==&lt;br /&gt;
&lt;br /&gt;
===Generators &amp;quot;Change request&amp;quot; an &amp;quot;Bugs&amp;quot;===&lt;br /&gt;
For both of the generators, the author used the presumption of Poisson distribution 5 requests/day and 2 bugs/day that was transformed into Exponential distribution Exp(1.6) an Exp(4.0) respectively (with the time unit Hour). This estimation was done based on the data from 5.10.2020 - 2.1.2020 (90 calendar days) exported from Jira. The data had to be cleaned due to incoming requests on non-business days, statistical outliers ( days when somebody created a number of irrelevant to this model sub-issues or migrated a number of issues from the old backlog). From the cleaned data we can derive that the average and the variance of the final set of data are close enough, which were used as a hit to suppose that the distribution of this value could be considered to be Poisson distribution.   &lt;br /&gt;
&lt;br /&gt;
===Batch &amp;quot;Product owner&amp;quot;===&lt;br /&gt;
&lt;br /&gt;
For the effective process of analysis and prioritization, the product owner collects several requests all at once and during meetings with the analyst explains the tasks for further specification. A value of 10 was chosen from the personal experience and intuitive estimation. The statistically derived value was considered to be irrelevant for the purpose of this model.&lt;br /&gt;
&lt;br /&gt;
===To develop / Code review / Testing===&lt;br /&gt;
&lt;br /&gt;
In this case, the name of the Delay function &amp;quot;To develop&amp;quot; is not the same as in the real Kanban board and serves as an actual process of development, while the number of the tasks in this activity symbolizes both backlog and task that are being developed at the same time. Exp (2) day was chosen because of the team policy to decompose the requirements into requests with the value of 2 to 3 MD. &lt;br /&gt;
All of the following values are coming from the empirical data and interviews with the tech lead and tester who estimated the current effectiveness of the team as follows:&lt;br /&gt;
#Half of the tasks due to the blank in the knowledge of the business logic and code clearance best practices have to be revised&lt;br /&gt;
#A rough estimation of 10 % probability of mistakes at the Testing stage was done&lt;br /&gt;
#Preparation of the release was estimated for 0.5MD (the estimation is reliable because the techlead considered this task as his routine activity)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Results and conclusion=&lt;/div&gt;</summary>
		<author><name>Antonsverlov</name></author>
		
	</entry>
	<entry>
		<id>http://www.simulace.info/index.php?title=IT_Team_simulation&amp;diff=20791</id>
		<title>IT Team simulation</title>
		<link rel="alternate" type="text/html" href="http://www.simulace.info/index.php?title=IT_Team_simulation&amp;diff=20791"/>
		<updated>2021-01-20T16:13:43Z</updated>

		<summary type="html">&lt;p&gt;Antonsverlov: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Problem definition=&lt;br /&gt;
At the time I am working in an IT team of a start-up insuretech company that offers life insurance online and provides its clients with the application which makes a score of client’s physical activities - the more the client does sports the bigger cashback from the price of the insurance contract he can get. &lt;br /&gt;
As that company is software based, the IT team plays a big role, but unfortunately it did not have a proper process of solving business requirements. The following sections will describe the new process of a team (implemented recently) and the simulation is supposed '''to help to identify the bottlenecks of the process''', meanwhile, the results from the simulation are supposed to help to '''come with the solution about the right distribution of the resources''' in order '''to boost the effectiveness of the team'''.&lt;br /&gt;
&lt;br /&gt;
==Questions==&lt;br /&gt;
There are three possible solutions the management of the company is discussing:&lt;br /&gt;
#Hire 3 more full-stack developers&lt;br /&gt;
#To &amp;quot;grow&amp;quot; one od the current developers into the Techlead main assistant&lt;br /&gt;
#To provide the team members with learning sessions (but not sure which ones)&lt;br /&gt;
&lt;br /&gt;
The following model is supposed to help the author of this work to choose the right move.  &lt;br /&gt;
&lt;br /&gt;
=Method=&lt;br /&gt;
&lt;br /&gt;
Simprocess is a relevant tool for such kind of problem mainly because the aforementioned situation can be described as discrete. There is a clear entity (business requirement or bug) which goes through a series of operations (development process), it includes different type of events (delays, “fight” for the resources etc.) which creates queues. Simprocess and the process modeling also allows the author of this model to include decision points and define time delays by a probability distribution. The question stated in the problem section could be answered using different scenarios.&lt;br /&gt;
&lt;br /&gt;
=Model=&lt;br /&gt;
&lt;br /&gt;
In order to create a Simprocess model, the author of this works has to describe the process of the given Development team, resources available, historical information available, and limitations of the model that the author included. &lt;br /&gt;
&lt;br /&gt;
==Requirements gathering process==&lt;br /&gt;
&lt;br /&gt;
[[File:Picture_1.jpg|frame]]&lt;br /&gt;
&lt;br /&gt;
The main operation, in this case, is the procedure for registering requests. In this case, a requirement is understood as any formally described condition that the created solution must satisfy.&lt;br /&gt;
&lt;br /&gt;
In particular, the requirements are:&lt;br /&gt;
&lt;br /&gt;
*	New functionalities or change requests &lt;br /&gt;
*	Errors identified during internal or external testing on already running solution&lt;br /&gt;
&lt;br /&gt;
Requirements can come from various sources, for example:&lt;br /&gt;
&lt;br /&gt;
*	Company management &lt;br /&gt;
*	Customers (through the Customer care line)&lt;br /&gt;
*	Tester as part of a project team&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
All the requirements are placed into Backlog in Jira software tool and are monitored.&lt;br /&gt;
&lt;br /&gt;
==Resources in the simulation==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Product owner	===&lt;br /&gt;
* Formation of plans&lt;br /&gt;
* Monitoring the implementation of plans&lt;br /&gt;
* Organizational work (including with the sources of the requirements)&lt;br /&gt;
* Conceptual architecture of the solution&lt;br /&gt;
* Part of the analytical work&lt;br /&gt;
&lt;br /&gt;
The product owner is the first contact to deal with business requirements. He is in close contact with analyst when it is decided that a task is ready for backlog (business case or cost-benefit analysis of a new functionality is done; in case of defect management – bugs are either accepted or specified for the Debugging processes).&lt;br /&gt;
&lt;br /&gt;
===1x Analyst===	&lt;br /&gt;
* Development of technical specification for functionality&lt;br /&gt;
* Development of test plans&lt;br /&gt;
* Conceptual testing of functionality&lt;br /&gt;
* Development of user documentation&lt;br /&gt;
The analyst is available onlz 2 days a week &lt;br /&gt;
&lt;br /&gt;
===1x Techlead===	&lt;br /&gt;
* Conceptual consultancy&lt;br /&gt;
* Code review control&lt;br /&gt;
* Production release&lt;br /&gt;
Techlead is able to solve Code reviews and Releases only 2 days a week, rest of the time is allocated on management activities and cooperation on the other projects.  &lt;br /&gt;
&lt;br /&gt;
===9x Developers===&lt;br /&gt;
* Development of functionality&lt;br /&gt;
* Correction of errors in the code&lt;br /&gt;
* Conducting initial testing of the code&lt;br /&gt;
* Participates in complex code testing&lt;br /&gt;
&lt;br /&gt;
All developers are full-time employees with the same level of seniority&lt;br /&gt;
&lt;br /&gt;
===1x Tester===	&lt;br /&gt;
* Functionality testing in all of the environments&lt;br /&gt;
* Writing UAT tests&lt;br /&gt;
&lt;br /&gt;
==Development process for the model==&lt;br /&gt;
&lt;br /&gt;
For the development process the team has chosen the Kanban approch under the condition that FIFO principle will be used (first task in – first task out). The following process describes all the phases from the moment the task was passed to the team to its release. &lt;br /&gt;
&lt;br /&gt;
[[File:Picture_3.jpg|frame]] &lt;br /&gt;
&lt;br /&gt;
The team’s Kanban board includes 8 phases each task goes through:&lt;br /&gt;
&lt;br /&gt;
#To develop &lt;br /&gt;
#:After identifying the requirements to be developed within the framework of this version, a detailed development plan for this version is drawn up and added to Kanban Board. Then, according to the plan, the Developer, together with the Techlead (in terms of conceptual architectural solutions), based on the technical specification, prepares the work draft.&lt;br /&gt;
#In progress&lt;br /&gt;
#:After agreeing on the working draft, the Developer proceeds to its implementation. For sufficiently large requirements, the functionality) is implemented in several parts. &lt;br /&gt;
#Code review&lt;br /&gt;
#:After the development of one part, the code quality is checked by the Techlead. If deficiencies are revealed, the Developer eliminates them.&lt;br /&gt;
#Acceptance &lt;br /&gt;
#:If needed, the functionality demonstrated to the Business owner on the development environment already (rare cases). &lt;br /&gt;
#Testing&lt;br /&gt;
#:After the implementation of all parts of one requirement, the Developer demonstrates the developed functionality to the Tester who is testing for compliance with user needs. If inconsistencies with the needs of users are revealed, the changes are implemented and the functionality is immediately finalized (in case of minor comments that do not require changing of the business logic and the architectural model).In case of successful concept testing, the Developer proceeds to the implementation of the next requirement in accordance with the version work plan.&lt;br /&gt;
#Stage release&lt;br /&gt;
#:The functionalities that are tested on DEV are prepared for the stage release and waiting for the Techlead to prepare the release. &lt;br /&gt;
#UAT&lt;br /&gt;
#:The tester repeats the testing on Stage environment&lt;br /&gt;
#Done&lt;br /&gt;
#:All the tasks wich are ready for the PROD release are moved to the column Done and are waiting for the Techlead. After all the improvements planned in the version have been implemented, the the Techlead builds the versionand generates Release notes, in which:&lt;br /&gt;
* Version parameters are described (number, release date etc.)&lt;br /&gt;
* Requirements implemented in the version are listed (new functionality, fixed errors)&lt;br /&gt;
* Contains version deployment information (steps)&lt;br /&gt;
&lt;br /&gt;
Also, after agreeing on the new functionality, the Analyst updates the user documentation for the solution.&lt;br /&gt;
&lt;br /&gt;
==Data used and model limitations==&lt;br /&gt;
 &lt;br /&gt;
[[File:Process_IT_Team.jpg |frame]]&lt;br /&gt;
[[File:Process_detail.jpg |frame]]&lt;br /&gt;
&lt;br /&gt;
After the thorough analysis of the team the author of this work decided to create a model with the following presumptions and limitations: &lt;br /&gt;
&lt;br /&gt;
#The model presumes that the reaction of the product owner is that agile that no irrelevant tasks appear at the Kanban board and the cycle of the team is fast enough, that this task is never moved to the old backlog during the development process&lt;br /&gt;
#The model presumes that the analysis is done with the FIFO principle&lt;br /&gt;
#The model presumes that the seniority of all of the developers (resources) is exactly the same (while in reality even if all the developer are similarly senior it does not mean that they are able of exactly the same performance on all type of tasks,or have the same performance everyday)&lt;br /&gt;
#This model excludes the impact of unpredictable factors (like new legal requirements, that can get higher priority and be handed over directly to the dev team and implemented as a hotfix)&lt;br /&gt;
#This model excludes the phase of Acceptance because of this phase is often jumped over and even though it in reality this fact often leads to the big list of bugs reported later, this is not the objective of this exact model.&lt;br /&gt;
#This model does not separate the process Testing and UAT testing, because UAT is considered to be insignificant for the purpose of this model &lt;br /&gt;
#Bug are supposed to be less priority and always to be served after Change requests (in reality some of the bugs are that huge, that they are served earlier&lt;br /&gt;
#There were not sufficient statistics about the code review quality, but it was estimated like that by the Techlead of the team. There were not enough statistics about the testing failure, estimation by the tester was used for the purpose of this simulation&lt;br /&gt;
&lt;br /&gt;
==Values in the model==&lt;br /&gt;
&lt;br /&gt;
===Generators &amp;quot;Change request&amp;quot; an &amp;quot;Bugs&amp;quot;===&lt;br /&gt;
For both of the generators, the author used the presumption of Poisson distribution 5 requests/day and 2 bugs/day that was transformed into Exponential distribution Exp(1.6) a Exp(4.0) respectively (with the time unit Hour). This estimation was done based on the data from 5.10.2020 - 2.1.2020 (90 calendar days) exported from Jira. The data had to be cleaned due to incoming requests on non-business days, statistical outliers ( days when somebody created a number of irrelevant to this model sub-issues or migrated number of issues from the old backlog). From the cleaned data we can derive that the average and the variance of the final set of data are close enough, which were used as a hit to suppose that the distribution of this value could be considered to be Poisson distribution.   &lt;br /&gt;
&lt;br /&gt;
===Generators &amp;quot;Change request&amp;quot; an &amp;quot;Bugs&amp;quot;===&lt;br /&gt;
&lt;br /&gt;
=Results and conclusion=&lt;/div&gt;</summary>
		<author><name>Antonsverlov</name></author>
		
	</entry>
	<entry>
		<id>http://www.simulace.info/index.php?title=IT_Team_simulation&amp;diff=20633</id>
		<title>IT Team simulation</title>
		<link rel="alternate" type="text/html" href="http://www.simulace.info/index.php?title=IT_Team_simulation&amp;diff=20633"/>
		<updated>2021-01-20T02:08:11Z</updated>

		<summary type="html">&lt;p&gt;Antonsverlov: /* Development process for the model */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Problem definition=&lt;br /&gt;
At the time I am working in an IT team of a start-up insuretech company that offers life insurance online and provides its clients with the application which makes a score of client’s physical activities - the more the client does sports the bigger cashback from the price of the insurance contract he can get. &lt;br /&gt;
As that company is software based, the IT team plays a big role, but unfortunately it did not have a proper process of solving business requirements. The following sections will describe the new process of a team (implemented recently) and the simulation is supposed '''to help to identify the bottlenecks of the process''', meanwhile, the results from the simulation are supposed to help to '''come with the solution about the right distribution of the resources''' in order '''to boost the effectiveness of the team'''.&lt;br /&gt;
&lt;br /&gt;
=Method=&lt;br /&gt;
&lt;br /&gt;
Simprocess is a relevant tool for such kind of problem mainly because the aforementioned situation can be described as discrete. There is a clear entity (business requirement) which goes through a series of operations (development process), it includes different type of events (delays, “fight” for the resources etc.) which creates queues. Simprocess and the process modeling also allows the author of this model to include decision points and define time delays by a probability distribution. &lt;br /&gt;
&lt;br /&gt;
=Model=&lt;br /&gt;
&lt;br /&gt;
In order to create a Simprocess model, the author of this works has to describe the process of the given Development team, resources available, historical information available, and limitations of the model that the author included. &lt;br /&gt;
&lt;br /&gt;
==Requirements gathering process==&lt;br /&gt;
&lt;br /&gt;
[[File:Picture_1.jpg|frame]]&lt;br /&gt;
&lt;br /&gt;
The main operation in this case is the procedure for registering requests. In this case, a requirement is understood as any formally described condition that the created solution must satisfy.&lt;br /&gt;
&lt;br /&gt;
In particular, the requirements are:&lt;br /&gt;
&lt;br /&gt;
*	New functionalities or change requests &lt;br /&gt;
*	Errors identified during internal or external testing on already running solution&lt;br /&gt;
&lt;br /&gt;
Requirements can come from various sources, for example:&lt;br /&gt;
&lt;br /&gt;
*	Company management &lt;br /&gt;
*	Customers (through the Customer care line)&lt;br /&gt;
*	Tester as part of a project team&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
All the requirements are placed into Backlog in Jira software tool and are monitored.&lt;br /&gt;
&lt;br /&gt;
==Resources in the simulation==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Product owner	===&lt;br /&gt;
* Formation of plans&lt;br /&gt;
* Monitoring the implementation of plans&lt;br /&gt;
* Organizational work (including with the sources of the requirements)&lt;br /&gt;
* Conceptual architecture of the solution&lt;br /&gt;
* Part of the analytical work&lt;br /&gt;
&lt;br /&gt;
The product owner is the first contact to deal with business requirements. He is in close contact with analyst when it is decided that a task is ready for backlog (business case or cost-benefit analysis of a new functionality is done; in case of defect management – bugs are either accepted or specified for the Debugging processes).&lt;br /&gt;
&lt;br /&gt;
===1x Analyst===	&lt;br /&gt;
* Development of technical specification for functionality&lt;br /&gt;
* Development of test plans&lt;br /&gt;
* Conceptual testing of functionality&lt;br /&gt;
* Development of user documentation&lt;br /&gt;
The analyst is available onlz 2 days a week &lt;br /&gt;
&lt;br /&gt;
===1x Techlead===	&lt;br /&gt;
* Conceptual consultancy&lt;br /&gt;
* Code review control&lt;br /&gt;
* Production release&lt;br /&gt;
Techlead is able to solve Code reviews and Releases only 2 days a week &lt;br /&gt;
&lt;br /&gt;
===9x Developers===&lt;br /&gt;
* Development of functionality&lt;br /&gt;
* Correction of errors in the code&lt;br /&gt;
* Conducting initial testing of the code&lt;br /&gt;
* Participates in complex code testing&lt;br /&gt;
&lt;br /&gt;
All developers are full-time employees with the same level of seniority&lt;br /&gt;
&lt;br /&gt;
===1x Tester===	&lt;br /&gt;
* Functionality testing in all of the environments&lt;br /&gt;
* Writing UAT tests&lt;br /&gt;
&lt;br /&gt;
==Development process for the model==&lt;br /&gt;
&lt;br /&gt;
For the development process the team has chosen the Kanban approch under the condition that FIFO principle will be used (first task in – first task out). The following process describes all the phases from the moment the task was passed to the team to its release. &lt;br /&gt;
&lt;br /&gt;
[[File:Picture_3.jpg|frame]] &lt;br /&gt;
&lt;br /&gt;
The team’s Kanban board includes 8 phases each task goes through:&lt;br /&gt;
&lt;br /&gt;
#To develop &lt;br /&gt;
#:After identifying the requirements to be developed within the framework of this version, a detailed development plan for this version is drawn up and added to Kanban Board. Then, according to the plan, the Developer, together with the Techlead (in terms of conceptual architectural solutions), based on the technical specification, prepares the work draft.&lt;br /&gt;
#In progress&lt;br /&gt;
#:After agreeing on the working draft, the Developer proceeds to its implementation. For sufficiently large requirements, the functionality) is implemented in several parts. &lt;br /&gt;
#Code review&lt;br /&gt;
#:After the development of one part, the code quality is checked by the Techlead. If deficiencies are revealed, the Developer eliminates them.&lt;br /&gt;
#Acceptance &lt;br /&gt;
#:If needed, the functionality demonstrated to the Business owner on the development environment already (rare cases). &lt;br /&gt;
#Testing&lt;br /&gt;
#:After the implementation of all parts of one requirement, the Developer demonstrates the developed functionality to the Tester who is testing for compliance with user needs. If inconsistencies with the needs of users are revealed, the changes are implemented and the functionality is immediately finalized (in case of minor comments that do not require changing of the business logic and the architectural model).In case of successful concept testing, the Developer proceeds to the implementation of the next requirement in accordance with the version work plan.&lt;br /&gt;
#Stage release&lt;br /&gt;
#:The functionalities that are tested on DEV are prepared for the stage release and waiting for the Techlead to prepare the release. &lt;br /&gt;
#UAT&lt;br /&gt;
#:The tester repeats the testing on Stage environment&lt;br /&gt;
#Done&lt;br /&gt;
#:All the tasks wich are ready for the PROD release are moved to the column Done and are waiting for the Techlead. After all the improvements planned in the version have been implemented, the the Techlead builds the versionand generates Release notes, in which:&lt;br /&gt;
* Version parameters are described (number, release date etc.)&lt;br /&gt;
* Requirements implemented in the version are listed (new functionality, fixed errors)&lt;br /&gt;
* Contains version deployment information (steps)&lt;br /&gt;
&lt;br /&gt;
Also, after agreeing on the new functionality, the Analyst updates the user documentation for the solution.&lt;br /&gt;
&lt;br /&gt;
==Data used and model limitations==&lt;br /&gt;
 &lt;br /&gt;
[[File:Process_IT_Team.jpg |frame]]&lt;br /&gt;
[[File:Process_detail.jpg |frame]]&lt;br /&gt;
&lt;br /&gt;
#The model presumes that the reaction of the product owner is that agile that no irrelevant tasks appear at the Kanban board and the cycle of the team is fast enough, that this task is never moved to the old backlog during the development process&lt;br /&gt;
#The model presumes that the analysis is done with the FIFO principle&lt;br /&gt;
#The model presumes that the seniority of all of the developers (resources) is exactly the same (while in reality even if all the developer are similarly senior it does not mean that they are able of exactly the same performance on all type of tasks,or have the same performance everyday)&lt;br /&gt;
#This model excludes the impact of unpredictable factors (like new legal requirements, that can get higher priority and be handed over directly to the dev team and implemented as a hotfix)&lt;br /&gt;
#This model excludes the phase of Acceptance because of this phase is often jumped over and even though it in reality this fact often leads to the big list of bugs reported later, this is not the objective of this exact model.&lt;br /&gt;
#This model does not separate the process Testing and UAT testing, because UAT is considered to be insignificant for the purpose of this model &lt;br /&gt;
#Bug are supposed to be less priority and always to be served after Change requests (in reality some of the bugs are that huge, that they are served earlier&lt;br /&gt;
#There were not sufficient statistics about the code review quality, but it was estimated like that by the Techlead of the team. There were not enough statistics about the testing failure, estimation by the tester was used for the purpose of this simulation&lt;br /&gt;
&lt;br /&gt;
=Results and conclusion=&lt;/div&gt;</summary>
		<author><name>Antonsverlov</name></author>
		
	</entry>
	<entry>
		<id>http://www.simulace.info/index.php?title=WS_2020/2021&amp;diff=20632</id>
		<title>WS 2020/2021</title>
		<link rel="alternate" type="text/html" href="http://www.simulace.info/index.php?title=WS_2020/2021&amp;diff=20632"/>
		<updated>2021-01-20T02:07:15Z</updated>

		<summary type="html">&lt;p&gt;Antonsverlov: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Semestral papers from winter term 2020/2021. Please, put here links to the pages with your paper. First you need to have your [[Assignments WS 2020/2021|assignment approved]]&lt;br /&gt;
&lt;br /&gt;
[http://www.simulace.info/index.php/Impact_of_late_lockdown_and_hospital_capacity_on_19-COVID_spread Impact of late lockdown and hospital capacity on 19-COVID spread] , Thomas BAEUMLIN [[User:Toscool|Toscool]] ([[User talk:Toscool|talk]]) 16:15, 7 January 2020 (CET)&lt;br /&gt;
&lt;br /&gt;
[[Comparing_multiple_airplane_boarding_methods]], Adam Jedlička [[User:Jeda00|jeda00]] 20:45, 17 January 2020 (CET)&lt;br /&gt;
&lt;br /&gt;
[http://www.simulace.info/index.php/Effects_of_VAT_exemption_abolition_to_imported_low_value_consignments Effects of VAT exemption abolition to imported low value consignments], Adela Barchankova [[User:bara15|bara15]] ([[User talk:bara15|talk]]) 21:00, 18 January 2020 (CET)&lt;br /&gt;
 &lt;br /&gt;
[[Retirement Planning]], [[User:Louis|Louis]] ([[User talk:Louis|talk]]) 02:08, 19 January 2021 (CET)&lt;br /&gt;
&lt;br /&gt;
[[Covid 19 - Contacts]], [[User:praa03|praa03]] 17:08, 19 January 2021 (CET)&lt;br /&gt;
&lt;br /&gt;
[[Corrupted Blood Incident]], [[User:Frym06|Frym06]] ([[User talk:Frym06|talk]]) 19:32, 19 January 2021 (CET)&lt;br /&gt;
&lt;br /&gt;
WIP [[Car acquisition]], [[Mico00|Mico00]] 19:59, 19 January 2021 (CET)&lt;br /&gt;
&lt;br /&gt;
[[Widening the spread between rich and poor]], [[User:Sára|Sára]] 21:40, 19 January 2021 (CET)&lt;br /&gt;
&lt;br /&gt;
[[Development of real estate prices in Prague]], [[User:netp02|netp02]] 23:41, 19 January 2021 (CET)&lt;br /&gt;
&lt;br /&gt;
[[IT Team simulation]], [[Antonsverlov]] , 20 January 2021 (CET)&lt;/div&gt;</summary>
		<author><name>Antonsverlov</name></author>
		
	</entry>
	<entry>
		<id>http://www.simulace.info/index.php?title=WS_2020/2021&amp;diff=20631</id>
		<title>WS 2020/2021</title>
		<link rel="alternate" type="text/html" href="http://www.simulace.info/index.php?title=WS_2020/2021&amp;diff=20631"/>
		<updated>2021-01-20T02:06:51Z</updated>

		<summary type="html">&lt;p&gt;Antonsverlov: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Semestral papers from winter term 2020/2021. Please, put here links to the pages with your paper. First you need to have your [[Assignments WS 2020/2021|assignment approved]]&lt;br /&gt;
&lt;br /&gt;
[http://www.simulace.info/index.php/Impact_of_late_lockdown_and_hospital_capacity_on_19-COVID_spread Impact of late lockdown and hospital capacity on 19-COVID spread] , Thomas BAEUMLIN [[User:Toscool|Toscool]] ([[User talk:Toscool|talk]]) 16:15, 7 January 2020 (CET)&lt;br /&gt;
&lt;br /&gt;
[[Comparing_multiple_airplane_boarding_methods]], Adam Jedlička [[User:Jeda00|jeda00]] 20:45, 17 January 2020 (CET)&lt;br /&gt;
&lt;br /&gt;
[http://www.simulace.info/index.php/Effects_of_VAT_exemption_abolition_to_imported_low_value_consignments Effects of VAT exemption abolition to imported low value consignments], Adela Barchankova [[User:bara15|bara15]] ([[User talk:bara15|talk]]) 21:00, 18 January 2020 (CET)&lt;br /&gt;
 &lt;br /&gt;
[[Retirement Planning]], [[User:Louis|Louis]] ([[User talk:Louis|talk]]) 02:08, 19 January 2021 (CET)&lt;br /&gt;
&lt;br /&gt;
[[Covid 19 - Contacts]], [[User:praa03|praa03]] 17:08, 19 January 2021 (CET)&lt;br /&gt;
&lt;br /&gt;
[[Corrupted Blood Incident]], [[User:Frym06|Frym06]] ([[User talk:Frym06|talk]]) 19:32, 19 January 2021 (CET)&lt;br /&gt;
&lt;br /&gt;
WIP [[Car acquisition]], [[Mico00|Mico00]] 19:59, 19 January 2021 (CET)&lt;br /&gt;
&lt;br /&gt;
[[Widening the spread between rich and poor]], [[User:Sára|Sára]] 21:40, 19 January 2021 (CET)&lt;br /&gt;
&lt;br /&gt;
[[Development of real estate prices in Prague]], [[User:netp02|netp02]] 23:41, 19 January 2021 (CET)&lt;br /&gt;
&lt;br /&gt;
[[IT Team simulation]][[Antonsverlov]] , 20 January 2021 (CET)&lt;/div&gt;</summary>
		<author><name>Antonsverlov</name></author>
		
	</entry>
	<entry>
		<id>http://www.simulace.info/index.php?title=WS_2020/2021&amp;diff=20630</id>
		<title>WS 2020/2021</title>
		<link rel="alternate" type="text/html" href="http://www.simulace.info/index.php?title=WS_2020/2021&amp;diff=20630"/>
		<updated>2021-01-20T02:06:01Z</updated>

		<summary type="html">&lt;p&gt;Antonsverlov: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Semestral papers from winter term 2020/2021. Please, put here links to the pages with your paper. First you need to have your [[Assignments WS 2020/2021|assignment approved]]&lt;br /&gt;
&lt;br /&gt;
[http://www.simulace.info/index.php/Impact_of_late_lockdown_and_hospital_capacity_on_19-COVID_spread Impact of late lockdown and hospital capacity on 19-COVID spread] , Thomas BAEUMLIN [[User:Toscool|Toscool]] ([[User talk:Toscool|talk]]) 16:15, 7 January 2020 (CET)&lt;br /&gt;
&lt;br /&gt;
[[Comparing_multiple_airplane_boarding_methods]], Adam Jedlička [[User:Jeda00|jeda00]] 20:45, 17 January 2020 (CET)&lt;br /&gt;
&lt;br /&gt;
[http://www.simulace.info/index.php/Effects_of_VAT_exemption_abolition_to_imported_low_value_consignments Effects of VAT exemption abolition to imported low value consignments], Adela Barchankova [[User:bara15|bara15]] ([[User talk:bara15|talk]]) 21:00, 18 January 2020 (CET)&lt;br /&gt;
 &lt;br /&gt;
[[Retirement Planning]], [[User:Louis|Louis]] ([[User talk:Louis|talk]]) 02:08, 19 January 2021 (CET)&lt;br /&gt;
&lt;br /&gt;
[[Covid 19 - Contacts]], [[User:praa03|praa03]] 17:08, 19 January 2021 (CET)&lt;br /&gt;
&lt;br /&gt;
[[Corrupted Blood Incident]], [[User:Frym06|Frym06]] ([[User talk:Frym06|talk]]) 19:32, 19 January 2021 (CET)&lt;br /&gt;
&lt;br /&gt;
WIP [[Car acquisition]], [[Mico00|Mico00]] 19:59, 19 January 2021 (CET)&lt;br /&gt;
&lt;br /&gt;
[[Widening the spread between rich and poor]], [[User:Sára|Sára]] 21:40, 19 January 2021 (CET)&lt;br /&gt;
&lt;br /&gt;
[[Development of real estate prices in Prague]], [[User:netp02|netp02]] 23:41, 19 January 2021 (CET)&lt;br /&gt;
&lt;br /&gt;
[[IT Team simulation]]&lt;/div&gt;</summary>
		<author><name>Antonsverlov</name></author>
		
	</entry>
	<entry>
		<id>http://www.simulace.info/index.php?title=IT_Team_simulation&amp;diff=20629</id>
		<title>IT Team simulation</title>
		<link rel="alternate" type="text/html" href="http://www.simulace.info/index.php?title=IT_Team_simulation&amp;diff=20629"/>
		<updated>2021-01-20T02:00:30Z</updated>

		<summary type="html">&lt;p&gt;Antonsverlov: /* Resources for the simulation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Problem definition=&lt;br /&gt;
At the time I am working in an IT team of a start-up insuretech company that offers life insurance online and provides its clients with the application which makes a score of client’s physical activities - the more the client does sports the bigger cashback from the price of the insurance contract he can get. &lt;br /&gt;
As that company is software based, the IT team plays a big role, but unfortunately it did not have a proper process of solving business requirements. The following sections will describe the new process of a team (implemented recently) and the simulation is supposed '''to help to identify the bottlenecks of the process''', meanwhile, the results from the simulation are supposed to help to '''come with the solution about the right distribution of the resources''' in order '''to boost the effectiveness of the team'''.&lt;br /&gt;
&lt;br /&gt;
=Method=&lt;br /&gt;
&lt;br /&gt;
Simprocess is a relevant tool for such kind of problem mainly because the aforementioned situation can be described as discrete. There is a clear entity (business requirement) which goes through a series of operations (development process), it includes different type of events (delays, “fight” for the resources etc.) which creates queues. Simprocess and the process modeling also allows the author of this model to include decision points and define time delays by a probability distribution. &lt;br /&gt;
&lt;br /&gt;
=Model=&lt;br /&gt;
&lt;br /&gt;
In order to create a Simprocess model, the author of this works has to describe the process of the given Development team, resources available, historical information available, and limitations of the model that the author included. &lt;br /&gt;
&lt;br /&gt;
==Requirements gathering process==&lt;br /&gt;
&lt;br /&gt;
[[File:Picture_1.jpg|frame]]&lt;br /&gt;
&lt;br /&gt;
The main operation in this case is the procedure for registering requests. In this case, a requirement is understood as any formally described condition that the created solution must satisfy.&lt;br /&gt;
&lt;br /&gt;
In particular, the requirements are:&lt;br /&gt;
&lt;br /&gt;
*	New functionalities or change requests &lt;br /&gt;
*	Errors identified during internal or external testing on already running solution&lt;br /&gt;
&lt;br /&gt;
Requirements can come from various sources, for example:&lt;br /&gt;
&lt;br /&gt;
*	Company management &lt;br /&gt;
*	Customers (through the Customer care line)&lt;br /&gt;
*	Tester as part of a project team&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
All the requirements are placed into Backlog in Jira software tool and are monitored.&lt;br /&gt;
&lt;br /&gt;
==Resources in the simulation==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Product owner	===&lt;br /&gt;
* Formation of plans&lt;br /&gt;
* Monitoring the implementation of plans&lt;br /&gt;
* Organizational work (including with the sources of the requirements)&lt;br /&gt;
* Conceptual architecture of the solution&lt;br /&gt;
* Part of the analytical work&lt;br /&gt;
&lt;br /&gt;
The product owner is the first contact to deal with business requirements. He is in close contact with analyst when it is decided that a task is ready for backlog (business case or cost-benefit analysis of a new functionality is done; in case of defect management – bugs are either accepted or specified for the Debugging processes).&lt;br /&gt;
&lt;br /&gt;
===1x Analyst===	&lt;br /&gt;
* Development of technical specification for functionality&lt;br /&gt;
* Development of test plans&lt;br /&gt;
* Conceptual testing of functionality&lt;br /&gt;
* Development of user documentation&lt;br /&gt;
The analyst is available onlz 2 days a week &lt;br /&gt;
&lt;br /&gt;
===1x Techlead===	&lt;br /&gt;
* Conceptual consultancy&lt;br /&gt;
* Code review control&lt;br /&gt;
* Production release&lt;br /&gt;
Techlead is able to solve Code reviews and Releases only 2 days a week &lt;br /&gt;
&lt;br /&gt;
===9x Developers===&lt;br /&gt;
* Development of functionality&lt;br /&gt;
* Correction of errors in the code&lt;br /&gt;
* Conducting initial testing of the code&lt;br /&gt;
* Participates in complex code testing&lt;br /&gt;
&lt;br /&gt;
All developers are full-time employees with the same level of seniority&lt;br /&gt;
&lt;br /&gt;
===1x Tester===	&lt;br /&gt;
* Functionality testing in all of the environments&lt;br /&gt;
* Writing UAT tests&lt;br /&gt;
&lt;br /&gt;
==Development process for the model==&lt;br /&gt;
&lt;br /&gt;
For the development process the team has chosen the Kanban approch under the condition that FIFO principle will be used (first task in – first task out). The following process describes all the phases from the moment the task was passed to the team to its release. &lt;br /&gt;
&lt;br /&gt;
[[File:Picture_3.jpg|frame]] &lt;br /&gt;
&lt;br /&gt;
The team’s Kanban board includes 8 phases each task goes through:&lt;br /&gt;
&lt;br /&gt;
#To develop &lt;br /&gt;
#:After identifying the requirements to be developed within the framework of this version, a detailed development plan for this version is drawn up and added to Kanban Board. Then, according to the plan, the Developer, together with the Techlead (in terms of conceptual architectural solutions), based on the technical specification, prepares the work draft.&lt;br /&gt;
#In progress&lt;br /&gt;
#:After agreeing on the working draft, the Developer proceeds to its implementation. For sufficiently large requirements, the functionality) is implemented in several parts. &lt;br /&gt;
#Code review&lt;br /&gt;
#:After the development of one part, the code quality is checked by the Techlead. If deficiencies are revealed, the Developer eliminates them.&lt;br /&gt;
#Acceptance &lt;br /&gt;
#:If needed, the functionality demonstrated to the Business owner on the development environment already (rare cases). &lt;br /&gt;
#Testing&lt;br /&gt;
#:After the implementation of all parts of one requirement, the Developer demonstrates the developed functionality to the Tester who is testing for compliance with user needs. If inconsistencies with the needs of users are revealed, the changes are implemented and the functionality is immediately finalized (in case of minor comments that do not require changing of the business logic and the architectural model).In case of successful concept testing, the Developer proceeds to the implementation of the next requirement in accordance with the version work plan.&lt;br /&gt;
#Stage release&lt;br /&gt;
#:The functionalities that are tested on DEV are prepared for the sage release and waiting for the Techlead to prepare the release. &lt;br /&gt;
#UAT&lt;br /&gt;
#:The tester repeats the testing on Stage environment&lt;br /&gt;
#Done&lt;br /&gt;
#:All the tasks wich are ready for the PROD release are moved to the column Done and are waiting for the Techlead. After all the improvements planned in the version have been implemented, the the Techlead builds the versionand generates Release notes, in which:&lt;br /&gt;
* Version parameters are described (number, release date etc.)&lt;br /&gt;
* Requirements implemented in the version are listed (new functionality, fixed errors)&lt;br /&gt;
* Contains version deployment information (steps)&lt;br /&gt;
&lt;br /&gt;
Also, after agreeing on the new functionality, the Analyst updates the user documentation for the solution.&lt;br /&gt;
&lt;br /&gt;
==Data used and model limitations==&lt;br /&gt;
 &lt;br /&gt;
[[File:Process_IT_Team.jpg |frame]]&lt;br /&gt;
[[File:Process_detail.jpg |frame]]&lt;br /&gt;
&lt;br /&gt;
#The model presumes that the reaction of the product owner is that agile that no irrelevant tasks appear at the Kanban board and the cycle of the team is fast enough, that this task is never moved to the old backlog during the development process&lt;br /&gt;
#The model presumes that the analysis is done with the FIFO principle&lt;br /&gt;
#The model presumes that the seniority of all of the developers (resources) is exactly the same (while in reality even if all the developer are similarly senior it does not mean that they are able of exactly the same performance on all type of tasks,or have the same performance everyday)&lt;br /&gt;
#This model excludes the impact of unpredictable factors (like new legal requirements, that can get higher priority and be handed over directly to the dev team and implemented as a hotfix)&lt;br /&gt;
#This model excludes the phase of Acceptance because of this phase is often jumped over and even though it in reality this fact often leads to the big list of bugs reported later, this is not the objective of this exact model.&lt;br /&gt;
#This model does not separate the process Testing and UAT testing, because UAT is considered to be insignificant for the purpose of this model &lt;br /&gt;
#Bug are supposed to be less priority and always to be served after Change requests (in reality some of the bugs are that huge, that they are served earlier&lt;br /&gt;
#There were not sufficient statistics about the code review quality, but it was estimated like that by the Techlead of the team. There were not enough statistics about the testing failure, estimation by the tester was used for the purpose of this simulation&lt;br /&gt;
&lt;br /&gt;
=Results and conclusion=&lt;/div&gt;</summary>
		<author><name>Antonsverlov</name></author>
		
	</entry>
	<entry>
		<id>http://www.simulace.info/index.php?title=IT_Team_simulation&amp;diff=20628</id>
		<title>IT Team simulation</title>
		<link rel="alternate" type="text/html" href="http://www.simulace.info/index.php?title=IT_Team_simulation&amp;diff=20628"/>
		<updated>2021-01-20T02:00:07Z</updated>

		<summary type="html">&lt;p&gt;Antonsverlov: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Problem definition=&lt;br /&gt;
At the time I am working in an IT team of a start-up insuretech company that offers life insurance online and provides its clients with the application which makes a score of client’s physical activities - the more the client does sports the bigger cashback from the price of the insurance contract he can get. &lt;br /&gt;
As that company is software based, the IT team plays a big role, but unfortunately it did not have a proper process of solving business requirements. The following sections will describe the new process of a team (implemented recently) and the simulation is supposed '''to help to identify the bottlenecks of the process''', meanwhile, the results from the simulation are supposed to help to '''come with the solution about the right distribution of the resources''' in order '''to boost the effectiveness of the team'''.&lt;br /&gt;
&lt;br /&gt;
=Method=&lt;br /&gt;
&lt;br /&gt;
Simprocess is a relevant tool for such kind of problem mainly because the aforementioned situation can be described as discrete. There is a clear entity (business requirement) which goes through a series of operations (development process), it includes different type of events (delays, “fight” for the resources etc.) which creates queues. Simprocess and the process modeling also allows the author of this model to include decision points and define time delays by a probability distribution. &lt;br /&gt;
&lt;br /&gt;
=Model=&lt;br /&gt;
&lt;br /&gt;
In order to create a Simprocess model, the author of this works has to describe the process of the given Development team, resources available, historical information available, and limitations of the model that the author included. &lt;br /&gt;
&lt;br /&gt;
==Requirements gathering process==&lt;br /&gt;
&lt;br /&gt;
[[File:Picture_1.jpg|frame]]&lt;br /&gt;
&lt;br /&gt;
The main operation in this case is the procedure for registering requests. In this case, a requirement is understood as any formally described condition that the created solution must satisfy.&lt;br /&gt;
&lt;br /&gt;
In particular, the requirements are:&lt;br /&gt;
&lt;br /&gt;
*	New functionalities or change requests &lt;br /&gt;
*	Errors identified during internal or external testing on already running solution&lt;br /&gt;
&lt;br /&gt;
Requirements can come from various sources, for example:&lt;br /&gt;
&lt;br /&gt;
*	Company management &lt;br /&gt;
*	Customers (through the Customer care line)&lt;br /&gt;
*	Tester as part of a project team&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
All the requirements are placed into Backlog in Jira software tool and are monitored.&lt;br /&gt;
&lt;br /&gt;
==Resources for the simulation==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Product owner	===&lt;br /&gt;
* Formation of plans&lt;br /&gt;
* Monitoring the implementation of plans&lt;br /&gt;
* Organizational work (including with the sources of the requirements)&lt;br /&gt;
* Conceptual architecture of the solution&lt;br /&gt;
* Part of the analytical work&lt;br /&gt;
&lt;br /&gt;
The product owner is the first contact to deal with business requirements. He is in close contact with analyst when it is decided that a task is ready for backlog (business case or cost-benefit analysis of a new functionality is done; in case of defect management – bugs are either accepted or specified for the Debugging processes).&lt;br /&gt;
&lt;br /&gt;
===1x Analyst===	&lt;br /&gt;
* Development of technical specification for functionality&lt;br /&gt;
* Development of test plans&lt;br /&gt;
* Conceptual testing of functionality&lt;br /&gt;
* Development of user documentation&lt;br /&gt;
The analyst is available onlz 2 days a week &lt;br /&gt;
&lt;br /&gt;
===1x Techlead===	&lt;br /&gt;
* Conceptual consultancy&lt;br /&gt;
* Code review control&lt;br /&gt;
* Production release&lt;br /&gt;
Techlead is able to solve Code reviews and Releases only 2 days a week &lt;br /&gt;
&lt;br /&gt;
===9x Developers===&lt;br /&gt;
* Development of functionality&lt;br /&gt;
* Correction of errors in the code&lt;br /&gt;
* Conducting initial testing of the code&lt;br /&gt;
* Participates in complex code testing&lt;br /&gt;
&lt;br /&gt;
All developers are full-time employees with the same level of seniority&lt;br /&gt;
&lt;br /&gt;
===1x Tester===	&lt;br /&gt;
* Functionality testing in all of the environments&lt;br /&gt;
* Writing UAT tests&lt;br /&gt;
&lt;br /&gt;
==Development process for the model==&lt;br /&gt;
&lt;br /&gt;
For the development process the team has chosen the Kanban approch under the condition that FIFO principle will be used (first task in – first task out). The following process describes all the phases from the moment the task was passed to the team to its release. &lt;br /&gt;
&lt;br /&gt;
[[File:Picture_3.jpg|frame]] &lt;br /&gt;
&lt;br /&gt;
The team’s Kanban board includes 8 phases each task goes through:&lt;br /&gt;
&lt;br /&gt;
#To develop &lt;br /&gt;
#:After identifying the requirements to be developed within the framework of this version, a detailed development plan for this version is drawn up and added to Kanban Board. Then, according to the plan, the Developer, together with the Techlead (in terms of conceptual architectural solutions), based on the technical specification, prepares the work draft.&lt;br /&gt;
#In progress&lt;br /&gt;
#:After agreeing on the working draft, the Developer proceeds to its implementation. For sufficiently large requirements, the functionality) is implemented in several parts. &lt;br /&gt;
#Code review&lt;br /&gt;
#:After the development of one part, the code quality is checked by the Techlead. If deficiencies are revealed, the Developer eliminates them.&lt;br /&gt;
#Acceptance &lt;br /&gt;
#:If needed, the functionality demonstrated to the Business owner on the development environment already (rare cases). &lt;br /&gt;
#Testing&lt;br /&gt;
#:After the implementation of all parts of one requirement, the Developer demonstrates the developed functionality to the Tester who is testing for compliance with user needs. If inconsistencies with the needs of users are revealed, the changes are implemented and the functionality is immediately finalized (in case of minor comments that do not require changing of the business logic and the architectural model).In case of successful concept testing, the Developer proceeds to the implementation of the next requirement in accordance with the version work plan.&lt;br /&gt;
#Stage release&lt;br /&gt;
#:The functionalities that are tested on DEV are prepared for the sage release and waiting for the Techlead to prepare the release. &lt;br /&gt;
#UAT&lt;br /&gt;
#:The tester repeats the testing on Stage environment&lt;br /&gt;
#Done&lt;br /&gt;
#:All the tasks wich are ready for the PROD release are moved to the column Done and are waiting for the Techlead. After all the improvements planned in the version have been implemented, the the Techlead builds the versionand generates Release notes, in which:&lt;br /&gt;
* Version parameters are described (number, release date etc.)&lt;br /&gt;
* Requirements implemented in the version are listed (new functionality, fixed errors)&lt;br /&gt;
* Contains version deployment information (steps)&lt;br /&gt;
&lt;br /&gt;
Also, after agreeing on the new functionality, the Analyst updates the user documentation for the solution.&lt;br /&gt;
&lt;br /&gt;
==Data used and model limitations==&lt;br /&gt;
 &lt;br /&gt;
[[File:Process_IT_Team.jpg |frame]]&lt;br /&gt;
[[File:Process_detail.jpg |frame]]&lt;br /&gt;
&lt;br /&gt;
#The model presumes that the reaction of the product owner is that agile that no irrelevant tasks appear at the Kanban board and the cycle of the team is fast enough, that this task is never moved to the old backlog during the development process&lt;br /&gt;
#The model presumes that the analysis is done with the FIFO principle&lt;br /&gt;
#The model presumes that the seniority of all of the developers (resources) is exactly the same (while in reality even if all the developer are similarly senior it does not mean that they are able of exactly the same performance on all type of tasks,or have the same performance everyday)&lt;br /&gt;
#This model excludes the impact of unpredictable factors (like new legal requirements, that can get higher priority and be handed over directly to the dev team and implemented as a hotfix)&lt;br /&gt;
#This model excludes the phase of Acceptance because of this phase is often jumped over and even though it in reality this fact often leads to the big list of bugs reported later, this is not the objective of this exact model.&lt;br /&gt;
#This model does not separate the process Testing and UAT testing, because UAT is considered to be insignificant for the purpose of this model &lt;br /&gt;
#Bug are supposed to be less priority and always to be served after Change requests (in reality some of the bugs are that huge, that they are served earlier&lt;br /&gt;
#There were not sufficient statistics about the code review quality, but it was estimated like that by the Techlead of the team. There were not enough statistics about the testing failure, estimation by the tester was used for the purpose of this simulation&lt;br /&gt;
&lt;br /&gt;
=Results and conclusion=&lt;/div&gt;</summary>
		<author><name>Antonsverlov</name></author>
		
	</entry>
	<entry>
		<id>http://www.simulace.info/index.php?title=IT_Team_simulation&amp;diff=20627</id>
		<title>IT Team simulation</title>
		<link rel="alternate" type="text/html" href="http://www.simulace.info/index.php?title=IT_Team_simulation&amp;diff=20627"/>
		<updated>2021-01-20T01:59:02Z</updated>

		<summary type="html">&lt;p&gt;Antonsverlov: Created page with &amp;quot;=Problem definition= At the time I am working in an IT team of a start-up insuretech company that offers life insurance online and provides its clients with the application wh...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Problem definition=&lt;br /&gt;
At the time I am working in an IT team of a start-up insuretech company that offers life insurance online and provides its clients with the application which makes a score of client’s physical activities - the more the client does sports the bigger cashback from the price of the insurance contract he can get. &lt;br /&gt;
As that company is software based, the IT team plays a big role, but unfortunately it did not have a proper process of solving business requirements. The following sections will describe the new process of a team (implemented recently) and the simulation is supposed '''to help to identify the bottlenecks of the process''', meanwhile, the results from the simulation are supposed to help to '''come with the solution about the right distribution of the resources''' in order '''to boost the effectiveness of the team'''.&lt;br /&gt;
&lt;br /&gt;
=Method=&lt;br /&gt;
&lt;br /&gt;
Simprocess is a relevant tool for such kind of problem mainly because the aforementioned situation can be described as discrete. There is a clear entity (business requirement) which goes through a series of operations (development process), it includes different type of events (delays, “fight” for the resources etc.) which creates queues. Simprocess and the process modeling also allows the author of this model to include decision points and define time delays by a probability distribution. &lt;br /&gt;
&lt;br /&gt;
=Model=&lt;br /&gt;
&lt;br /&gt;
In order to create a Simprocess model, the author of this works has to describe the process of the given Development team, resources available, historical information available, and limitations of the model that the author included. &lt;br /&gt;
&lt;br /&gt;
==Requirements gathering process==&lt;br /&gt;
&lt;br /&gt;
[[File:Picture_1.jpg|frame]]&lt;br /&gt;
&lt;br /&gt;
The main operation in this case is the procedure for registering requests. In this case, a requirement is understood as any formally described condition that the created solution must satisfy.&lt;br /&gt;
&lt;br /&gt;
In particular, the requirements are:&lt;br /&gt;
&lt;br /&gt;
*	New functionalities or change requests &lt;br /&gt;
*	Errors identified during internal or external testing on already running solution&lt;br /&gt;
&lt;br /&gt;
Requirements can come from various sources, for example:&lt;br /&gt;
&lt;br /&gt;
*	Company management &lt;br /&gt;
*	Customers (through the Customer care line)&lt;br /&gt;
*	Tester as part of a project team&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
All the requirements are placed into Backlog in Jira software tool and are monitored.&lt;br /&gt;
&lt;br /&gt;
==Resources for the simulation==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Product owner	===&lt;br /&gt;
* Formation of plans&lt;br /&gt;
* Monitoring the implementation of plans&lt;br /&gt;
* Organizational work (including with the sources of the requirements)&lt;br /&gt;
* Conceptual architecture of the solution&lt;br /&gt;
* Part of the analytical work&lt;br /&gt;
&lt;br /&gt;
The product owner is the first contact to deal with business requirements. He is in close contact with analyst when it is decided that a task is ready for backlog (business case or cost-benefit analysis of a new functionality is done; in case of defect management – bugs are either accepted or specified for the Debugging processes).&lt;br /&gt;
&lt;br /&gt;
===1x Analyst===	&lt;br /&gt;
* Development of technical specification for functionality&lt;br /&gt;
* Development of test plans&lt;br /&gt;
* Conceptual testing of functionality&lt;br /&gt;
* Development of user documentation&lt;br /&gt;
The analyst is available onlz 2 days a week &lt;br /&gt;
&lt;br /&gt;
===1x Techlead===	&lt;br /&gt;
* Conceptual consultancy&lt;br /&gt;
* Code review control&lt;br /&gt;
* Production release&lt;br /&gt;
Techlead is able to solve Code reviews and Releases only 2 days a week &lt;br /&gt;
&lt;br /&gt;
===9x Developers===&lt;br /&gt;
* Development of functionality&lt;br /&gt;
* Correction of errors in the code&lt;br /&gt;
* Conducting initial testing of the code&lt;br /&gt;
* Participates in complex code testing&lt;br /&gt;
&lt;br /&gt;
All developers are full-time employees with the same level of seniority&lt;br /&gt;
&lt;br /&gt;
===1x Tester===	&lt;br /&gt;
* Functionality testing in all of the environments&lt;br /&gt;
* Writing UAT tests&lt;br /&gt;
&lt;br /&gt;
==Development process for the model==&lt;br /&gt;
&lt;br /&gt;
For the development process the team has chosen the Kanban approch under the condition that FIFO principle will be used (first task in – first task out). The following process describes all the phases from the moment the task was passed to the team to its release. &lt;br /&gt;
&lt;br /&gt;
[[File:Picture_3.jpg|frame]] &lt;br /&gt;
&lt;br /&gt;
The team’s Kanban board includes 8 phases each task goes through:&lt;br /&gt;
&lt;br /&gt;
#To develop &lt;br /&gt;
#:After identifying the requirements to be developed within the framework of this version, a detailed development plan for this version is drawn up and added to Kanban Board. Then, according to the plan, the Developer, together with the Techlead (in terms of conceptual architectural solutions), based on the technical specification, prepares the work draft.&lt;br /&gt;
#In progress&lt;br /&gt;
#:After agreeing on the working draft, the Developer proceeds to its implementation. For sufficiently large requirements, the functionality) is implemented in several parts. &lt;br /&gt;
#Code review&lt;br /&gt;
#:After the development of one part, the code quality is checked by the Techlead. If deficiencies are revealed, the Developer eliminates them.&lt;br /&gt;
#Acceptance &lt;br /&gt;
#:If needed, the functionality demonstrated to the Business owner on the development environment already (rare cases). &lt;br /&gt;
#Testing&lt;br /&gt;
#:After the implementation of all parts of one requirement, the Developer demonstrates the developed functionality to the Tester who is testing for compliance with user needs. If inconsistencies with the needs of users are revealed, the changes are implemented and the functionality is immediately finalized (in case of minor comments that do not require changing of the business logic and the architectural model).In case of successful concept testing, the Developer proceeds to the implementation of the next requirement in accordance with the version work plan.&lt;br /&gt;
#Stage release&lt;br /&gt;
#:The functionalities that are tested on DEV are prepared for the sage release and waiting for the Techlead to prepare the release. &lt;br /&gt;
#UAT&lt;br /&gt;
#:The tester repeats the testing on Stage environment&lt;br /&gt;
#Done&lt;br /&gt;
#:All the tasks wich are ready for the PROD release are moved to the column Done and are waiting for the Techlead. After all the improvements planned in the version have been implemented, the the Techlead builds the versionand generates Release notes, in which:&lt;br /&gt;
* Version parameters are described (number, release date etc.)&lt;br /&gt;
* Requirements implemented in the version are listed (new functionality, fixed errors)&lt;br /&gt;
* Contains version deployment information (steps)&lt;br /&gt;
&lt;br /&gt;
Also, after agreeing on the new functionality, the Analyst updates the user documentation for the solution.&lt;br /&gt;
&lt;br /&gt;
==Model limitations and simplifications==&lt;br /&gt;
 &lt;br /&gt;
[[File:Process_IT_Team.jpg |frame]]&lt;br /&gt;
[[File:Process_detail.jpg |frame]]&lt;br /&gt;
&lt;br /&gt;
#The model presumes that the reaction of the product owner is that agile that no irrelevant tasks appear at the Kanban board and the cycle of the team is fast enough, that this task is never moved to the old backlog during the development process&lt;br /&gt;
#The model presumes that the analysis is done with the FIFO principle&lt;br /&gt;
#The model presumes that the seniority of all of the developers (resources) is exactly the same (while in reality even if all the developer are similarly senior it does not mean that they are able of exactly the same performance on all type of tasks,or have the same performance everyday)&lt;br /&gt;
#This model excludes the impact of unpredictable factors (like new legal requirements, that can get higher priority and be handed over directly to the dev team and implemented as a hotfix)&lt;br /&gt;
#This model excludes the phase of Acceptance because of this phase is often jumped over and even though it in reality this fact often leads to the big list of bugs reported later, this is not the objective of this exact model.&lt;br /&gt;
#This model does not separate the process Testing and UAT testing, because UAT is considered to be insignificant for the purpose of this model &lt;br /&gt;
#Bug are supposed to be less priority and always to be served after Change requests (in reality some of the bugs are that huge, that they are served earlier&lt;br /&gt;
#There were not sufficient statistics about the code review quality, but it was estimated like that by the Techlead of the team. There were not enough statistics about the testing failure, estimation by the tester was used for the purpose of this simulation&lt;br /&gt;
&lt;br /&gt;
=Results and conclusion=&lt;/div&gt;</summary>
		<author><name>Antonsverlov</name></author>
		
	</entry>
	<entry>
		<id>http://www.simulace.info/index.php?title=File:Process_detail.jpg&amp;diff=20626</id>
		<title>File:Process detail.jpg</title>
		<link rel="alternate" type="text/html" href="http://www.simulace.info/index.php?title=File:Process_detail.jpg&amp;diff=20626"/>
		<updated>2021-01-20T01:54:36Z</updated>

		<summary type="html">&lt;p&gt;Antonsverlov: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Antonsverlov</name></author>
		
	</entry>
	<entry>
		<id>http://www.simulace.info/index.php?title=File:Process_IT_Team.jpg&amp;diff=20625</id>
		<title>File:Process IT Team.jpg</title>
		<link rel="alternate" type="text/html" href="http://www.simulace.info/index.php?title=File:Process_IT_Team.jpg&amp;diff=20625"/>
		<updated>2021-01-20T01:53:25Z</updated>

		<summary type="html">&lt;p&gt;Antonsverlov: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Antonsverlov</name></author>
		
	</entry>
	<entry>
		<id>http://www.simulace.info/index.php?title=File:Picture_1.jpg&amp;diff=20624</id>
		<title>File:Picture 1.jpg</title>
		<link rel="alternate" type="text/html" href="http://www.simulace.info/index.php?title=File:Picture_1.jpg&amp;diff=20624"/>
		<updated>2021-01-20T01:36:58Z</updated>

		<summary type="html">&lt;p&gt;Antonsverlov: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Antonsverlov</name></author>
		
	</entry>
	<entry>
		<id>http://www.simulace.info/index.php?title=File:Picture_3.jpg&amp;diff=20623</id>
		<title>File:Picture 3.jpg</title>
		<link rel="alternate" type="text/html" href="http://www.simulace.info/index.php?title=File:Picture_3.jpg&amp;diff=20623"/>
		<updated>2021-01-20T01:34:02Z</updated>

		<summary type="html">&lt;p&gt;Antonsverlov: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Antonsverlov</name></author>
		
	</entry>
</feed>