Documentations

This commit is contained in:
Brusk Hamarash 2021-09-29 01:47:18 +03:00
parent 5d3a80d9de
commit 600c53d625
No known key found for this signature in database
GPG Key ID: 509F705341F6504F

View File

@ -117,9 +117,19 @@ As for naming convention, the following format must be used:
}
```
3.
### Documentation
Unless otherwise specified by the Head of Digital Development, the following documentations are more or less required to be part of every software code:
1. Pre-development documentations that are created or managed by the Business Intelligence and Requirement Analysis Team of DIT. These include software requirement analysis documents, process mappings, workflow diagrams, and additive resources that resulted in the specifications of the current software version.
2. Software Specification Document that describes the nature and detailed features of the application.
3. Final Quality Assurance Report on Testing and Acceptance.
4. Manuals
1. Installation Manuals
2. Operation Manuals
3. User Manuals
5. Release Notes
6. README.md that describes each software code's settings. (Refer to README.md templates for each code base)