놀라운 속도
요건 정의 단계에서 데모 가능
기존 개발 방법으로는 불가능했던 초고속 구현
Pensioner에서는 요건 정의 단계에서 실제로 작동하는 데모를 보여드릴 수 있습니다. 기존 방법으로는 6개월이 걸리는 공정을 불과 3개월 정도로 완료하는 것이 가능합니다.
- 요건 히어링 후 신속하게 데모 화면 구축
- PDCA 사이클을 고속으로 회전시키는 개발 방법
- 평균 2.8개월에 본격 가동 시작
- 수정·조정도 신속 대응
graph RL
subgraph pensioner[ ]
direction LR
PT1[ ]:::titleStyle
F[개요를
히어링] --> G[Pensioner
설계 데모]
G -->|요구사항| H[데모
시험 조정]
H -->|제안| G
H --> I[가동 시작
2.8개월]
PT[ ]:::titleStyle
end
subgraph traditional[ ]
TT2[ ]:::titleStyle
direction LR
A[요건 설계] --> B[개발]
B --> D{납 품}
D -->|불합격| B
D -->|합격| E[릴리즈
6개월]
TT[ ]:::titleStyle
end
style PT fill:none,stroke:none,color:#2c5aa0,height:0
style PT1 fill:none,stroke:none,color:#2c5aa0,height:0
style TT fill:none,stroke:none,color:#333,height:0
style TT2 fill:none,stroke:none,color:#333,height:0
classDef titleStyle fill:#ffffff,stroke:none,color:#2c5aa0,font-size:42px
linkStyle default font-size:36px,stroke:#c5d3e3,stroke-width:5px
style A fill:#E3E3E3,color:#2c5aa0,font-size:42px,rx:8,ry:8
style B fill:#E3E3E3,color:#2c5aa0,font-size:42px,rx:8,ry:8
style D fill:#E3E3E3,color:#2c5aa0,font-size:42px,rx:8,ry:8
style E fill:#E3E3E3,color:#2c5aa0,font-size:42px,rx:8,ry:8
style F fill:#fff,color:#2c5aa0,font-size:42px,rx:8,ry:8,stroke:#2c5aa0,stroke-width:3px
style G fill:#2c5aa0,color:#fff,font-size:42px,rx:8,ry:8,stroke:#2c5aa0,stroke-width:3px
style H fill:#fff,color:#2c5aa0,font-size:42px,rx:8,ry:8,stroke:#1e3a6f,stroke-width:3px
style I fill:#fff,color:#ff6b6b,font-size:42px,rx:8,ry:8,stroke:#2c5aa0,stroke-width:3px
style traditional fill:#f8f9fa,stroke:#c5d3e3,stroke-width:10px,font-size:18px,rx:25,ry:25,font-weight:bold
style pensioner fill:#f8f9fa,stroke:#2c5aa0,stroke-width:10px,font-size:18px,rx:25,ry:25,font-weight:bold