went through 4 iterations of solution draft. Right now it is more or less consistent and reliable

This commit is contained in:
Oleksandr Bezdieniezhnykh
2025-11-10 20:26:40 +02:00
parent 044a90b96f
commit e87c33b0ee
21 changed files with 2323 additions and 2055 deletions
+17
View File
@@ -0,0 +1,17 @@
# decompose
Decompose the `@docs/01_solution/solution.md` to the components.
Store description of each component to the file `docs/02_components/[##]_[component_name]/spec.md` with the next structure:
- Component Name
- Detailed description
- API methods, for each method:
- Name
- Input
- Output
- Description
- Test cases for the method
- Integration tests for the component if needed.
- Non-functional tests for the component if needed.
Generate draw.io components diagram shows relations between components.
Do not put any code yet, only names, input and output. Ask as many questions as possible to clarify all uncertainties.