initial structure implemented

docs -> _docs
This commit is contained in:
Oleksandr Bezdieniezhnykh
2025-12-01 14:20:56 +02:00
parent 9134c5db06
commit abc26d5c20
360 changed files with 3881 additions and 101 deletions
@@ -1,14 +1,14 @@
## The problem description
`@docs/00_problem/problem_description.md`.
`@_docs/00_problem/problem_description.md`.
## Data samples
Located here: `@docs/00_problem/input_data`. They are for reference only, yet it is examples from the real data.
Located here: `@_docs/00_problem/input_data`. They are for reference only, yet it is examples from the real data.
## Restrictions for the input data
`@docs/00_problem/restrictions.md.md`.
`@_docs/00_problem/restrictions.md.md`.
## Acceptance criteria for the output of the system:
`@docs/00_problem/acceptance_criteria.md`.
`@_docs/00_problem/acceptance_criteria.md`.
## Role
You are a professional software architect
@@ -1,14 +1,14 @@
## The problem description
`@docs/00_problem/problem_description.md`.
`@_docs/00_problem/problem_description.md`.
## Data samples
Located here: `@docs/00_problem/input_data`. They are for reference only, yet it is examples from the real data.
Located here: `@_docs/00_problem/input_data`. They are for reference only, yet it is examples from the real data.
## Restrictions for the input data
`@docs/00_problem/restrictions.md.md`.
`@_docs/00_problem/restrictions.md.md`.
## Acceptance criteria for the output of the system:
`@docs/00_problem/acceptance_criteria.md`.
`@_docs/00_problem/acceptance_criteria.md`.
## Role
You are a professional software architect
@@ -1,17 +1,17 @@
## The problem description
`@docs/00_problem/problem_description.md`.
`@_docs/00_problem/problem_description.md`.
## Data samples
Located here: `@docs/00_problem/input_data`. They are for reference only, yet it is examples from the real data.
Located here: `@_docs/00_problem/input_data`. They are for reference only, yet it is examples from the real data.
## Restrictions for the input data
`@docs/00_problem/restrictions.md.md`.
`@_docs/00_problem/restrictions.md.md`.
## Acceptance criteria for the output of the system:
`@docs/00_problem/acceptance_criteria.md`.
`@_docs/00_problem/acceptance_criteria.md`.
## Existing solution draft:
`@docs/01_solution/solution_draft.md`
`@_docs/01_solution/solution_draft.md`
## Role
You are a professional software architect
@@ -1,19 +1,19 @@
# decompose
## The problem description
`@docs/00_problem/problem_description.md`.
`@_docs/00_problem/problem_description.md`.
## Data samples
Located here: `@docs/00_problem/input_data`. They are for reference only, yet it is examples from the real data.
Located here: `@_docs/00_problem/input_data`. They are for reference only, yet it is examples from the real data.
## Restrictions for the input data
`@docs/00_problem/restrictions.md`.
`@_docs/00_problem/restrictions.md`.
## Acceptance criteria for the output of the system:
`@docs/00_problem/acceptance_criteria.md`.
`@_docs/00_problem/acceptance_criteria.md`.
## Existing solution:
`@docs/01_solution/solution_draft.md`
`@_docs/01_solution/solution_draft.md`
## Role
You are a professional software architect
@@ -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]/[##]._component_[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:
@@ -40,7 +40,7 @@
- Test cases for the method
- Integration tests for the component if needed.
- Non-functional tests for the component if needed.
- Store Extensions and Helpers to support functionality across multiple components to a separate folder `docs/02_components/helpers`.
- Store Extensions and Helpers to support functionality across multiple components to a separate folder `_docs/02_components/helpers`.
- Generate draw.io components diagram shows relations between components.
## Notes
@@ -4,7 +4,7 @@
- @00_problem
## Solution and decomposition
- @docs/01_solution/solution.md
- @_docs/01_solution/solution.md
- @02_components
## Role
@@ -1,19 +1,19 @@
# generate Jira Epics
## The problem description
`@docs/00_problem/problem_description.md`.
`@_docs/00_problem/problem_description.md`.
## Data samples
Located here: `@docs/00_problem/input_data`. They are for reference only, yet it is examples from the real data.
Located here: `@_docs/00_problem/input_data`. They are for reference only, yet it is examples from the real data.
## Restrictions for the input data
`@docs/00_problem/restrictions.md`.
`@_docs/00_problem/restrictions.md`.
## Acceptance criteria for the output of the system:
`@docs/00_problem/acceptance_criteria.md`.
`@_docs/00_problem/acceptance_criteria.md`.
## Existing solution:
`@docs/01_solution/solution.md`
`@_docs/01_solution/solution.md`
## Role
You are a world class product manager
@@ -1,19 +1,19 @@
# generate Tests
## The problem description
`@docs/00_problem/problem_description.md`.
`@_docs/00_problem/problem_description.md`.
## Data samples
Located here: `@docs/00_problem/input_data`. They are for reference only, yet it is examples from the real data.
Located here: `@_docs/00_problem/input_data`. They are for reference only, yet it is examples from the real data.
## Restrictions for the input data
`@docs/00_problem/restrictions.md`.
`@_docs/00_problem/restrictions.md`.
## Acceptance criteria for the output of the system:
`@docs/00_problem/acceptance_criteria.md`.
`@_docs/00_problem/acceptance_criteria.md`.
## Existing solution:
`@docs/01_solution/solution_draft.md`
`@_docs/01_solution/solution_draft.md`
## Role
You are a professional Quality Assurance Engineer
@@ -23,7 +23,7 @@
- Cover all the the criteria with tests specs
## Output
Store all tests specs to the files `docs/03_tests/[##]_[test_name]_spec.md`
Store all tests specs to the files `_docs/03_tests/[##]_[test_name]_spec.md`
Types and structures of tests:
- Integration tests
@@ -4,10 +4,10 @@
--component component_spec.md
## Existing solution:
`@docs/01_solution/solution.md`
`@_docs/01_solution/solution.md`
## Acceptance criteria for the output of the system:
`@docs/00_problem/acceptance_criteria.md`.
`@_docs/00_problem/acceptance_criteria.md`.
## Role
You are a professional software architect
@@ -1,34 +1,35 @@
# Create initial structure
## The problem description
`@docs/00_problem/problem_description.md`.
`@_docs/00_problem/problem_description.md`.
## Data samples
Located here: `@docs/00_problem/input_data`. They are for reference only, yet it is an example of the real data.
Located here: `@_docs/00_problem/input_data`. They are for reference only, yet it is an example of the real data.
## Restrictions for the input data
`@docs/00_problem/restrictions.md`.
`@_docs/00_problem/restrictions.md`.
## Acceptance criteria for the output of the system:
`@docs/00_problem/acceptance_criteria.md`.
`@_docs/00_problem/acceptance_criteria.md`.
## Existing solution spec:
`@docs/01_solution/solution.md`
`@_docs/01_solution/solution.md`
## Components with Features specs
`@docs/02_components`
`@_docs/02_components`
## Role
You are a professional software architect and developer
You are a professional software architect
## Task
- Read carefully all the component specs and features in the components folder: `@docs/02_components`
- Read carefully all the component specs and features in the components folder: `@_docs/02_components`
- Investgate in internet what are the best way and tools to implement components and its features
- Create initial structure:
- Make a plan for the creating initial structure:
- DTOs
- component's interfaces
- empty implementations
- helpers - empty implementations or interfaces
- add README.md, describe the project by @_docs/01_solution/solution.md
## Notes
- Follow SOLID principles
@@ -4,26 +4,26 @@
component_folder
## The problem description
`@docs/00_problem/problem_description.md`.
`@_docs/00_problem/problem_description.md`.
## Data samples
Located here: `@docs/00_problem/input_data`. They are for reference only, yet it is an example of the real data.
Located here: `@_docs/00_problem/input_data`. They are for reference only, yet it is an example of the real data.
## Restrictions for the input data
`@docs/00_problem/restrictions.md`.
`@_docs/00_problem/restrictions.md`.
## Acceptance criteria for the output of the system:
`@docs/00_problem/acceptance_criteria.md`.
`@_docs/00_problem/acceptance_criteria.md`.
## Existing solution:
`@docs/01_solution/solution.md`
`@_docs/01_solution/solution.md`
## Role
You are a professional software architect and developer
## Task
- Read carefully component spec in the component_folder: `@docs/02_components/[##]_[component_name]/[##]._component_[component_name]`
- Read carefully all the component features in the component_folder: `@docs/02_components/[##]_[component_name]/[##].[##]_feature_[feature_name]`
- Read carefully component spec in the component_folder: `@_docs/02_components/[##]_[component_name]/[##]._component_[component_name]`
- Read carefully all the component features in the component_folder: `@_docs/02_components/[##]_[component_name]/[##].[##]_feature_[feature_name]`
- Investgate in internet what are the best way and tools to implement component and its features
- During the investigation is is possible that found solutions required architecturally reorganization of the features. It is ok, propose that and if user agrees, include reorganization in the build feature plan. Also it is possible that interface could be changed or even removed or added new one. It is ok.
- Make sure feature is connected and communicated properly with other features and existing code