Activities in Build Feature
9 activities · 1 phase
| # | Name | Abbrev. | Guidance | Dependencies | Actions |
|---|---|---|---|---|---|
|
Construction
9
|
|||||
| 1 | Plan Feature | BPE-1 | Purpose Plan a new feature implementation by analyzing requirements, assessing codebase state, creating detailed implementation … | ||
| 2 | Implement Backend | BPE-2 | Purpose Implement backend services, models, and views following test-first development and small increments approach. Steps … | ||
| 3 | Implement Frontend | BPE-3 | Purpose Implement frontend templates and interactions following your framework's patterns with appropriate rendering approach. Prerequisites … | ||
| 4 | Implement Feature Acceptance Tests | BPE-4 | APPEND TO GUIDANCE: TFK Integration: Behave-Based Acceptance Tests Feature acceptance tests are executed via behave-django … | ||
| 5 | Implement Journey Certification Tests | BPE-5 | APPEND TO GUIDANCE: TFK Integration: E2E Infrastructure Journey certification tests that require browser-based Playwright execution … | ||
| 6 | Check Definition of Done | BPE-6 | Purpose Validate that feature/story implementation complies with all project rules and standards by examining current … | ||
| 7 | Finalize Feature | BPE-7 | Purpose Finalize feature with testing, validation, and deployment preparation. Steps 0. Run All Tests Run … | ||
| 8 | Process Change Request | BPE-8 | Purpose Process an enhancement or change request by reconciling requirements across the spec stack, agreeing … | ||
| 9 | Fix Bug | BPE-9 | Purpose Fix a reported defect using a test-first workflow: prove the bug with a failing … | ||