File tree Expand file tree Collapse file tree 1 file changed +14
-13
lines changed
Expand file tree Collapse file tree 1 file changed +14
-13
lines changed Original file line number Diff line number Diff line change 22
33STARTER_CHARACTER = 🛠️
44
5- # Steps
6-
7- 1 . Identify the api challenges to needed to build to project.
8- 2 . Create sub tasks to explore thouse challenges.
9- 3 . For each:
10- a. Suggest options
11- b. Create a test, or simple sample
12- c. Implement until challenge is showing to be overcome
13- 2 . Once api risks have been flushed out, move to implementing features.
14-
15-
16-
17-
5+ ## Steps
186
7+ 1 . Identify API challenges required for the project.
8+ 2 . For each challenge:
9+ - Create sub-tasks to explore the challenge.
10+ - For each sub-task:
11+ - Suggest options/approaches.
12+ - Create a test or simple prototype/sample.
13+ - Implement incrementally until the challenge is overcome (test passes or prototype works).
14+ 3 . After API risks are addressed, move to implementing user-facing features.
15+ 4 . For each feature:
16+ - Clarify requirements and suggest design options.
17+ - Write a test or acceptance criteria.
18+ - Implement incrementally, validating with tests.
19+ 5 . After each milestone, review and refactor as needed.
You can’t perform that action at this time.
0 commit comments