blob: ffaf72c721f4898ab57784e218c90337ab8f263b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
@startgantt
!include skinparams.puml
!include skinparamsGantt.puml
printscale weekly zoom 2
Saturday are closed
Sunday are closed
Project starts 2020-11-02
-- Preliminary research --
[Previous works research] as [PWR] lasts 1 week
-- Game Implementation --
[Domain modelling] as [DM] lasts 1 week
[Domain implementation] as [DI] lasts 6 weeks
-- Testing --
[Unit testing] as [UT] lasts 6 weeks
[System testing] as [ST] lasts 1 week
[PWR] -> [DM]
[DM] -> [DI]
[DM] -> [UT]
[DI] -> [ST]
@endgantt
|