PM-projectname
๐ Goal
ํ๋ก์ ํธ์ ๋ชฉํ๋ฅผ ์์ฑํ๋ค.
๐ Scheduel
ํ๋ก์ ํธ์ ์ผ์ ์ ์์ฑํ๋ค. ํ๋ก์ ํธ์ ์ผ์ ์ ํํํ๋ ๋ผ๋ ํ๊ทธ๋ฅผ ๋ฌ์์ tasks์์ ๋ณผ ์ ์๋๋ก ํ๋ค. ๋ด๊ฐ ์ค์ ํ Milestone ๋ง๊ฐ ๊ธฐํ๋ ์ด๊ณณ์ ์์ฑํ๋ค.
๐Milestones
์ค๊ฐ ์ง์ ์ ํํํ๋ค
โ Tasks
- ๊ฐ ๋ง์ผ์คํค์ ๋ฌ์ฑํ๊ธฐ ์ํด์ ํ์ํ ํ์คํฌ๋ค์ ํ๋์ฉ ์ด๊ฑฐํ๋ค.
- ํ ๋น์๊ฐ๊ณผ ๊ทธ์ ๋ฐ๋ฅธ ๋ง๊ฐ์ผ ๊ธฐ๋กํ๋ค.
๐ Gantt
์ค์ผ์ฅด์ ๋ฐํ์ผ๋ก Gantt ์ฐจํธ๋ฅผ ์์ฑํ๋ค.
gantt
dateFormat YYYY-MM-DD
title Gantt
section A section
Completed task :done, des1, 2021-09-06,2021-09-08
Active task :active, des2, 2021-09-09, 3d
Future task : des3, after des2, 5d
Future task2 : des4, after des3, 5d
section Critical tasks
Completed task in the critical line :crit, done, 2021-09-06,24h
Implement parser and jison :crit, done, after des1, 2d
Create tests for parser :crit, active, 3d
Future task in critical line :crit, 5d
Create tests for renderer :2d
Add to mermaid :1d
section Documentation
Describe gantt syntax :active, a1, after des1, 3d
Add gantt diagram to demo page :after a1 , 20h
Add another diagram to demo page :doc1, after a1 , 48h
section Last section
Describe gantt syntax :after doc1, 3d
Add gantt diagram to demo page :20h
Add another diagram to demo page :48h
section test
Active task : doc1, 2021-09-02, 2021-09-04
Reference
์ถ์ฒ: https://olait.tistory.com/10 [์ดํ ๋ก ์ฌ์ด ์ต์๋์ธ:ํฐ์คํ ๋ฆฌ]