Versions Compared

Key

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

...

PlantUML Macro
@startgantt

<style>
ganttDiagram {
  task {
    BackGroundColor #72BEDB
    LineColor #275F78 
    unstarted {
      BackGroundColor #FA8C6E 
      LineColor #FFAF69
    }
  }
}
</style>

' Can be daily, weekly, monthly, quartley, yearly
ganttscale weekly

'saturdays are closed
'sunday are closed


2024/07/1 to 2024/07/31 is closed

title Afdelingsslørings Gantt diagram

Project starts 2024-03-01


mainframe **Afdelingssløring opgaver **

'Milestones

[End-to-end intern test] happens 2024-06-22
[End-to-end ekstern test] happens 2024-08-11
[End-to-end ekstern test] is colored in #d20500
[Afdelingssløring i produktion] happens 2024-09-3
[Afdelingssløring ibrugtagning] happens 2024-09-17
'[SDK monolit release] happens 2024-03-12 

[ ] ends 2024-11-01


-- IDSAS --

[IDSAS 1,0,3 PROD] starts 2024/3/12
[IDSAS 1,0,3 PROD] ends 2024/9/3


--IDSAS opgaver  --


[Afdelingssløring udvikling] starts 2024/3/18
[Afdelingssløring udvikling] ends 2024/5/15

[Afdelingssløring udvikling] is 80%95% completed 
[Afdelingssløring udvikling] -> [IDSAS Test]


[IDSAS Test] starts 2024/5/18
[IDSAS Test] lasts 20 days
[IDSAS Test] is 0% completed

then [IDSAS 1.0.4 TEST1] lasts 21 days

then [IDSAS 1.0.4 TEST2] lasts 30 days 
then [IDSAS 1.0.4 Prod] happens at [IDSAS 1.0.4 TEST2]'s end 
[IDSAS 1.0.4 Prod] is colored in #d20500

'[IDSAS 1.0.4 TEST1] is 0% completed
'[IDSAS 1.0.4 TEST2] is 0% completed

[IDSAS 1,0,4 PROD] starts 2024/9/3
[IDSAS 1,0,4 PROD] ends 2024/11/1


'-- Understøttende services --

'[Støtte services udvikling] starts 2024/03/18
'[Afdelingssløring udvikling] starts 0 days after [Støtte services udvikling]'s end with red dashed link
'[Støtte services udvikling] is 0% completed
'[Støtte services udvikling] requires 14 days

-- Afdelingssløring understøttes i STS --

[STS udvikling] starts 2024/3/4
[STS udvikling] ends 2024/5/16 
[STS udvikling] is 25%65% completed

[STS udvikling] -> [STS test]

[STS test] starts 2024/5/17
[STS test] is 0% completed
[STS test] requires 25 days 
then [STS TEST1] requires 21 days 
then [STS TEST2] requires 21 days
then [STS Prod] happens at [STS TEST2]'s end 
[STS Prod] is colored in #5A5A5A

-- MinLog2 --

[MinLog udvikling] starts 0 days after [STS udvikling]'s end with red dashed link  

[MinLog udvikling] starts 2024/5/16
[MinLog udvikling] requires 4 weeks
[MinLog udvikling] is 0% completed

[MinLog udvikling] -> [MinLog Test]

[MinLog Test] starts 2024/6/2
[MinLog Test] is 0% completed
then [MinLog Test] requires 16 days 
then [MinLog TEST1] requires 14 days 
then [MinLog TEST2] requires 28 days
then [MinLog Prod] happens at [MinLog TEST2]'s end 
[MinLog Prod] is colored in #d20500

'[MinLog Performances test(SDS-7101)] starts 2024/08/2
'[MinLog Performances test(SDS-7101)] requires 14 days 
'[MinLog Performances test(SDS-7101)] is Colored in orange

'-- Andre registre services --

'[Andre registre udvikling] starts 2024/4/2
'[Andre registre udvikling] requires 22 days

'[MinLog udvikling] starts 0 days after [Andre registre udvikling]'s end with red dashed link

'[Andre registre udvikling] is 0% completed


@endgantt

...