mirror of
https://github.com/azaion/gps-denied-desktop.git
synced 2026-04-23 00:16:36 +00:00
initial structure implemented
docs -> _docs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user