NewCompletionScreen creates a new completion screen.
()
| 56 | |
| 57 | // NewCompletionScreen creates a new completion screen. |
| 58 | func NewCompletionScreen() *CompletionScreen { |
| 59 | return &CompletionScreen{} |
| 60 | } |
| 61 | |
| 62 | // Configure sets up the completion screen with PRD completion data. |
| 63 | func (c *CompletionScreen) Configure(prdName string, completed, total int, branch string, commitCount int, hasAutoActions bool, totalDuration time.Duration, storyTimings []StoryTiming) { |
no outgoing calls