add documentation scommand , revised gen component command's component format

This commit is contained in:
Oleksandr Bezdieniezhnykh
2025-12-05 15:46:28 +02:00
parent abc26d5c20
commit a99d68a103
4 changed files with 84 additions and 17 deletions
@@ -26,7 +26,7 @@
- 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
- Make sure each feature is connected and communicated properly with other features and existing code
- If component has dependency on another one, create temporary mock for the dependency
- Create unit tests from the Test cases description, run it and make sure the result is a success
- Create integration test for the feature, run and make sure the result is a success