name components correctly

update tutorial with 3. implementation phase
add implementation commands
This commit is contained in:
Oleksandr Bezdieniezhnykh
2025-12-01 12:56:43 +02:00
parent 54be35fde7
commit 66360d255e
34 changed files with 340 additions and 648 deletions
@@ -27,7 +27,7 @@
- When you've got full understanding of how exactly each component will interact with each other, create components
## Output
- Store description of each component to the file `docs/02_components/[##]._[component_name]/[##]_spec_[component_name].md` with the next structure:
- Store description of each component to the file `docs/02_components/[##]_[component_name]/[##]._component_[component_name].md` with the next structure:
- Component Name
- Detailed description
- API methods, for each method:
@@ -13,7 +13,7 @@
`@docs/00_problem/acceptance_criteria.md`.
## Existing solution:
`@docs/01_solution/solution_draft.md`
`@docs/01_solution/solution.md`
## Role
You are a world class product manager
@@ -4,7 +4,7 @@
--component component_spec.md
## Existing solution:
`@docs/01_solution/solution_draft.md`
`@docs/01_solution/solution.md`
## Acceptance criteria for the output of the system:
`@docs/00_problem/acceptance_criteria.md`.