Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/csdev19/design-doc-research
My research about design docs and how to work with them on different projects
https://github.com/csdev19/design-doc-research
Last synced: about 1 month ago
JSON representation
My research about design docs and how to work with them on different projects
- Host: GitHub
- URL: https://github.com/csdev19/design-doc-research
- Owner: csdev19
- License: gpl-3.0
- Created: 2024-01-22T14:48:54.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-02-21T15:32:04.000Z (11 months ago)
- Last Synced: 2024-02-21T16:50:26.924Z (11 months ago)
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Design doc template
We want to document everything related to my research and implementation of design docs on different scenarios. Now I'm going to be working more on this after all the other successfull use cases
## How we can integrate the design docs with the testing proccess?
```mermaid
flowchart TD
A[Code] --> B[Unit Testing]
B --> C[Integration Testing]
C --> D[Sanity Testing]
D --> E[Smoke Testing]
E --> F[Functional Testing]
```