Skip to content

antony@notes:~/security$ cat "Neuvector-Project-Plan.md"

Neuvector Project Plan

2024-08-20· security

Neuvector Project Plan

    gantt
%% 宣告這是甘特圖
    title Neuvector Project Plan
		%% 給它一個標題
    dateFormat  MM-DD
		%% 日期格式
		axisFormat  %m-%d
		%% 縱軸的日期格式
		
		section Deploy
		%% 宣告一個區塊
            Testing : active, work, 09-01, 2d
		    Dev : active, dev, after work, 2d
            Production : active, production, 09-07, 2d
			%%語法:
			%%甘特圖上的任務名稱 : [crit], [active|done], 任務名稱, [日期|after 任務名稱], 長度
		
    section 功能驗測
        Testing  : active, b1, after dev, 1d
        Dev  : active, b2, after b1, 1d
	    Production :active, b3, after production, 1d

    section Report
        Report : active, b4, after b3, 1d

		  %%todayMarker off