0% found this document useful (0 votes)
63 views20 pages

Introduced in Version Author Modified Sheet(s) Type of Change Description

This document contains a changelog listing changes made to a project management spreadsheet. It includes over 30 entries describing new features added, bugs fixed, and improvements made by multiple authors from January 2017 to September 2017. Changes include adding new charts, improving performance by removing unused formulas and rows, fixing bugs in calculations and chart behavior, and refactoring code for better usability.

Uploaded by

André Luz
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
63 views20 pages

Introduced in Version Author Modified Sheet(s) Type of Change Description

This document contains a changelog listing changes made to a project management spreadsheet. It includes over 30 entries describing new features added, bugs fixed, and improvements made by multiple authors from January 2017 to September 2017. Changes include adding new charts, improving performance by removing unused formulas and rows, fixing bugs in calculations and chart behavior, and refactoring code for better usability.

Uploaded by

André Luz
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 20

Default sheet version: 03/10/2018 13:00

Introduced in Version Author Modified Sheet(s) Type of Change Description


01/06/2017 16:15 LAB Changelog New Feature Added "Changelog" sheet
01/06/2017 16:15 LAB Everything (extensive change) Refactoring/Improvement Replacement of "today()" formulas by a reference to a fixed cell with the current date on "Itens" sheet.
It really helped the performance as it was tested separately to be sure
01/06/2017 16:15 LAB Metrics Utilities (GScript) Refactoring/Improvement "Cron job" and other options by Google Script to automatic update the "current data" cell in "Config".
Also changed name of Monte Carlo project be broader in meaning and add this new part of code
together.
01/06/2017 16:15 LAB Everything (extensive change) Refactoring/Improvement Removed thousands of blank rows.The ones that remain should be ok for one year of project (in
Weeks), a hundred days of lead time and 200 itens. Maybe it helps with performance.
09/06/2017 15:00 LAB Everything (extensive change) New Feature Put a few switches to enable calculations only when that analysis will be used in the project (for
example, calendar days for lead time)
09/06/2017 15:00 LAB Config Refactoring/Improvement Removed a few timeframes to help performance
09/06/2017 15:00 LAB Items Bug fix Formula to enumerate weeks on first row had different range (shorter) from the others rows below of it
09/06/2017 15:00 LAB Everything (extensive change) Refactoring/Improvement Changed many functions to use limitless range to look for data to be sure we'll always be using all
data rows
09/06/2017 15:00 LAB Throughput New Feature New throughput stacked bars chart to show the ratio of each item type
09/06/2017 15:00 LAB Throughput New Feature Now the moving average for throughput is separated from lead time as they are on different domains
(items and time)
09/06/2017 15:00 LAB Everything (extensive change) Refactoring/Improvement Removed many unused columns and formulas
09/06/2017 15:00 LAB Weeks Refactoring/Improvement Changed many formulas in hope of speed up things
09/06/2017 15:00 LAB Everything (extensive change) Refactoring/Improvement Many cells call "indirect" function in a concatenated text and evaluate the same string hundreds of
times. These pre calculated strings are in Config now, saving calculation.
09/06/2017 15:00 LAB Burnup New Feature Burn up chart now presents the last day of week for all timeframes as needed (it shows only the last
day to prevent cluttering of text in middle of the chart)
09/06/2017 15:00 LAB Burnup Bug fix Now burn up chart doesn't mess up with types of series (column switching to line, etc.) when a new
time frame is included.
09/06/2017 15:00 LAB Burnup New Feature Burn up chart now self adjust its horizontal axis to always show prediction dates
09/06/2017 15:00 LAB Burnup New Feature Burn up chart for each type of item
09/06/2017 15:00 LAB CFD Bug fix One of the steps of the process wasn't being show on CFD charts
09/06/2017 15:00 LAB LT Breakdown Refactoring/Improvement Now the options to modify the chart are in config sheet for better UX
09/06/2017 15:00 LAB Lead Time Breakdown Data Bug fix There was a bug in the calculations for whoever used the spreadsheet with all the 11 steps
09/06/2017 15:00 LAB Lead Time Breakdown Data Bug fix The results for data calculations in lead time breakdown was always one day behind the correct value
in "calendar days" sheet. Sometimes it resulted in negative values.
09/06/2017 15:00 LAB LT Bug fix Now LT chart doesn't mess up with types of series (scatter switching to line, etc.) when there is no "in
progress" series (i.e. when there is no item of that type in progress). It still can happen when there is
no average to show, though (i.e. if there is less than 5 items done or in progress).
09/06/2017 15:00 LAB LT Bug fix It was missing a few columns in lead time calendar days data to plot correct charts for each type of
issue.
09/06/2017 15:00 LAB Metrics Utilities (GScript) New Feature Currently we have more than 40 sheets (tabs) in this spreadsheet. To make it easier to manage them
there is an option to setup up to 3 shortcuts to a specific state of hide/show sheets. Just call it from
metric utilities menu and it will hide/show the sheets as you set it up.
09/06/2017 15:00 LAB LT Breakdown Refactoring/Improvement Added axis labels for histogram charts (there was none)
09/06/2017 15:00 LAB Quick Info New Feature Now lead time statistics in "Quick info" take into account a range of items enabling more specific
analysis
28/06/2017 11:50 LAB Everything (extensive change) Bug fix Checked option "Aggregate column XY" in a few charts to prevent "data in column XY must be
numeric" message/bug.
17/07/2017 18:55 EK Lead Time Data Bug fix Bug fix in "query" formulas used in lead time calculation. Depending on item ordering in "itens" sheet,
the first line in data in "Data Lead Time" shows unmeaningful data.
07/09/2017 09:42 EK Lead Time Breakdown Data Refactoring/Improvement Change the range to get all the Items (from A3:AA100 to A3:AA) to calculate the lead time breakdown
(working and calendar days)
07/09/2017 15:24 EK Weeks Refactoring/Improvement Add the forecasting number and issue type on the burnup legend. Now you can see: "Optimistic (4
items)", "Pessimistic (1 US)", and so on.
20/09/2017 13:13 FRE Config Refactoring/Improvement Added conditional formating for the sheets visibility selectors: green for show and red for hide.
20/09/2017 13:13 FRE Config Refactoring/Improvement Moved the steps configuration to the top of the page, right below the "Important dates" section.
20/09/2017 15:38 FRE Lead Time Data Refactoring/Improvement Increased the number of lines for the LT Data sheets and removed an usued area from the LT Data
calendar days sheet.
20/09/2017 15:38 FRE Lead Time Data Refactoring/Improvement Added a ordering parameter to the filter formula, so it's not necessary to reorder the items by the start
step anymore.
20/09/2017 18:20 FRE Lead Time Breakdown Data Refactoring/Improvement Added a ordering parameter to the filter formula, so it's not necessary to reorder the items by the start
step anymore.
21/09/2017 17:10 FRE Config Refactoring/Improvement Now it's possible to select Global LT input, start and end columns based on the steps provided in the
"Process steps" section; no need to type the columns indexes anymore.
03/01/2018 09:45 FRE Config Refactoring/Improvement Lista de feriados updated for 2018.
04/01/2018 15:42 FRE Config Refactoring/Improvement Created a named range for the process steps name and date collumns. This doesn't affect the rest of
the spreadsheet and will be used by the JIRA integration script.
04/01/2018 15:42 FRE Metrics Utilities (GScript) Refactoring/Improvement Created a new menu for the metrics utilities functions (it's now outside of the Add-ons menu)
04/01/2018 15:42 FRE Metrics Utilities (GScript) New Feature Created a new file and lot of functions in order to retrive issues from JIRA and update the Items sheet
automatically. Also, added some menu items so the integration config and the update process can be
started.
24/01/2018 17:40 FRE Metrics Utilities (GScript) Refactoring/Improvement Improved how some data is processed and also created a more perfomatic mode where you can save
most of the data with only one write operation (which is still disabled by default)
26/01/2018 13:50 FRE Metrics Utilities (GScript) Refactoring/Improvement Changed the way the JIRA script compares the process steps names.
29/01/2018 18:50 FRE Lead Time Breakdown Data Refactoring/Improvement Changed the LT Breakdown data to query the columns based on the process steps as configured into
the Config tab; Since it was previously static, it was not possible to move date/week columns without
impacting its expected operation.
14/03/2018 16:30 FRE Metrics Utilities (GScript) Bug fix Corrected a bug that was causing the JIRA integration script to save the date for the first time a
transaction has happened, instead of the last one.
27/03/2018 18:00 FRE LT Bug fix Corrected the way Lead Time calendar days is calculated, to make it the same way as it is done for
work days. Also, corrected the quick info area for lead time analysis regarding calendar days.
27/03/2018 18:00 FRE LT Breakdown Bug fix Corrected the way Lead Time breakdown for calendar days is calculated, to make it the same way as
it is done for work days.
16/04/2018 19:00 FRE Changelog Refactoring/Improvement Created an "Author" collumn for the changelog, so it's easier to solve questions about the changes,
when needed.
16/04/2018 19:00 FRE List of Holidays Refactoring/Improvement Translated the tab name and content, as well as the named range related to it.
16/04/2018 19:00 FRE Items Refactoring/Improvement Moved the week info collums to the end of the Items tab (last collumns)
16/04/2018 19:00 FRE Weeks Refactoring/Improvement Removed team area; changed some calculations perfomance, especially the ones regarding Burnup
by issue type; reorganized week labels collumns and formulas.
Default sheet version: 03/10/2018 13:00

Introduced in Version Author Modified Sheet(s) Type of Change Description


16/04/2018 19:00 FRE Everything (extensive change) Refactoring/Improvement Improved tab name standardization; several visual improvements for the charts: font size, axis labels
and legend position.
03/07/2018 15:30 WZ Weeks Bug fix Fixed burnup up labels for Issue Types 1, 2, 3 and 4. The "optimistic" projection was labeled as "most
likely", now it's corrrect.
03/10/2018 13:00 BRW Config New Feature Created new setup areas called "Show on CFD" and "CFD Analysis", used to show or hide specific
columns from the project kanban workflow and plot a new CFD Chart called "CFD (Partial)" based
upon week start/week end configurations, respectively
09/01/2019 LM Metrics Utilities (GScript) New Feature Added the function PrintJiraConfigData to help Debug and Config ( acess it from within the script
editor)
Important Dates
Project start date 12/03/2019 Today is 29/01/2020

Process Steps obs. show on CFD


Step 1 Ready to dev F Q on
Step 2 Doing G R on
Step 3 Ready to test H S on
Step 4 Testing I T on
Step 5 Ready to prod J U on
Step 6 Released K V on
Step 7 off
Step 8 off
Step 9 off
Step 10 off
Step 11 off

Period (moving average)


lead time 5 items count
throughput 5 weeks

Global Lead Time


name date info week info
input column Ready to dev F Q
start column Doing G R
end column Released K V

work days calendar days


calculation method and charts enabled enabled

Issue Types name Lead Time Breakdown


Type 1 (Purple) User Story work days calendar days
Type 2 (Yellow) Defeat calculation method and charts enabled enabled
Type 3 (Red) Bug
Type 4 (Orange) Tech Story work days calendar days
show all items or only wip? wip wip

Time Frames/Releases work days calendar days


1 Q1 Ready to dev show show
2 Q2 Doing show show
3 Q3 Ready to test show show
4 Q4 Testing show show
5 Ready to prod show show
6 Released show show
don't show don't show
don't show don't show
don't show don't show
don't show don't show
don't show don't show

CFD analysis (Partial)


week start 17
week end 52
current week 47

Sheets state shortcuts (Google script) *


* You can use custom function "SHEETSLIST()" to list all sheet names to update the default list below.
There is a bug in the GSuite that requires the spreadsheet app to be reloaded whenever you select to change the visibility of a chart on its own sheet.
Despite this, the operation is succesfull after the page is reloaded.
sheet state 1 sheet state 2 sheet state 3
Burnup (all) show show show
Burnup (issue type 1) show hide hide
Burnup (issue type 2) show hide hide
Burnup (issue type 3) show hide hide
Burnup (issue type 4) show hide hide
CFD (all) show show show
CFD (issue type 1) show hide hide
CFD (issue type 2) show hide hide
CFD (issue type 3) show hide hide
CFD (issue type 4) show hide hide
Changelog show hide show
Config show show show
Data (LT - calendar days) show hide hide
Data (LT - work days) show hide hide
Data (LT Breakdown - calendar days) show hide hide
Data (LT Breakdown - work days) show hide hide
Data (LT Histogram) show hide hide
Data (Monte Carlo) show hide hide
Data (Throughput Histogram) show hide hide
Items show show show
LT (calendar days - all) show hide hide
LT (calendar days - issue type 1) show hide hide
LT (calendar days - issue type 2) show hide hide
LT (calendar days - issue type 3) show hide hide
LT (calendar days - issue type 4) show hide hide
LT (work days - all) show show show
LT (work days - issue type 1) show hide hide
LT (work days - issue type 2) show hide hide
LT (work days - issue type 3) show hide hide
LT (work days - issue type 4) show hide hide
LT Breakdown (calendar days - all) show hide hide
LT Breakdown (work days - all) show show show
LT Histogram (calendar days - all) show hide hide
LT Histogram (work days - all) show show show
List of Holidays show hide show
Monte Carlo show hide hide
Quick info show show show
StoryMap show hide show
Throughput (all) show show show
Throughput Average (all) show show show
Throughput Histogram (all) show show show
Weeks show hide show

Heavily used auxiliar calculation

date cells week cells


input column Items!F3:F Items!Q3:Q
start column Items!G3:G Items!R3:R
end column Items!K3:K Items!V3:V
Step 1 Items!F3:F Items!Q3:Q
Step 2 Items!G3:G Items!R3:R
Step 3 Items!H3:H Items!S3:S
Step 4 Items!I3:I Items!T3:T
Step 5 Items!J3:J Items!U3:U
Step 6 Items!K3:K Items!V3:V
Step 7 Items!3: Items!3:
Step 8 Items!3: Items!3:
Step 9 Items!3: Items!3:
Step 10 Items!3: Items!3:
Step 11 Items!3: Items!3:

Columns for LT query ,F,G,H,I,J,K ,Q,R,S,T,U,V


Date Holiday Day of Week
01/01/2019 Confraternização Universal terça-feira
25/01/2019 Aniversário de SP sexta-feira
04/03/2019 Ponte Carnaval segunda-feira
05/03/2019 Carnaval terça-feira
06/03/2019 Quarta-feira de Cinzas quarta-feira
19/04/2019 Sexta-feira da Paixão sexta-feira
21/04/2019 Páscoa domingo
21/04/2019 Tiradentes domingo
01/05/2019 Dia do Trabalho quarta-feira
20/06/2019 Corpus Christi quinta-feira
09/07/2019 Revolução de 32 terça-feira
01/08/2019 Aniversário de Bauru quinta-feira
07/09/2019 Independência do Brasil sábado
12/10/2019 Nossa Senhora Aparecida sábado
02/11/2019 Finados sábado
15/11/2019 Proclamação da República sexta-feira
20/11/2019 Consciência Negra quarta-feira
24/12/2019 Recesso - Véspera de Natal terça-feira
25/12/2019 Natal quarta-feira
31/12/2019 Recesso - Confraternização Universal terça-feira
Throughput analysis
week start 1
week end 46
current week 47

Throughput ALL User Story Defeat Bug Tech Story


Min 0,0 0,0 0,0 0,0 0,0
Max. 0,0 0,0 0,0 0,0 0,0
Mode 0,0 0,0 0,0 0,0 0,0
Median 0,0 0,0 0,0 0,0 0,0
Average 0,0 0,0 0,0 0,0 0,0
Percentile 75 0,0 0,0 0,0 0,0 0,0
Percentile 95 0,0 0,0 0,0 0,0 0,0

Lead time analysis


item start 7 * It will use the already done items between these accordingly
item end 7 to order in "items" sheet (it's the same one used in charts)
first item delivered #N/A
last item delivered #N/A

Leadtime (working days) ALL User Story Defeat Bug Tech Story
Min 0 0 0 0 0
Max. 0 0 0 0 0
Mode 0 0 0 0 0
Median 0,0 0,0 0,0 0,0 0,0
Average 0,0 0,0 0,0 0,0 0,0
Percentile 75 0,0 0,0 0,0 0,0 0,0
Percentile 95 0,0 0,0 0,0 0,0 0,0

Leadtime (calendar days) ALL User Story Defeat Bug Tech Story
Min 0 0 0 0 0
Max. 0 0 0 0 0
Mode 0 0 0 0 0
Median 0,0 0,0 0,0 0,0 0,0
Average 0,0 0,0 0,0 0,0 0,0
Percentile 75 0,0 0,0 0,0 0,0 0,0
Percentile 95 0,0 0,0 0,0 0,0 0,0

Forecasting (throughput) ALL User Story Defeat Bug Tech Story


Min 1,0 1,0 1,0 1,0 1,0
Most likely 2,0 2,0 2,0 2,0 2,0
Max 4,0 3,0 3,0 3,0 3,0
|----------------------- ------------------------------------------------------ Throughput ------------------------------------------------------ -----------------------| |------------------------ ----------------- ----------------- ----------------- ----------------- ----------------- BURN UP (ALL) -----------------
-----------------
------------------------------------------------------ -------------------------------------
-------------------------------------
-------------------------------------
-------------------------------------
------------------------------------- ------------------| |------------------------ ----------------- ----------------- ----------------- ----------------- ----------------- BURN UP ( Issue Type 1) -----------------
-----------------
------------------------------------------------------ -------------------------------------
-------------------------------------
-------------------------------------
-------------------------------------
------------------------------------- ------------------| |------------------------ ----------------- ----------------- ----------------- ----------------- ----------------- BURN UP ( Issue Type 2) -----------------
-----------------
------------------------------------------------------ -------------------------------------
-------------------------------------
-------------------------------------
-------------------------------------
------------------------------------- ------------------| |------------------------ ----------------- ----------------- ----------------- ----------------- ----------------- BURN UP ( Issue Type 3) -----------------
-----------------
------------------------------------------------------ -------------------------------------
-------------------------------------
-------------------------------------
-------------------------------------
------------------------------------- ------------------| |------------------------ ----------------- ----------------- ----------------- ----------------- ----------------- BURN UP ( Issue Type 4) -----------------
-----------------
------------------------------------------------------ -------------------------------------
-------------------------------------
-------------------------------------
-------------------------------------
------------------------------------- ------------------| |----------------------------------------------
-----------------------
-----------------------
----------------------- CFD (ALL) -----------------------
-----------------------
-----------------------
-----------------------
------------------------------------------| |----------------------------------------------
-----------------------
----------------------- CFD (Issue type 1) -----------------------
-----------------------
-----------------------
------------------------------------------| |----------------------------------------------
-----------------------
----------------------- CFD (Issue type 2) -----------------------
-----------------------
-----------------------
------------------------------------------| |----------------------------------------------
-----------------------
----------------------- CFD (Issue type 3) -----------------------
-----------------------
-----------------------
------------------------------------------| |----------------------------------------------
-----------------------
----------------------- CFD (Issue type 4) -----------------------
-----------------------
-----------------------
------------------------------------------|
WEEKS Week of Week of Week of Week of Week of Week of Week of Week of Week of Week of Week of Week of Week of Week of Week of
Partial Partial Partial Partial Partial Partial Accumulate Partial Partial Partial Partial Partial Partial Accumulate Partial Partial Partial Partial Partial Partial Accumulate Partial Partial Partial Partial Partial Partial Accumulate Partial Partial Partial Partial Partial Partial Accumulate
All Backlog Backlog Backlog Backlog Backlog Backlog d Backlog
Completion Completion Completion 1,0 2,0 4,0 User Story Backlog Backlog Backlog Backlog Backlog Backlog d Backlog
Completion Completion Completion 1,0 2,0 3,0 Defeat Backlog Backlog Backlog Backlog Backlog Backlog d Backlog
Completion Completion Completion 1,0 2,0 3,0 Bug Backlog Backlog Backlog Backlog Backlog Backlog d Backlog
Completion Completion Completion 1,0 2,0 3,0 Tech Story Backlog Backlog Backlog Backlog Backlog Backlog d Backlog
Completion Completion Completion 1,0 2,0 3,0 All User Story Defeat Bug Tech Story
(row) (row) (row) (row) (row) (row) (row) (row) (row) (row) (row) (row) (row) (row) (row)
Accumulated Accumulated Accumulated Accumulated Accumulated
start end # weeks labels previous weeks labels Obs Week All Types User Story Defeat Bug Tech Story Moving average [1] Week Q1 Q2 Q3 Q4 Backlog Pessimistic Most Likely Optimistic Accumulate Throughput Pessimistic (1 items) Most likely (2 items) Optimistic (4 items) Week Q1 Q2 Q3 Q4 Backlog Pessimistic Most Likely Optimistic Accumulate Throughput Pessimistic (1 User Story) Most likely (2 User Story) Optimistic (3 User Story) Week Q1 Q2 Q3 Q4 Backlog Pessimistic Most Likely Optimistic Accumulate Throughput Pessimistic (1 Defeat) Most likely (2 Defeat) Optimistic (3 Defeat) Week Q1 Q2 Q3 Q4 Backlog Pessimistic Most Likely Optimistic Accumulate Throughput Pessimistic (1 Bug) Most likely (2 Bug) Optimistic (3 Bug) Week Q1 Q2 Q3 Q4 Backlog Pessimistic Most Likely Optimistic Accumulate Throughput Pessimistic (1 Tech Story) Most likely (2 Tech Story) Optimistic (3 Tech Story) Week Ready to dev Doing Ready to test Testing Ready to prod Released Week Ready to dev Doing Ready to test Testing Ready to prod Released Week Ready to dev Doing Ready to test Testing Ready to prod Released Week Ready to dev Doing Ready to test Testing Ready to prod Released Week Ready to dev Doing Ready to test Testing Ready to prod Released
12/03 15/03 1 12/03 - 15/03 12/03 - 15/03 [1] 12/03 - 15/03 [1] 0,0 0,0 0,0 0,0 0,0 12/03 - 15/03 [1] 0 0 0 0 Q1 0 #N/A #N/A #N/A 0 12/03 - 15/03 [1] 0 0 0 0 Q1 0 #N/A #N/A #N/A 0 12/03 - 15/03 [1] 0 0 0 0 Q1 0 #N/A #N/A #N/A 0 12/03 - 15/03 [1] 0 0 0 0 Q1 0 #N/A #N/A #N/A 0 12/03 - 15/03 [1] 0 0 0 0 Q1 0 #N/A #N/A #N/A 0 12/03 - 15/03 [1] 0 0 0 0 0 0 12/03 - 15/03 [1] 0 0 0 0 0 0 12/03 - 15/03 [1] 0 0 0 0 0 0 12/03 - 15/03 [1] 0 0 0 0 0 0 12/03 - 15/03 [1] 0 0 0 0 0 0
18/03 22/03 2 18/03 - 22/03 18/03 - 22/03 [2] 18/03 - 22/03 [2] 0,0 0,0 0,0 0,0 0,0 18/03 - 22/03 [2] 0 0 0 0 Q2 0 #N/A #N/A #N/A 0 18/03 - 22/03 [2] 0 0 0 0 Q2 0 #N/A #N/A #N/A 0 18/03 - 22/03 [2] 0 0 0 0 Q2 0 #N/A #N/A #N/A 0 18/03 - 22/03 [2] 0 0 0 0 Q2 0 #N/A #N/A #N/A 0 18/03 - 22/03 [2] 0 0 0 0 Q2 0 #N/A #N/A #N/A 0 18/03 - 22/03 [2] 0 0 0 0 0 0 18/03 - 22/03 [2] 0 0 0 0 0 0 18/03 - 22/03 [2] 0 0 0 0 0 0 18/03 - 22/03 [2] 0 0 0 0 0 0 18/03 - 22/03 [2] 0 0 0 0 0 0
25/03 29/03 3 25/03 - 29/03 25/03 - 29/03 [3] 25/03 - 29/03 [3] 0,0 0,0 0,0 0,0 0,0 25/03 - 29/03 [3] 0 0 0 0 Q3 0 #N/A #N/A #N/A 0 25/03 - 29/03 [3] 0 0 0 0 Q3 0 #N/A #N/A #N/A 0 25/03 - 29/03 [3] 0 0 0 0 Q3 0 #N/A #N/A #N/A 0 25/03 - 29/03 [3] 0 0 0 0 Q3 0 #N/A #N/A #N/A 0 25/03 - 29/03 [3] 0 0 0 0 Q3 0 #N/A #N/A #N/A 0 25/03 - 29/03 [3] 0 0 0 0 0 0 25/03 - 29/03 [3] 0 0 0 0 0 0 25/03 - 29/03 [3] 0 0 0 0 0 0 25/03 - 29/03 [3] 0 0 0 0 0 0 25/03 - 29/03 [3] 0 0 0 0 0 0
01/04 05/04 4 01/04 - 05/04 01/04 - 05/04 [4] 01/04 - 05/04 [4] 0,0 0,0 0,0 0,0 0,0 01/04 - 05/04 [4] 0 0 0 0 Q4 0 #N/A #N/A #N/A 0 01/04 - 05/04 [4] 0 0 0 0 Q4 0 #N/A #N/A #N/A 0 01/04 - 05/04 [4] 0 0 0 0 Q4 0 #N/A #N/A #N/A 0 01/04 - 05/04 [4] 0 0 0 0 Q4 0 #N/A #N/A #N/A 0 01/04 - 05/04 [4] 0 0 0 0 Q4 0 #N/A #N/A #N/A 0 01/04 - 05/04 [4] 0 0 0 0 0 0 01/04 - 05/04 [4] 0 0 0 0 0 0 01/04 - 05/04 [4] 0 0 0 0 0 0 01/04 - 05/04 [4] 0 0 0 0 0 0 01/04 - 05/04 [4] 0 0 0 0 0 0
08/04 12/04 5 08/04 - 12/04 08/04 - 12/04 [5] 08/04 - 12/04 [5] 0,0 0,0 0,0 0,0 0,0 0,0 08/04 - 12/04 [5] 0 0 0 0 0 08/04 - 12/04 [5] 0 0 0 0 0 08/04 - 12/04 [5] 0 0 0 0 0 08/04 - 12/04 [5] 0 0 0 0 0 08/04 - 12/04 [5] 0 0 0 0 0 08/04 - 12/04 [5] 0 0 0 0 0 0 08/04 - 12/04 [5] 0 0 0 0 0 0 08/04 - 12/04 [5] 0 0 0 0 0 0 08/04 - 12/04 [5] 0 0 0 0 0 0 08/04 - 12/04 [5] 0 0 0 0 0 0
15/04 19/04 6 15/04 - 19/04 15/04 - 19/04 [6] 15/04 - 19/04 [6] 0,0 0,0 0,0 0,0 0,0 0,0 15/04 - 19/04 [6] 0 0 0 0 0 15/04 - 19/04 [6] 0 0 0 0 0 15/04 - 19/04 [6] 0 0 0 0 0 15/04 - 19/04 [6] 0 0 0 0 0 15/04 - 19/04 [6] 0 0 0 0 0 15/04 - 19/04 [6] 0 0 0 0 0 0 15/04 - 19/04 [6] 0 0 0 0 0 0 15/04 - 19/04 [6] 0 0 0 0 0 0 15/04 - 19/04 [6] 0 0 0 0 0 0 15/04 - 19/04 [6] 0 0 0 0 0 0
complete complete complete complete complete
22/04 26/04 7 22/04 - 26/04 22/04 - 26/04 [7] 22/04 - 26/04 [7] 0,0 0,0 0,0 0,0 0,0 0,0 22/04 - 26/04 [7] 0 0 0 0 backlog: 0 0 22/04 - 26/04 [7] 0 0 0 0 backlog: 0 0 22/04 - 26/04 [7] 0 0 0 0 backlog: 0 0 22/04 - 26/04 [7] 0 0 0 0 backlog: 0 0 22/04 - 26/04 [7] 0 0 0 0 backlog: 0 0 22/04 - 26/04 [7] 0 0 0 0 0 0 22/04 - 26/04 [7] 0 0 0 0 0 0 22/04 - 26/04 [7] 0 0 0 0 0 0 22/04 - 26/04 [7] 0 0 0 0 0 0 22/04 - 26/04 [7] 0 0 0 0 0 0
29/04 03/05 8 29/04 - 03/05 29/04 - 03/05 [8] 29/04 - 03/05 [8] 0,0 0,0 0,0 0,0 0,0 0,0 29/04 - 03/05 [8] 0 0 0 0 0 29/04 - 03/05 [8] 0 0 0 0 0 29/04 - 03/05 [8] 0 0 0 0 0 29/04 - 03/05 [8] 0 0 0 0 0 29/04 - 03/05 [8] 0 0 0 0 0 29/04 - 03/05 [8] 0 0 0 0 0 0 29/04 - 03/05 [8] 0 0 0 0 0 0 29/04 - 03/05 [8] 0 0 0 0 0 0 29/04 - 03/05 [8] 0 0 0 0 0 0 29/04 - 03/05 [8] 0 0 0 0 0 0
06/05 10/05 9 06/05 - 10/05 06/05 - 10/05 [9] 06/05 - 10/05 [9] 0,0 0,0 0,0 0,0 0,0 0,0 06/05 - 10/05 [9] 0 0 0 0 0 06/05 - 10/05 [9] 0 0 0 0 0 06/05 - 10/05 [9] 0 0 0 0 0 06/05 - 10/05 [9] 0 0 0 0 0 06/05 - 10/05 [9] 0 0 0 0 0 06/05 - 10/05 [9] 0 0 0 0 0 0 06/05 - 10/05 [9] 0 0 0 0 0 0 06/05 - 10/05 [9] 0 0 0 0 0 0 06/05 - 10/05 [9] 0 0 0 0 0 0 06/05 - 10/05 [9] 0 0 0 0 0 0
13/05 17/05 10 13/05 - 17/05 13/05 - 17/05 [10] 13/05 - 17/05 [10] 0,0 0,0 0,0 0,0 0,0 0,0 13/05 - 17/05 [10] 0 0 0 0 0 13/05 - 17/05 [10] 0 0 0 0 0 13/05 - 17/05 [10] 0 0 0 0 0 13/05 - 17/05 [10] 0 0 0 0 0 13/05 - 17/05 [10] 0 0 0 0 0 13/05 - 17/05 [10] 0 0 0 0 0 0 13/05 - 17/05 [10] 0 0 0 0 0 0 13/05 - 17/05 [10] 0 0 0 0 0 0 13/05 - 17/05 [10] 0 0 0 0 0 0 13/05 - 17/05 [10] 0 0 0 0 0 0
20/05 24/05 11 20/05 - 24/05 20/05 - 24/05 [11] 20/05 - 24/05 [11] 0,0 0,0 0,0 0,0 0,0 0,0 20/05 - 24/05 [11] 0 0 0 0 0 20/05 - 24/05 [11] 0 0 0 0 0 20/05 - 24/05 [11] 0 0 0 0 0 20/05 - 24/05 [11] 0 0 0 0 0 20/05 - 24/05 [11] 0 0 0 0 0 20/05 - 24/05 [11] 0 0 0 0 0 0 20/05 - 24/05 [11] 0 0 0 0 0 0 20/05 - 24/05 [11] 0 0 0 0 0 0 20/05 - 24/05 [11] 0 0 0 0 0 0 20/05 - 24/05 [11] 0 0 0 0 0 0
27/05 31/05 12 27/05 - 31/05 27/05 - 31/05 [12] 27/05 - 31/05 [12] 0,0 0,0 0,0 0,0 0,0 0,0 27/05 - 31/05 [12] 0 0 0 0 0 27/05 - 31/05 [12] 0 0 0 0 0 27/05 - 31/05 [12] 0 0 0 0 0 27/05 - 31/05 [12] 0 0 0 0 0 27/05 - 31/05 [12] 0 0 0 0 0 27/05 - 31/05 [12] 0 0 0 0 0 0 27/05 - 31/05 [12] 0 0 0 0 0 0 27/05 - 31/05 [12] 0 0 0 0 0 0 27/05 - 31/05 [12] 0 0 0 0 0 0 27/05 - 31/05 [12] 0 0 0 0 0 0
03/06 07/06 13 03/06 - 07/06 03/06 - 07/06 [13] 03/06 - 07/06 [13] 0,0 0,0 0,0 0,0 0,0 0,0 03/06 - 07/06 [13] 0 0 0 0 0 03/06 - 07/06 [13] 0 0 0 0 0 03/06 - 07/06 [13] 0 0 0 0 0 03/06 - 07/06 [13] 0 0 0 0 0 03/06 - 07/06 [13] 0 0 0 0 0 03/06 - 07/06 [13] 0 0 0 0 0 0 03/06 - 07/06 [13] 0 0 0 0 0 0 03/06 - 07/06 [13] 0 0 0 0 0 0 03/06 - 07/06 [13] 0 0 0 0 0 0 03/06 - 07/06 [13] 0 0 0 0 0 0
10/06 14/06 14 10/06 - 14/06 10/06 - 14/06 [14] 10/06 - 14/06 [14] 0,0 0,0 0,0 0,0 0,0 0,0 10/06 - 14/06 [14] 0 0 0 0 0 10/06 - 14/06 [14] 0 0 0 0 0 10/06 - 14/06 [14] 0 0 0 0 0 10/06 - 14/06 [14] 0 0 0 0 0 10/06 - 14/06 [14] 0 0 0 0 0 10/06 - 14/06 [14] 0 0 0 0 0 0 10/06 - 14/06 [14] 0 0 0 0 0 0 10/06 - 14/06 [14] 0 0 0 0 0 0 10/06 - 14/06 [14] 0 0 0 0 0 0 10/06 - 14/06 [14] 0 0 0 0 0 0
17/06 21/06 15 17/06 - 21/06 17/06 - 21/06 [15] 17/06 - 21/06 [15] 0,0 0,0 0,0 0,0 0,0 0,0 17/06 - 21/06 [15] 0 0 0 0 0 17/06 - 21/06 [15] 0 0 0 0 0 17/06 - 21/06 [15] 0 0 0 0 0 17/06 - 21/06 [15] 0 0 0 0 0 17/06 - 21/06 [15] 0 0 0 0 0 17/06 - 21/06 [15] 0 0 0 0 0 0 17/06 - 21/06 [15] 0 0 0 0 0 0 17/06 - 21/06 [15] 0 0 0 0 0 0 17/06 - 21/06 [15] 0 0 0 0 0 0 17/06 - 21/06 [15] 0 0 0 0 0 0
24/06 28/06 16 24/06 - 28/06 24/06 - 28/06 [16] 24/06 - 28/06 [16] 0,0 0,0 0,0 0,0 0,0 0,0 24/06 - 28/06 [16] 0 0 0 0 0 24/06 - 28/06 [16] 0 0 0 0 0 24/06 - 28/06 [16] 0 0 0 0 0 24/06 - 28/06 [16] 0 0 0 0 0 24/06 - 28/06 [16] 0 0 0 0 0 24/06 - 28/06 [16] 0 0 0 0 0 0 24/06 - 28/06 [16] 0 0 0 0 0 0 24/06 - 28/06 [16] 0 0 0 0 0 0 24/06 - 28/06 [16] 0 0 0 0 0 0 24/06 - 28/06 [16] 0 0 0 0 0 0
01/07 05/07 17 01/07 - 05/07 01/07 - 05/07 [17] 01/07 - 05/07 [17] 0,0 0,0 0,0 0,0 0,0 0,0 01/07 - 05/07 [17] 0 0 0 0 0 01/07 - 05/07 [17] 0 0 0 0 0 01/07 - 05/07 [17] 0 0 0 0 0 01/07 - 05/07 [17] 0 0 0 0 0 01/07 - 05/07 [17] 0 0 0 0 0 01/07 - 05/07 [17] 0 0 0 0 0 0 01/07 - 05/07 [17] 0 0 0 0 0 0 01/07 - 05/07 [17] 0 0 0 0 0 0 01/07 - 05/07 [17] 0 0 0 0 0 0 01/07 - 05/07 [17] 0 0 0 0 0 0
08/07 12/07 18 08/07 - 12/07 08/07 - 12/07 [18] 08/07 - 12/07 [18] 0,0 0,0 0,0 0,0 0,0 0,0 08/07 - 12/07 [18] 0 0 0 0 0 08/07 - 12/07 [18] 0 0 0 0 0 08/07 - 12/07 [18] 0 0 0 0 0 08/07 - 12/07 [18] 0 0 0 0 0 08/07 - 12/07 [18] 0 0 0 0 0 08/07 - 12/07 [18] 0 0 0 0 0 0 08/07 - 12/07 [18] 0 0 0 0 0 0 08/07 - 12/07 [18] 0 0 0 0 0 0 08/07 - 12/07 [18] 0 0 0 0 0 0 08/07 - 12/07 [18] 0 0 0 0 0 0
15/07 19/07 19 15/07 - 19/07 15/07 - 19/07 [19] 15/07 - 19/07 [19] 0,0 0,0 0,0 0,0 0,0 0,0 15/07 - 19/07 [19] 0 0 0 0 0 15/07 - 19/07 [19] 0 0 0 0 0 15/07 - 19/07 [19] 0 0 0 0 0 15/07 - 19/07 [19] 0 0 0 0 0 15/07 - 19/07 [19] 0 0 0 0 0 15/07 - 19/07 [19] 0 0 0 0 0 0 15/07 - 19/07 [19] 0 0 0 0 0 0 15/07 - 19/07 [19] 0 0 0 0 0 0 15/07 - 19/07 [19] 0 0 0 0 0 0 15/07 - 19/07 [19] 0 0 0 0 0 0
22/07 26/07 20 22/07 - 26/07 22/07 - 26/07 [20] 22/07 - 26/07 [20] 0,0 0,0 0,0 0,0 0,0 0,0 22/07 - 26/07 [20] 0 0 0 0 0 22/07 - 26/07 [20] 0 0 0 0 0 22/07 - 26/07 [20] 0 0 0 0 0 22/07 - 26/07 [20] 0 0 0 0 0 22/07 - 26/07 [20] 0 0 0 0 0 22/07 - 26/07 [20] 0 0 0 0 0 0 22/07 - 26/07 [20] 0 0 0 0 0 0 22/07 - 26/07 [20] 0 0 0 0 0 0 22/07 - 26/07 [20] 0 0 0 0 0 0 22/07 - 26/07 [20] 0 0 0 0 0 0
29/07 02/08 21 29/07 - 02/08 29/07 - 02/08 [21] 29/07 - 02/08 [21] 0,0 0,0 0,0 0,0 0,0 0,0 29/07 - 02/08 [21] 0 0 0 0 0 29/07 - 02/08 [21] 0 0 0 0 0 29/07 - 02/08 [21] 0 0 0 0 0 29/07 - 02/08 [21] 0 0 0 0 0 29/07 - 02/08 [21] 0 0 0 0 0 29/07 - 02/08 [21] 0 0 0 0 0 0 29/07 - 02/08 [21] 0 0 0 0 0 0 29/07 - 02/08 [21] 0 0 0 0 0 0 29/07 - 02/08 [21] 0 0 0 0 0 0 29/07 - 02/08 [21] 0 0 0 0 0 0
05/08 09/08 22 05/08 - 09/08 05/08 - 09/08 [22] 05/08 - 09/08 [22] 0,0 0,0 0,0 0,0 0,0 0,0 05/08 - 09/08 [22] 0 0 0 0 0 05/08 - 09/08 [22] 0 0 0 0 0 05/08 - 09/08 [22] 0 0 0 0 0 05/08 - 09/08 [22] 0 0 0 0 0 05/08 - 09/08 [22] 0 0 0 0 0 05/08 - 09/08 [22] 0 0 0 0 0 0 05/08 - 09/08 [22] 0 0 0 0 0 0 05/08 - 09/08 [22] 0 0 0 0 0 0 05/08 - 09/08 [22] 0 0 0 0 0 0 05/08 - 09/08 [22] 0 0 0 0 0 0
12/08 16/08 23 12/08 - 16/08 12/08 - 16/08 [23] 12/08 - 16/08 [23] 0,0 0,0 0,0 0,0 0,0 0,0 12/08 - 16/08 [23] 0 0 0 0 0 12/08 - 16/08 [23] 0 0 0 0 0 12/08 - 16/08 [23] 0 0 0 0 0 12/08 - 16/08 [23] 0 0 0 0 0 12/08 - 16/08 [23] 0 0 0 0 0 12/08 - 16/08 [23] 0 0 0 0 0 0 12/08 - 16/08 [23] 0 0 0 0 0 0 12/08 - 16/08 [23] 0 0 0 0 0 0 12/08 - 16/08 [23] 0 0 0 0 0 0 12/08 - 16/08 [23] 0 0 0 0 0 0
19/08 23/08 24 19/08 - 23/08 19/08 - 23/08 [24] 19/08 - 23/08 [24] 0,0 0,0 0,0 0,0 0,0 0,0 19/08 - 23/08 [24] 0 0 0 0 0 19/08 - 23/08 [24] 0 0 0 0 0 19/08 - 23/08 [24] 0 0 0 0 0 19/08 - 23/08 [24] 0 0 0 0 0 19/08 - 23/08 [24] 0 0 0 0 0 19/08 - 23/08 [24] 0 0 0 0 0 0 19/08 - 23/08 [24] 0 0 0 0 0 0 19/08 - 23/08 [24] 0 0 0 0 0 0 19/08 - 23/08 [24] 0 0 0 0 0 0 19/08 - 23/08 [24] 0 0 0 0 0 0
26/08 30/08 25 26/08 - 30/08 26/08 - 30/08 [25] 26/08 - 30/08 [25] 0,0 0,0 0,0 0,0 0,0 0,0 26/08 - 30/08 [25] 0 0 0 0 0 26/08 - 30/08 [25] 0 0 0 0 0 26/08 - 30/08 [25] 0 0 0 0 0 26/08 - 30/08 [25] 0 0 0 0 0 26/08 - 30/08 [25] 0 0 0 0 0 26/08 - 30/08 [25] 0 0 0 0 0 0 26/08 - 30/08 [25] 0 0 0 0 0 0 26/08 - 30/08 [25] 0 0 0 0 0 0 26/08 - 30/08 [25] 0 0 0 0 0 0 26/08 - 30/08 [25] 0 0 0 0 0 0
02/09 06/09 26 02/09 - 06/09 02/09 - 06/09 [26] 02/09 - 06/09 [26] 0,0 0,0 0,0 0,0 0,0 0,0 02/09 - 06/09 [26] 0 0 0 0 0 02/09 - 06/09 [26] 0 0 0 0 0 02/09 - 06/09 [26] 0 0 0 0 0 02/09 - 06/09 [26] 0 0 0 0 0 02/09 - 06/09 [26] 0 0 0 0 0 02/09 - 06/09 [26] 0 0 0 0 0 0 02/09 - 06/09 [26] 0 0 0 0 0 0 02/09 - 06/09 [26] 0 0 0 0 0 0 02/09 - 06/09 [26] 0 0 0 0 0 0 02/09 - 06/09 [26] 0 0 0 0 0 0
09/09 13/09 27 09/09 - 13/09 09/09 - 13/09 [27] 09/09 - 13/09 [27] 0,0 0,0 0,0 0,0 0,0 0,0 09/09 - 13/09 [27] 0 0 0 0 0 09/09 - 13/09 [27] 0 0 0 0 0 09/09 - 13/09 [27] 0 0 0 0 0 09/09 - 13/09 [27] 0 0 0 0 0 09/09 - 13/09 [27] 0 0 0 0 0 09/09 - 13/09 [27] 0 0 0 0 0 0 09/09 - 13/09 [27] 0 0 0 0 0 0 09/09 - 13/09 [27] 0 0 0 0 0 0 09/09 - 13/09 [27] 0 0 0 0 0 0 09/09 - 13/09 [27] 0 0 0 0 0 0
16/09 20/09 28 16/09 - 20/09 16/09 - 20/09 [28] 16/09 - 20/09 [28] 0,0 0,0 0,0 0,0 0,0 0,0 16/09 - 20/09 [28] 0 0 0 0 0 16/09 - 20/09 [28] 0 0 0 0 0 16/09 - 20/09 [28] 0 0 0 0 0 16/09 - 20/09 [28] 0 0 0 0 0 16/09 - 20/09 [28] 0 0 0 0 0 16/09 - 20/09 [28] 0 0 0 0 0 0 16/09 - 20/09 [28] 0 0 0 0 0 0 16/09 - 20/09 [28] 0 0 0 0 0 0 16/09 - 20/09 [28] 0 0 0 0 0 0 16/09 - 20/09 [28] 0 0 0 0 0 0
23/09 27/09 29 23/09 - 27/09 23/09 - 27/09 [29] 23/09 - 27/09 [29] 0,0 0,0 0,0 0,0 0,0 0,0 23/09 - 27/09 [29] 0 0 0 0 0 23/09 - 27/09 [29] 0 0 0 0 0 23/09 - 27/09 [29] 0 0 0 0 0 23/09 - 27/09 [29] 0 0 0 0 0 23/09 - 27/09 [29] 0 0 0 0 0 23/09 - 27/09 [29] 0 0 0 0 0 0 23/09 - 27/09 [29] 0 0 0 0 0 0 23/09 - 27/09 [29] 0 0 0 0 0 0 23/09 - 27/09 [29] 0 0 0 0 0 0 23/09 - 27/09 [29] 0 0 0 0 0 0
30/09 04/10 30 30/09 - 04/10 30/09 - 04/10 [30] 30/09 - 04/10 [30] 0,0 0,0 0,0 0,0 0,0 0,0 30/09 - 04/10 [30] 0 0 0 0 0 30/09 - 04/10 [30] 0 0 0 0 0 30/09 - 04/10 [30] 0 0 0 0 0 30/09 - 04/10 [30] 0 0 0 0 0 30/09 - 04/10 [30] 0 0 0 0 0 30/09 - 04/10 [30] 0 0 0 0 0 0 30/09 - 04/10 [30] 0 0 0 0 0 0 30/09 - 04/10 [30] 0 0 0 0 0 0 30/09 - 04/10 [30] 0 0 0 0 0 0 30/09 - 04/10 [30] 0 0 0 0 0 0
07/10 11/10 31 07/10 - 11/10 07/10 - 11/10 [31] 07/10 - 11/10 [31] 0,0 0,0 0,0 0,0 0,0 0,0 07/10 - 11/10 [31] 0 0 0 0 0 07/10 - 11/10 [31] 0 0 0 0 0 07/10 - 11/10 [31] 0 0 0 0 0 07/10 - 11/10 [31] 0 0 0 0 0 07/10 - 11/10 [31] 0 0 0 0 0 07/10 - 11/10 [31] 0 0 0 0 0 0 07/10 - 11/10 [31] 0 0 0 0 0 0 07/10 - 11/10 [31] 0 0 0 0 0 0 07/10 - 11/10 [31] 0 0 0 0 0 0 07/10 - 11/10 [31] 0 0 0 0 0 0
14/10 18/10 32 14/10 - 18/10 14/10 - 18/10 [32] 14/10 - 18/10 [32] 0,0 0,0 0,0 0,0 0,0 0,0 14/10 - 18/10 [32] 0 0 0 0 0 14/10 - 18/10 [32] 0 0 0 0 0 14/10 - 18/10 [32] 0 0 0 0 0 14/10 - 18/10 [32] 0 0 0 0 0 14/10 - 18/10 [32] 0 0 0 0 0 14/10 - 18/10 [32] 0 0 0 0 0 0 14/10 - 18/10 [32] 0 0 0 0 0 0 14/10 - 18/10 [32] 0 0 0 0 0 0 14/10 - 18/10 [32] 0 0 0 0 0 0 14/10 - 18/10 [32] 0 0 0 0 0 0
21/10 25/10 33 21/10 - 25/10 21/10 - 25/10 [33] 21/10 - 25/10 [33] 0,0 0,0 0,0 0,0 0,0 0,0 21/10 - 25/10 [33] 0 0 0 0 0 21/10 - 25/10 [33] 0 0 0 0 0 21/10 - 25/10 [33] 0 0 0 0 0 21/10 - 25/10 [33] 0 0 0 0 0 21/10 - 25/10 [33] 0 0 0 0 0 21/10 - 25/10 [33] 0 0 0 0 0 0 21/10 - 25/10 [33] 0 0 0 0 0 0 21/10 - 25/10 [33] 0 0 0 0 0 0 21/10 - 25/10 [33] 0 0 0 0 0 0 21/10 - 25/10 [33] 0 0 0 0 0 0
28/10 01/11 34 28/10 - 01/11 28/10 - 01/11 [34] 28/10 - 01/11 [34] 0,0 0,0 0,0 0,0 0,0 0,0 28/10 - 01/11 [34] 0 0 0 0 0 28/10 - 01/11 [34] 0 0 0 0 0 28/10 - 01/11 [34] 0 0 0 0 0 28/10 - 01/11 [34] 0 0 0 0 0 28/10 - 01/11 [34] 0 0 0 0 0 28/10 - 01/11 [34] 0 0 0 0 0 0 28/10 - 01/11 [34] 0 0 0 0 0 0 28/10 - 01/11 [34] 0 0 0 0 0 0 28/10 - 01/11 [34] 0 0 0 0 0 0 28/10 - 01/11 [34] 0 0 0 0 0 0
04/11 08/11 35 04/11 - 08/11 04/11 - 08/11 [35] 04/11 - 08/11 [35] 0,0 0,0 0,0 0,0 0,0 0,0 04/11 - 08/11 [35] 0 0 0 0 0 04/11 - 08/11 [35] 0 0 0 0 0 04/11 - 08/11 [35] 0 0 0 0 0 04/11 - 08/11 [35] 0 0 0 0 0 04/11 - 08/11 [35] 0 0 0 0 0 04/11 - 08/11 [35] 0 0 0 0 0 0 04/11 - 08/11 [35] 0 0 0 0 0 0 04/11 - 08/11 [35] 0 0 0 0 0 0 04/11 - 08/11 [35] 0 0 0 0 0 0 04/11 - 08/11 [35] 0 0 0 0 0 0
11/11 15/11 36 11/11 - 15/11 11/11 - 15/11 [36] 11/11 - 15/11 [36] 0,0 0,0 0,0 0,0 0,0 0,0 11/11 - 15/11 [36] 0 0 0 0 0 11/11 - 15/11 [36] 0 0 0 0 0 11/11 - 15/11 [36] 0 0 0 0 0 11/11 - 15/11 [36] 0 0 0 0 0 11/11 - 15/11 [36] 0 0 0 0 0 11/11 - 15/11 [36] 0 0 0 0 0 0 11/11 - 15/11 [36] 0 0 0 0 0 0 11/11 - 15/11 [36] 0 0 0 0 0 0 11/11 - 15/11 [36] 0 0 0 0 0 0 11/11 - 15/11 [36] 0 0 0 0 0 0
18/11 22/11 37 18/11 - 22/11 18/11 - 22/11 [37] 18/11 - 22/11 [37] 0,0 0,0 0,0 0,0 0,0 0,0 18/11 - 22/11 [37] 0 0 0 0 0 18/11 - 22/11 [37] 0 0 0 0 0 18/11 - 22/11 [37] 0 0 0 0 0 18/11 - 22/11 [37] 0 0 0 0 0 18/11 - 22/11 [37] 0 0 0 0 0 18/11 - 22/11 [37] 0 0 0 0 0 0 18/11 - 22/11 [37] 0 0 0 0 0 0 18/11 - 22/11 [37] 0 0 0 0 0 0 18/11 - 22/11 [37] 0 0 0 0 0 0 18/11 - 22/11 [37] 0 0 0 0 0 0
25/11 29/11 38 25/11 - 29/11 25/11 - 29/11 [38] 25/11 - 29/11 [38] 0,0 0,0 0,0 0,0 0,0 0,0 25/11 - 29/11 [38] 0 0 0 0 0 25/11 - 29/11 [38] 0 0 0 0 0 25/11 - 29/11 [38] 0 0 0 0 0 25/11 - 29/11 [38] 0 0 0 0 0 25/11 - 29/11 [38] 0 0 0 0 0 25/11 - 29/11 [38] 0 0 0 0 0 0 25/11 - 29/11 [38] 0 0 0 0 0 0 25/11 - 29/11 [38] 0 0 0 0 0 0 25/11 - 29/11 [38] 0 0 0 0 0 0 25/11 - 29/11 [38] 0 0 0 0 0 0
02/12 06/12 39 02/12 - 06/12 02/12 - 06/12 [39] 02/12 - 06/12 [39] 0,0 0,0 0,0 0,0 0,0 0,0 02/12 - 06/12 [39] 0 0 0 0 0 02/12 - 06/12 [39] 0 0 0 0 0 02/12 - 06/12 [39] 0 0 0 0 0 02/12 - 06/12 [39] 0 0 0 0 0 02/12 - 06/12 [39] 0 0 0 0 0 02/12 - 06/12 [39] 0 0 0 0 0 0 02/12 - 06/12 [39] 0 0 0 0 0 0 02/12 - 06/12 [39] 0 0 0 0 0 0 02/12 - 06/12 [39] 0 0 0 0 0 0 02/12 - 06/12 [39] 0 0 0 0 0 0
09/12 13/12 40 09/12 - 13/12 09/12 - 13/12 [40] 09/12 - 13/12 [40] 0,0 0,0 0,0 0,0 0,0 0,0 09/12 - 13/12 [40] 0 0 0 0 0 09/12 - 13/12 [40] 0 0 0 0 0 09/12 - 13/12 [40] 0 0 0 0 0 09/12 - 13/12 [40] 0 0 0 0 0 09/12 - 13/12 [40] 0 0 0 0 0 09/12 - 13/12 [40] 0 0 0 0 0 0 09/12 - 13/12 [40] 0 0 0 0 0 0 09/12 - 13/12 [40] 0 0 0 0 0 0 09/12 - 13/12 [40] 0 0 0 0 0 0 09/12 - 13/12 [40] 0 0 0 0 0 0
16/12 20/12 41 16/12 - 20/12 16/12 - 20/12 [41] 16/12 - 20/12 [41] 0,0 0,0 0,0 0,0 0,0 0,0 16/12 - 20/12 [41] 0 0 0 0 0 16/12 - 20/12 [41] 0 0 0 0 0 16/12 - 20/12 [41] 0 0 0 0 0 16/12 - 20/12 [41] 0 0 0 0 0 16/12 - 20/12 [41] 0 0 0 0 0 16/12 - 20/12 [41] 0 0 0 0 0 0 16/12 - 20/12 [41] 0 0 0 0 0 0 16/12 - 20/12 [41] 0 0 0 0 0 0 16/12 - 20/12 [41] 0 0 0 0 0 0 16/12 - 20/12 [41] 0 0 0 0 0 0
23/12 27/12 42 23/12 - 27/12 23/12 - 27/12 [42] 23/12 - 27/12 [42] 0,0 0,0 0,0 0,0 0,0 0,0 23/12 - 27/12 [42] 0 0 0 0 0 23/12 - 27/12 [42] 0 0 0 0 0 23/12 - 27/12 [42] 0 0 0 0 0 23/12 - 27/12 [42] 0 0 0 0 0 23/12 - 27/12 [42] 0 0 0 0 0 23/12 - 27/12 [42] 0 0 0 0 0 0 23/12 - 27/12 [42] 0 0 0 0 0 0 23/12 - 27/12 [42] 0 0 0 0 0 0 23/12 - 27/12 [42] 0 0 0 0 0 0 23/12 - 27/12 [42] 0 0 0 0 0 0
30/12 03/01 43 30/12 - 03/01 30/12 - 03/01 [43] 30/12 - 03/01 [43] 0,0 0,0 0,0 0,0 0,0 0,0 30/12 - 03/01 [43] 0 0 0 0 0 30/12 - 03/01 [43] 0 0 0 0 0 30/12 - 03/01 [43] 0 0 0 0 0 30/12 - 03/01 [43] 0 0 0 0 0 30/12 - 03/01 [43] 0 0 0 0 0 30/12 - 03/01 [43] 0 0 0 0 0 0 30/12 - 03/01 [43] 0 0 0 0 0 0 30/12 - 03/01 [43] 0 0 0 0 0 0 30/12 - 03/01 [43] 0 0 0 0 0 0 30/12 - 03/01 [43] 0 0 0 0 0 0
06/01 10/01 44 06/01 - 10/01 06/01 - 10/01 [44] 06/01 - 10/01 [44] 0,0 0,0 0,0 0,0 0,0 0,0 06/01 - 10/01 [44] 0 0 0 0 0 06/01 - 10/01 [44] 0 0 0 0 0 06/01 - 10/01 [44] 0 0 0 0 0 06/01 - 10/01 [44] 0 0 0 0 0 06/01 - 10/01 [44] 0 0 0 0 0 06/01 - 10/01 [44] 0 0 0 0 0 0 06/01 - 10/01 [44] 0 0 0 0 0 0 06/01 - 10/01 [44] 0 0 0 0 0 0 06/01 - 10/01 [44] 0 0 0 0 0 0 06/01 - 10/01 [44] 0 0 0 0 0 0
13/01 17/01 45 13/01 - 17/01 13/01 - 17/01 [45] 13/01 - 17/01 [45] 0,0 0,0 0,0 0,0 0,0 0,0 13/01 - 17/01 [45] 0 0 0 0 0 13/01 - 17/01 [45] 0 0 0 0 0 13/01 - 17/01 [45] 0 0 0 0 0 13/01 - 17/01 [45] 0 0 0 0 0 13/01 - 17/01 [45] 0 0 0 0 0 13/01 - 17/01 [45] 0 0 0 0 0 0 13/01 - 17/01 [45] 0 0 0 0 0 0 13/01 - 17/01 [45] 0 0 0 0 0 0 13/01 - 17/01 [45] 0 0 0 0 0 0 13/01 - 17/01 [45] 0 0 0 0 0 0
20/01 24/01 46 20/01 - 24/01 20/01 - 24/01 [46] 20/01 - 24/01 [46] 0,0 0,0 0,0 0,0 0,0 0,0 20/01 - 24/01 [46] 0 0 0 0 0 20/01 - 24/01 [46] 0 0 0 0 0 20/01 - 24/01 [46] 0 0 0 0 0 20/01 - 24/01 [46] 0 0 0 0 0 20/01 - 24/01 [46] 0 0 0 0 0 20/01 - 24/01 [46] 0 0 0 0 0 0 20/01 - 24/01 [46] 0 0 0 0 0 0 20/01 - 24/01 [46] 0 0 0 0 0 0 20/01 - 24/01 [46] 0 0 0 0 0 0 20/01 - 24/01 [46] 0 0 0 0 0 0
27/01 31/01 47 27/01 - 31/01 27/01 - 31/01 [47] 27/01 - 31/01 [47] 0,0 0,0 0,0 0,0 0,0 0,0 27/01 - 31/01 [47] 0 0 0 0 0 0 0 0 27/01 - 31/01 [47] 0 0 0 0 0 0 0 0 27/01 - 31/01 [47] 0 0 0 0 0 0 0 0 27/01 - 31/01 [47] 0 0 0 0 0 0 0 0 27/01 - 31/01 [47] 0 0 0 0 0 0 0 0 27/01 - 31/01 [47] 0 0 0 0 0 0 27/01 - 31/01 [47] 0 0 0 0 0 0 27/01 - 31/01 [47] 0 0 0 0 0 0 27/01 - 31/01 [47] 0 0 0 0 0 0 27/01 - 31/01 [47] 0 0 0 0 0 0
03/02 07/02 03/02 - 07/02
10/02 14/02 10/02 - 14/02
17/02 21/02 17/02 - 21/02
24/02 28/02 24/02 - 28/02
02/03 06/03 02/03 - 06/03
Ready to dev Doing Ready to test Testing Ready to prod Released Ready to dev Doing Ready to test Testing Ready to prod Released
#id type time frame item name epic date date date date date date date date date date date week week week week week week week week week week week
Ready to dev Doing Ready to test Testing Ready to prod Released Ready to dev Doing Ready to test Testing Ready to prod Released
#id type time frame item name epic date date date date date date date date date date date week week week week week week week week week week week
[1] Moving average of all types

You might also like