Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This now uses PlantUML so that is can be easily edited in Confluence.


Proposed reference schedules for Spring and Fall meta-releasesPUML diagrams 



PlantUML Macro
titleFall Spring meta-release schedule
@startuml
hide footbox

!$COLOR_COMMICM = "#005AFF"
!$COLOR_API = "#37CC73"
!$COLOR_META = "#lightgray"

participant M0 as "M0\n03n09/3130" $COLOR_META
participant M1 as "M1\n04n10/15" $COLOR_COMMICM
participant M2 as "M2\n06n12/07" $COLOR_COMMICM
participant M3 as "M3\n06n12/21" $COLOR_API
participant M4 as "M4\n08n02/3128" $COLOR_API
participant M5 as "M5\n09n03/15" $COLOR_META
participant M6 as "M6\n09n03/3031" $COLOR_META

group <color:$COLOR_COMMICM>Commonalities & ICM
M0 -> M1: alpha
M1 -> M2: release-candidate
end
group <color:$COLOR_API>API Sub Projects
M1 -> M3: alpha
M3 -> M4: release-candidate
end
group Meta-release
M4 -> M5: meta-release
M5 -> M6: retrospective
end
@enduml


PlantUML Macro
titleSpring Fall meta-release schedule
@startuml
hide footbox

!$COLOR_COMMICM = "#005AFF"
!$COLOR_API = "#37CC73"
!$COLOR_META = "#lightgray"

participant M0 as "M0\n09n03/3031" $COLOR_META
participant M1 as "M1\n10n04/15" $COLOR_COMMICM
participant M2 as "M2\n12n06/07" $COLOR_COMMICM
participant M3 as "M3\n12n06/21" $COLOR_API
participant M4 as "M4\n02n08/2831" $COLOR_API
participant M5 as "M5\n03n09/15" $COLOR_META
participant M6 as "M6\n03n09/3130" $COLOR_META

group <color:$COLOR_COMMICM>Commonalities & ICM
M0 -> M1: alpha
M1 -> M2: release-candidate
end
group <color:$COLOR_API>API Sub Projects
M1 -> M3: alpha
M3 -> M4: release-candidate
end
group Meta-release
M4 -> M5: meta-release
M5 -> M6: retrospective
end
@enduml


Older diagrams


PlantUML Macro
titletest
@startuml
hide footbox

!$COLOR_COMMICM = "#blue"
!$COLOR_API = "#green"
!$COLOR_META = "#red"

participant "M0\n03/31" $COLOR_COMMICM
participant "M1\n04/15" $COLOR_COMMICM
participant "M2\n06/07" $COLOR_COMMICM
participant "M3\n06/21" $COLOR_API
participant "M4\n08/31" $COLOR_API
participant "M5\n09/15" $COLOR_META
participant "M6\n09/30" $COLOR_META

group Commonalities & ICM
M0 -> M1: alpha
M1 -> M2: release-candidate
end
group API Sub Projects
M1 -> M3: alpha
M3 -> M4: release candidate
end
group Meta-release
M4 -> M5: meta-release
M5 -> M6: retrospective
end
@enduml


Using Confluence "Roadmap Planner" macro

  • Hard to put dates in the diagram
  • lots of tweeking needed to get the bars fit properly



Fall meta-release

            04-01     04-15                             06-07    06-21                                         08-30    09-15   09-30

...