Skip to content

Commit ba8144d

Browse files
committed
Update tasks-template.md
1 parent 4dc4887 commit ba8144d

File tree

1 file changed

+0
-67
lines changed

1 file changed

+0
-67
lines changed

templates/tasks-template.md

Lines changed: 0 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -135,73 +135,6 @@ Examples of foundational tasks (adjust based on your project):
135135
- [ ] T027 [US3] Implement [Service] in src/services/[service].py
136136
- [ ] T028 [US3] Implement [endpoint/feature] in src/[location]/[file].py
137137

138-
---
139-
140-
## Phase 3: User Story 1 - [Title] (Priority: P1) 🎯 MVP
141-
142-
**Goal**: [Brief description of what this story delivers]
143-
144-
**Independent Test**: [How to verify this story works on its own]
145-
146-
### Tests for User Story 1 (OPTIONAL - only if tests requested) ⚠️
147-
148-
**NOTE: Write these tests FIRST, ensure they FAIL before implementation**
149-
150-
- [ ] T005 [P] [US1] Contract test for [endpoint] in tests/contract/test_[name].py
151-
- [ ] T006 [P] [US1] Integration test for [user journey] in tests/integration/test_[name].py
152-
153-
### Implementation for User Story 1
154-
155-
- [ ] T007 [P] [US1] Create [Entity1] model in src/models/[entity1].py
156-
- [ ] T008 [P] [US1] Create [Entity2] model in src/models/[entity2].py
157-
- [ ] T009 [US1] Implement [Service] in src/services/[service].py (depends on T007, T008)
158-
- [ ] T010 [US1] Implement [endpoint/feature] in src/[location]/[file].py
159-
- [ ] T011 [US1] Add validation and error handling
160-
- [ ] T012 [US1] Add logging for user story 1 operations
161-
162-
**Checkpoint**: At this point, User Story 1 should be fully functional and testable independently
163-
164-
---
165-
166-
## Phase 3: User Story 2 - [Title] (Priority: P2)
167-
168-
**Goal**: [Brief description of what this story delivers]
169-
170-
**Independent Test**: [How to verify this story works on its own]
171-
172-
### Tests for User Story 2 (OPTIONAL - only if tests requested) ⚠️
173-
174-
- [ ] T013 [P] [US2] Contract test for [endpoint] in tests/contract/test_[name].py
175-
- [ ] T014 [P] [US2] Integration test for [user journey] in tests/integration/test_[name].py
176-
177-
### Implementation for User Story 2
178-
179-
- [ ] T015 [P] [US2] Create [Entity] model in src/models/[entity].py
180-
- [ ] T016 [US2] Implement [Service] in src/services/[service].py
181-
- [ ] T017 [US2] Implement [endpoint/feature] in src/[location]/[file].py
182-
- [ ] T018 [US2] Integrate with User Story 1 components (if needed)
183-
184-
**Checkpoint**: At this point, User Stories 1 AND 2 should both work independently
185-
186-
---
187-
188-
## Phase 3: User Story 3 - [Title] (Priority: P3)
189-
190-
**Goal**: [Brief description of what this story delivers]
191-
192-
**Independent Test**: [How to verify this story works on its own]
193-
194-
### Tests for User Story 3 (OPTIONAL - only if tests requested) ⚠️
195-
196-
- [ ] T019 [P] [US3] Contract test for [endpoint] in tests/contract/test_[name].py
197-
- [ ] T020 [P] [US3] Integration test for [user journey] in tests/integration/test_[name].py
198-
199-
### Implementation for User Story 3
200-
201-
- [ ] T021 [P] [US3] Create [Entity] model in src/models/[entity].py
202-
- [ ] T022 [US3] Implement [Service] in src/services/[service].py
203-
- [ ] T023 [US3] Implement [endpoint/feature] in src/[location]/[file].py
204-
205138
**Checkpoint**: All user stories should now be independently functional
206139

207140
---

0 commit comments

Comments
 (0)