mirror of
https://github.com/smyalygames/checklist-tester.git
synced 2025-05-18 14:34:12 +02:00
feat(proposal): added proposal and started vdm to gantt chart
This commit is contained in:
parent
272745f9e1
commit
3b86b8cebc
Binary file not shown.
@ -123,17 +123,50 @@
|
|||||||
hgrid,
|
hgrid,
|
||||||
vgrid={*{6}{draw=none}, dotted},
|
vgrid={*{6}{draw=none}, dotted},
|
||||||
x unit=1.3mm,
|
x unit=1.3mm,
|
||||||
y unit chart=7.5mm,
|
y unit chart=8mm,
|
||||||
time slot format=isodate,
|
time slot format=isodate,
|
||||||
|
% bar formatting
|
||||||
|
bar label node/.append style={align=right},
|
||||||
|
% milestone formatting
|
||||||
|
milestone label node/.append style={align=right},
|
||||||
% vrule styling
|
% vrule styling
|
||||||
vrule/.append style={red},
|
vrule/.append style={red},
|
||||||
vrule label node/.append style={align=center},
|
vrule label node/.append style={align=center},
|
||||||
|
% Font sizing
|
||||||
|
title label font=\small,
|
||||||
|
bar label font=\small,
|
||||||
|
group label font=\small,
|
||||||
|
milestone label font=\small,
|
||||||
|
today label font=\small,
|
||||||
|
vrule label font=\small,
|
||||||
]{2024-02-26}{2024-05-12}
|
]{2024-02-26}{2024-05-12}
|
||||||
\gantttitlecalendar{year, week} \\
|
\gantttitlecalendar{year, week} \\
|
||||||
|
|
||||||
\ganttgroup{Task 1}{2024-02-26}{2024-03-09} \\
|
% VDM
|
||||||
\ganttbar{Subtask 1}{2024-02-26}{2024-02-29} \\
|
\ganttgroup{VDM Modelling}{2024-02-26}{2024-03-09} \\
|
||||||
\ganttlinkedbar{Subtask 2}{2024-03-01}{2024-03-09} \ganttnewline
|
\ganttbar{%
|
||||||
|
Create Checklist\ganttalignnewline
|
||||||
|
Functionality%
|
||||||
|
}{2024-02-26}{2024-03-03} \\
|
||||||
|
\ganttlinkedbar{%
|
||||||
|
Capture\ganttalignnewline
|
||||||
|
Aircraft State%
|
||||||
|
}{2024-03-04}{2024-03-10} \ganttnewline
|
||||||
|
\ganttlinkedbar{%
|
||||||
|
Simulate\ganttalignnewline
|
||||||
|
Pilot Actions%
|
||||||
|
}{2024-03-11}{2024-03-17} \ganttnewline
|
||||||
|
\ganttlinkedbar{%
|
||||||
|
Flight\ganttalignnewline
|
||||||
|
Conditions%
|
||||||
|
}{2024-03-18}{2024-03-24} \ganttnewline
|
||||||
|
|
||||||
|
% Coursework
|
||||||
|
\ganttbar{Create Video}{2024-03-11}{2024-03-20} \ganttnewline
|
||||||
|
\ganttlinkedmilestone{%
|
||||||
|
Submit\ganttalignnewline
|
||||||
|
Presentation%
|
||||||
|
}{2024-03-21}
|
||||||
|
|
||||||
% Deadlines
|
% Deadlines
|
||||||
\ganttvrule{%
|
\ganttvrule{%
|
||||||
|
Loading…
x
Reference in New Issue
Block a user